All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <trevor.woerner@linaro.org>
To: ssinfod ssinfod <ssinfod@gmail.com>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: imx53qsb + yocto + latest kernel.
Date: Thu, 03 Jul 2014 12:48:33 -0400	[thread overview]
Message-ID: <53B58961.5090008@linaro.org> (raw)
In-Reply-To: <CA+jg_OVEeSxS60LKtZGT=Stm6pE91131h1XRraVdL=frAd3PqQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1735 bytes --]

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@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@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.

[-- Attachment #2: IMX53QSB-notes --]
[-- Type: text/plain, Size: 4210 bytes --]

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@imx53qsb:~# uname -a
Linux imx53qsb 3.14.3-fslc+gc34636a #1 SMP Thu Jul 3 11:58:45 EDT 2014 armv7l GNU/Linux

  reply	other threads:[~2014-07-03 16:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26  3:33 imx53qsb + yocto + latest kernel ssinfod ssinfod
2014-07-02 14:50 ` ssinfod ssinfod
2014-07-02 16:14 ` Daiane Angolini
2014-07-03  5:42   ` ssinfod ssinfod
2014-07-03 11:41     ` Daiane Angolini
2014-07-03 13:21       ` Daiane Angolini
2014-07-03 16:48         ` Trevor Woerner [this message]
2014-07-04  4:40           ` ssinfod ssinfod
2014-07-04 12:32             ` Daiane Angolini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53B58961.5090008@linaro.org \
    --to=trevor.woerner@linaro.org \
    --cc=meta-freescale@yoctoproject.org \
    --cc=ssinfod@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.