[meta-freescale] imx53qsb + yocto + latest kernel.

Trevor Woerner trevor.woerner at linaro.org
Thu Jul 3 09:48:33 PDT 2014


On 07/03/14 09:21, Daiane Angolini wrote:
> Only to make sure I tried to reproduce it over here, using master
> branch synch-ed today. And it works over here
>
> root at imx53qsb:~# uname -a
> Linux imx53qsb 3.14.3-fslc+gc34636a #1 SMP Thu Jul 3 09:49:36 BRT 2014
> armv7l GNU/Linux

I also ran my own tests too and it seems to work fine as well.

When reporting an issue, please mention which branches and target you're
using. Conversely you could just paste in the top couple lines from the
build (the ones which indicate the build configuration).

Working from the master branches, I tried a build using my default
settings and this worked fine. Then I deleted tmp and sstate-cache,
replaced my configuration with yours, and rebuilt. This too was able to
build, dd, and boot just fine.

For example, after the "dd" step I get:

    # fdisk -l /dev/sde

    Disk /dev/sde: 7948 MB, 7948206080 bytes, 15523840 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x0003c24a

       Device Boot      Start         End      Blocks   Id  System
    /dev/sde1            8192       24575        8192    c  W95 FAT32 (LBA)
    /dev/sde2           24576      155647       65536   83  Linux


And the last couple lines of the boot plus login and uname:

    Poky (Yocto Project Reference Distro) 1.6+snapshot-20140703 imx53qsb
    /dev/ttymxc0

    imx53qsb login: root
    root at imx53qsb:~# uname -a
    Linux imx53qsb 3.14.3-fslc+gc34636a #1 SMP Thu Jul 3 11:58:45 EDT
    2014 armv7l GNU/Linux

See the attached for my full configurations.
-------------- next part --------------
Build Configuration: (master)
BB_VERSION        = "1.23.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "openSUSE-project-13.1"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "imx53qsb"
DISTRO            = "poky"
DISTRO_VERSION    = "1.6+snapshot-20140702"
TUNE_FEATURES     = "arm armv7a vfp neon"
TARGET_FPU        = "vfp-neon"
meta              
meta-yocto        = "(detachedfrom0ed5a13):0ed5a13f5f9478e2c22f517fb3504b738422f85c"
meta-oe           = "(detachedfrom87bbe91):87bbe91686e1bbc9036aacd924162f17db214aad"
meta-fsl-arm      = "(detachedfrom31a0928):31a0928cbbe707548712ec3612cdc727a3775501"
meta-fsl-arm-extra = "(detachedfrom456c270):456c27085a70bb1385a4c2e28ba80ac74d6f533e"
meta-fsl-demos    = "(detachedfrom1dbdf42):1dbdf427189707062749928b8876e38f1ec99c64"

BB_NUMBER_THREADS = '6'
PARALLEL_MAKE = '-j 6'
DL_DIR ?= "/home/trevor/devel/Downloads"
ACCEPT_FSL_EULA = "1"

BUILDBASE = "/home/trevor/build/yocto/fsl/repo-master/${MACHINE}"
TMPDIR = "${BUILDBASE}/tmp"
SSTATE_DIR = "${BUILDBASE}/sstate-cache"

MACHINE ??= 'imx53qsb'
DISTRO ?= 'poky'
PACKAGE_CLASSES ?= "package_ipk"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS = "\
    STOPTASKS,${TMPDIR},1G,100K \
    STOPTASKS,${DL_DIR},1G,100K \
    STOPTASKS,${SSTATE_DIR},1G,100K \
    ABORT,${TMPDIR},100M,1K \
    ABORT,${DL_DIR},100M,1K \
    ABORT,${SSTATE_DIR},100M,1K"
PACKAGECONFIG_pn-qemu-native = "sdl"
PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
ASSUME_PROVIDED += "libsdl-native"
CONF_VERSION = "1"

INHERIT += "buildhistory"
BUILDHISTORY_COMMIT = "1"


===========================================================================
Build Configuration:
BB_VERSION        = "1.23.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "openSUSE-project-13.1"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "imx53qsb"
DISTRO            = "poky"
DISTRO_VERSION    = "1.6+snapshot-20140703"
TUNE_FEATURES     = "arm armv7a vfp neon"
TARGET_FPU        = "vfp-neon"
meta              
meta-yocto        = "(detachedfrom0ed5a13):0ed5a13f5f9478e2c22f517fb3504b738422f85c"
meta-oe           = "(detachedfrom87bbe91):87bbe91686e1bbc9036aacd924162f17db214aad"
meta-fsl-arm      = "(detachedfrom31a0928):31a0928cbbe707548712ec3612cdc727a3775501"
meta-fsl-arm-extra = "(detachedfrom456c270):456c27085a70bb1385a4c2e28ba80ac74d6f533e"
meta-fsl-demos    = "(detachedfrom1dbdf42):1dbdf427189707062749928b8876e38f1ec99c64"

BB_NUMBER_THREADS = '6'
PARALLEL_MAKE = '-j 6'
DL_DIR ?= "/home/trevor/devel/Downloads"
ACCEPT_FSL_EULA = ""
PREFERRED_PROVIDER_virtual/kernel = "linux-fslc"

BUILDBASE = "/home/trevor/build/yocto/fsl/repo-master/${MACHINE}"
TMPDIR = "${BUILDBASE}/tmp"
SSTATE_DIR = "${BUILDBASE}/sstate-cache"

MACHINE ??= 'imx53qsb'
DISTRO ?= 'poky'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS = "\
    STOPTASKS,${TMPDIR},1G,100K \
    STOPTASKS,${DL_DIR},1G,100K \
    STOPTASKS,${SSTATE_DIR},1G,100K \
    ABORT,${TMPDIR},100M,1K \
    ABORT,${DL_DIR},100M,1K \
    ABORT,${SSTATE_DIR},100M,1K"
PACKAGECONFIG_pn-qemu-native = "sdl"
PACKAGECONFIG_pn-nativesdk-qemu = "sdl"
ASSUME_PROVIDED += "libsdl-native"
CONF_VERSION = "1"

INHERIT += "buildhistory"
BUILDHISTORY_COMMIT = "1"

# fdisk -l /dev/sde

Disk /dev/sde: 7948 MB, 7948206080 bytes, 15523840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x0003c24a

   Device Boot      Start         End      Blocks   Id  System
/dev/sde1            8192       24575        8192    c  W95 FAT32 (LBA)
/dev/sde2           24576      155647       65536   83  Linux

Poky (Yocto Project Reference Distro) 1.6+snapshot-20140703 imx53qsb /dev/ttymxc0

imx53qsb login: root
root at imx53qsb:~# uname -a
Linux imx53qsb 3.14.3-fslc+gc34636a #1 SMP Thu Jul 3 11:58:45 EDT 2014 armv7l GNU/Linux


More information about the meta-freescale mailing list