[yocto] beagleboard, qemuarm, beaglebone, and pandaboard images.

Edward Vidal vidal.develone at gmail.com
Mon Apr 15 17:00:34 PDT 2013


Hello,
I recently downloaded  a new version of yocto and created
core-images-sato-sdk-ex for the beagleboard, qemuarm, beaglebone, and
pandaboard. Each of these had a different number of RPMs installed.  These
images all booted okay on the various platforms and emulator.  Is this
normal that the RPMs varies so much?

beagleboard 1949 RPMs
qemuarm 1747 RPMs
beaglebone 1742 RPMs
pandaboard 3842 RPMs
Any and all help will be appreciated.
Thanks
The following provides information for each build.

I added boost and qt-mobility-x11 with
poky/meta/recipes-sato/images/core-image-sato-sdk-ex.bb
require core-image-sato.bb

DESCRIPTION = "Image with Sato support that includes everything within \
core-image-sato plus meta-toolchain, development headers and libraries to \
form a standalone SDK."

IMAGE_FEATURES += "dev-pkgs tools-sdk qt4-pkgs \
        tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks
ssh-server-openssh "

IMAGE_INSTALL += "kernel-dev boost qt-mobility-x11"

beagleboard

commit 068085f79010e3db70085d4b789f84ae721e4901
Author: Scott Rifenbark <scott.m.rifenbark at intel.com>
Date:   Fri Apr 12 13:27:42 2013 -0700

    ref-manual: Review comments applied for patch session

    Paul Eggleton provided quite a series of patches that I previously
    applied.  These changes represent the edits from an interactive
    review he conducted with me.  The series of changes represents
    his review for the entire set of changes in the original patch
    series.

    (From yocto-docs rev: e26f615a01de2b101e97eb6fd7175b813f74295e)

    Signed-off-by: Scott Rifenbark <scott.m.rifenbark at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>


MACHINE=beagleboard bitbake core-image-sato-sdk-ex
boost qt-mobility-x11
beagleboard_pkglist041513 1949  RPMs
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/root        8256952 1409936   6427588  18% /

devtmpfs          245660       4    245656   1% /dev
tmpfs                 40       0        40   0% /mnt/.psplash
tmpfs             245848     208    245640   1% /var/volatile
tmpfs             245848       0    245848   0% /media/ram
/dev/mmcblk0p3  21939068 7176188  13648412  35% /media/mmcblk0p3
/dev/mmcblk0p1     81742    4522     77220   6% /media/mmcblk0p1
Linux beagleboard 3.4.36-yocto-standard #1 Sun Apr 14 17:22:51 MDT 2013
armv7l GNU/Linux
Build Configuration:
BB_VERSION        = "1.18.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Fedora-18"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "beagleboard"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20130414"
TUNE_FEATURES     = "armv7a vfp neon"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto
meta-yocto-bsp    = "master:068085f79010e3db70085d4b789f84ae721e4901"
gsl-1.15beaglebone041113.tgz
make install
/usr/local/bin# ls
gsl-config  gsl-histogram  gsl-randist
/usr/local/lib# ls
libgsl.a   libgsl.so.0       libgslcblas.la    libgslcblas.so.0.0.0
libgsl.la  libgsl.so.0.16.0  libgslcblas.so    pkgconfig
libgsl.so  libgslcblas.a     libgslcblas.so.0

qemuarm

commit 068085f79010e3db70085d4b789f84ae721e4901
Author: Scott Rifenbark <scott.m.rifenbark at intel.com>
Date:   Fri Apr 12 13:27:42 2013 -0700

    ref-manual: Review comments applied for patch session

    Paul Eggleton provided quite a series of patches that I previously
    applied.  These changes represent the edits from an interactive
    review he conducted with me.  The series of changes represents
    his review for the entire set of changes in the original patch
    series.

    (From yocto-docs rev: e26f615a01de2b101e97eb6fd7175b813f74295e)

    Signed-off-by: Scott Rifenbark <scott.m.rifenbark at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>


MACHINE=beagleboard bitbake core-image-sato-sdk-ex
boost qt-mobility-x11
qemuarm_pkglist041513 1747  RPMs
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/root        1550287 1082681    388760  74% /
devtmpfs           60184       4     60180   1% /dev
tmpfs                 40       0        40   0% /mnt/.psplash
tmpfs              60308     208     60100   1% /var/volatile
tmpfs              60308       0     60308   0% /media/ram
Linux qemuarm 3.8.4-yocto-standard #1 PREEMPT Mon Apr 15 11:32:36 MDT 2013
armv5tejl GNU/Linux
Build Configuration:
BB_VERSION        = "1.18.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Fedora-18"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "qemuarm"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20130415"
TUNE_FEATURES     = "armv5 thumb dsp"
TARGET_FPU        = "soft"
meta
meta-yocto
meta-yocto-bsp    = "master:068085f79010e3db70085d4b789f84ae721e4901"
gsl-1.15beaglebone041113.tgz
make install
/usr/local/bin# ls
gsl-config  gsl-histogram  gsl-randist
/usr/local/lib# ls
libgsl.a   libgsl.so.0       libgslcblas.la    libgslcblas.so.0.0.0
libgsl.la  libgsl.so.0.16.0  libgslcblas.so    pkgconfig
libgsl.so  libgslcblas.a     libgslcblas.so.0

beaglebone

commit 068085f79010e3db70085d4b789f84ae721e4901
Author: Scott Rifenbark <scott.m.rifenbark at intel.com>
Date:   Fri Apr 12 13:27:42 2013 -0700

    ref-manual: Review comments applied for patch session

    Paul Eggleton provided quite a series of patches that I previously
    applied.  These changes represent the edits from an interactive
    review he conducted with me.  The series of changes represents
    his review for the entire set of changes in the original patch
    series.

    (From yocto-docs rev: e26f615a01de2b101e97eb6fd7175b813f74295e)

    Signed-off-by: Scott Rifenbark <scott.m.rifenbark at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

commit d61bfa88ed3df9190ac9fd5643c27f77b34c5f01
Author: Denys Dmytriyenko <denys at ti.com>
Date:   Mon Feb 25 22:48:33 2013 -0500

    linux-omapl138: fix alignment issue of 2.6.37 kernel with gcc-4.7
    Patch by Steve Sakoman

    Signed-off-by: Denys Dmytriyenko <denys at ti.com>

MACHINE=beaglebone bitbake core-image-sato-sdk-ex
boost qt-mobility-x11
beaglebone_pkglist041513 1742 RPMs
/dev/root        3391776 1237764   1981716  39% /
devtmpfs          127164       4    127160   1% /dev
tmpfs                 40       0        40   0% /mnt/.psplash
tmpfs             127276     132    127144   1% /var/volatile
tmpfs             127276       0    127276   0% /media/ram
Linux beaglebone 3.2.28 #1 Sun Apr 14 20:52:55 MDT 2013 armv7l GNU/Linux
Build Configuration:
BB_VERSION        = "1.18.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Fedora-18"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "beaglebone"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20130415"
TUNE_FEATURES     = "armv7a vfp neon"
TARGET_FPU        = "vfp-neon"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto        = "master:068085f79010e3db70085d4b789f84ae721e4901"
meta-ti           = "(nobranch):d61bfa88ed3df9190ac9fd5643c27f77b34c5f01"
meta-yocto-bsp    = "master:068085f79010e3db70085d4b789f84ae721e4901"
gsl-1.15beaglebone041113.tgz
make install
/usr/local/bin# ls
gsl-config  gsl-histogram  gsl-randist
/usr/local/lib# ls
libgsl.a   libgsl.so.0       libgslcblas.la    libgslcblas.so.0.0.0
libgsl.la  libgsl.so.0.16.0  libgslcblas.so    pkgconfig
libgsl.so  libgslcblas.a     libgslcblas.so.0

pandaboard

commit 068085f79010e3db70085d4b789f84ae721e4901
Author: Scott Rifenbark <scott.m.rifenbark at intel.com>
Date:   Fri Apr 12 13:27:42 2013 -0700

    ref-manual: Review comments applied for patch session

    Paul Eggleton provided quite a series of patches that I previously
    applied.  These changes represent the edits from an interactive
    review he conducted with me.  The series of changes represents
    his review for the entire set of changes in the original patch
    series.

    (From yocto-docs rev: e26f615a01de2b101e97eb6fd7175b813f74295e)

    Signed-off-by: Scott Rifenbark <scott.m.rifenbark at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

commit d61bfa88ed3df9190ac9fd5643c27f77b34c5f01
Author: Denys Dmytriyenko <denys at ti.com>
Date:   Mon Feb 25 22:48:33 2013 -0500

    linux-omapl138: fix alignment issue of 2.6.37 kernel with gcc-4.7
    Patch by Steve Sakoman

    Signed-off-by: Denys Dmytriyenko <denys at ti.com>

MACHINE=beaglebone bitbake core-image-sato-sdk-ex
boost qt-mobility-x11
pandaboard_pkglist041513 3842  RPMs
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/root        3723848 1405656   2129028  40% /
devtmpfs          425908       4    425904   1% /dev
tmpfs                 40       0        40   0% /mnt/.psplash
tmpfs             512120     308    511812   1% /var/volatile
tmpfs             512120       0    512120   0% /media/ram
/dev/mmcblk0p1     72098    4474     67624   7% /media/mmcblk0p1
Linux pandaboard 3.4.11 #1 SMP PREEMPT Mon Apr 15 02:45:54 MDT 2013 armv7l
GNU/Linux
Build Configuration:
BB_VERSION        = "1.18.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Fedora-18"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "pandaboard"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20130415"
TUNE_FEATURES     = "armv7a vfp neon"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto        = "master:068085f79010e3db70085d4b789f84ae721e4901"
meta-ti           = "(nobranch):d61bfa88ed3df9190ac9fd5643c27f77b34c5f01"
meta-yocto-bsp    = "master:068085f79010e3db70085d4b789f84ae721e4901"
gsl-1.15beaglebone041113.tgz
make install
/usr/local/bin# ls
gsl-config  gsl-histogram  gsl-randist
/usr/local/lib# ls
libgsl.a   libgsl.so.0       libgslcblas.la    libgslcblas.so.0.0.0
libgsl.la  libgsl.so.0.16.0  libgslcblas.so    pkgconfig
libgsl.so  libgslcblas.a     libgslcblas.so.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130415/69b50520/attachment.html>


More information about the yocto mailing list