Help!!! Problem with installing QorIQ_SDK_V1-3-2_SOURCE_ISO(SDK V1.3.2 Source ISO)?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Help!!! Problem with installing QorIQ_SDK_V1-3-2_SOURCE_ISO(SDK V1.3.2 Source ISO)?

Jump to solution
6,596 Views
mgkiller
Contributor III

#################################################################################################################################

Freescale Linux-Oriented Software Development Kit

#################################################################################################################################

[install the SDK]

How to install Yocto on the host machine.

   1. Mount the ISO on your machine:

      $ sudo mount -o loop QorIQ-SDK-V1.3-<target>-<yyyymmdd>-yocto.iso /mnt/cdrom

   2. As a non-root user, install the Yocto:

      $ /mnt/cdrom/install

   3. When you are prompted to input the install path, ensure that the current user has the correct permission for the install path.

[Host Environment]

How to Set up the Host Environment for doing a build with Yocto.

The following steps are used to prepare the environment for doing a build with Yocto:

   1.

      $ cd <yocto_install_path>

   2.

      $ . /scripts/host-prepare.sh

   3.

      $ source ./fsl-setup-poky -m <machine> -j [# of bitbake jobs] -t [# of makethreads]

      For example:

          * $ source ./fsl-setup-poky -m p4080ds -j 12 -t 12 -l

[Builds]

How to Set up a Cross Build Environment and Perform Builds

Follow these steps to do builds using Yocto. Be sure to set up the host environment before doing these steps.

   1.

      $ cd <yocto_install_path>/build_<machine>_release/

   2.

      $ bitbake <image-target>

      Where <image-target> is one of the following:

          * fsl-image-minimal: contains basic packages to boot up a board

          * fsl-image-core: contains common open source packages and Freescale-specific packages.

          * fsl-image-full: contains all packages in the full package list.

          * fsl-image-flash: contains all the user space apps needed to deploy the fsl-image-full image to a USB stick, hard drive, or other large physical media.

          * fsl-image-kvm: contains guest rootfs in qemu

          * fsl-toolchain: the cross compiler binary package

          * package-name(usdpaa): build a specific package

#################################################################################################################################

Before the last step(#bitbake fsl-image-minimal),everthing goes well.Below is my log.

#################################################################################################################################

[mgkiller@localhost QorIQ-SDK-V1.3-20121114-yocto]$

[mgkiller@localhost QorIQ-SDK-V1.3-20121114-yocto]$

[mgkiller@localhost QorIQ-SDK-V1.3-20121114-yocto]$ source ./fsl-setup-poky -m p4080ds -j 12 -t 12 -l

Configuring for p4080ds board type

Run the following commands to start a build:

    bitbake fsl-image-lsb-sdk

    bitbake fsl-image-minimal

    bitbake fsl-image-core

    bitbake fsl-image-flash

    bitbake fsl-image-kvm

    bitbake fsl-image-full

To return to this build environment later please run:

    source /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/SOURCE_THIS

[mgkiller@localhost build_p4080ds_release]$

[mgkiller@localhost build_p4080ds_release]$

[mgkiller@localhost build_p4080ds_release]$ bitbake fsl-image-minimal

Pseudo is not present but is required, building this first before the main build

DEBUG: Removed the following variables from the environment: SSH_ASKPASS, GNOME_DESKTOP_SESSION_ID, LESSOPEN, QT_IM_MODULE, INPUTRC, SHLVL, G_BROKEN_FILENAMES, HISTSIZE, WINDOWID, XMODIFIERS, BBFETCH2, USERNAME, GDM_XSERVER_LOCATION, GDMSESSION, GTK_IM_MODULE, BUILDDIR, HOSTNAME, CVS_RSH, MAIL, LS_COLORS

DEBUG: Found bblayers.conf (/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/conf/bblayers.conf)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/conf/bblayers.conf

DEBUG: Adding layer /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/layer.conf

DEBUG: Adding layer /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-yocto

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-yocto/conf/layer.conf

DEBUG: Adding layer /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/layer.conf

DEBUG: Adding layer /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc-private

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc-private/conf/layer.conf

DEBUG: Adding layer /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-oe/meta-oe

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-oe/meta-oe/conf/layer.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/bitbake.conf

DEBUG: CONF conf/bitbake.conf:652: including conf/abi_version.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/abi_version.conf

DEBUG: CONF conf/bitbake.conf:653: including conf/site.conf

DEBUG: CONF file 'conf/site.conf' not found

DEBUG: CONF conf/bitbake.conf:654: including conf/auto.conf

DEBUG: CONF file 'conf/auto.conf' not found

DEBUG: CONF conf/bitbake.conf:655: including conf/local.conf

DEBUG: LOAD conf/local.conf

DEBUG: CONF conf/bitbake.conf:656: including conf/build/i686-linux.conf

DEBUG: CONF file 'conf/build/i686-linux.conf' not found

DEBUG: CONF conf/bitbake.conf:657: including conf/target/INVALID-oe-linux.conf

DEBUG: CONF file 'conf/target/INVALID-oe-linux.conf' not found

DEBUG: CONF conf/bitbake.conf:658: including conf/machine/p4080ds.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/machine/p4080ds.conf

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/machine/p4080ds.conf:4: including e500mc.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/machine/e500mc.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/machine/e500mc.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/machine/e500mc.inc:3: including conf/machine/include/tune-ppce500mc.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/machine/include/tune-ppce500mc.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/machine/include/tune-ppce500mc.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/machine/include/tune-ppce500mc.inc:3: including conf/machine/include/powerpc/arch-powerpc.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/machine/include/powerpc/arch-powerpc.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/machine/include/powerpc/arch-powerpc.inc

DEBUG: CONF conf/bitbake.conf:659: including conf/machine-sdk/${SDKMACHINE}.conf

DEBUG: CONF file 'conf/machine-sdk/${SDKMACHINE}.conf' not found

DEBUG: CONF conf/bitbake.conf:660: including conf/distro/fsl.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/distro/fsl.conf

DEBUG: CONF conf/bitbake.conf:661: including conf/distro/defaultsetup.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:1: including conf/distro/include/default-providers.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-providers.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-providers.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:2: including conf/distro/include/default-versions.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-versions.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-versions.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:3: including conf/distro/include/default-distrovars.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-distrovars.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-distrovars.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:4: including conf/distro/include/world-broken.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/world-broken.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/world-broken.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:7: including conf/distro/include/tcmode-default.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/tcmode-default.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/tcmode-default.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/tcmode-default.inc:59: including conf/distro/include/as-needed.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/as-needed.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/as-needed.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:10: including conf/distro/include/tclibc-eglibc.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/tclibc-eglibc.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/tclibc-eglibc.inc

DEBUG: CONF conf/bitbake.conf:662: including conf/documentation.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/documentation.conf

DEBUG: CONF conf/bitbake.conf:663: including conf/sanity.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/sanity.conf

DEBUG: BB configuration INHERITs:0: inheriting classes/base.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:3: inheriting classes/patch.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/patch.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/patch.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/patch.bbclass:8: inheriting classes/terminal.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/terminal.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/terminal.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:4: inheriting classes/staging.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/staging.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/staging.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:6: inheriting classes/mirrors.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/mirrors.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/mirrors.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:7: inheriting classes/utils.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/utils.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/utils.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:8: inheriting classes/utility-tasks.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/utility-tasks.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/utility-tasks.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:9: inheriting classes/metadata_scm.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/metadata_scm.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/metadata_scm.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:10: inheriting classes/logging.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/logging.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/logging.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/rm_work.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/rm_work.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/rm_work.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/own-mirrors.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/own-mirrors.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/own-mirrors.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/package_rpm.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package_rpm.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package_rpm.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package_rpm.bbclass:1: inheriting classes/package.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package.bbclass:41: inheriting classes/packagedata.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/packagedata.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/packagedata.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package.bbclass:42: inheriting classes/prserv.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/prserv.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/prserv.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/buildstats.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/buildstats.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/buildstats.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/image-mklibs.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/image-mklibs.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/image-mklibs.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/image-prelink.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/image-prelink.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/image-prelink.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/insane.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/insane.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/insane.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/debian.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/debian.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/debian.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/devshell.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/devshell.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/devshell.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/sstate.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/sstate.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/sstate.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/license.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/license.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/license.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/sanity.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/sanity.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/sanity.bbclass

DEBUG: Clearing SRCREV cache due to cache policy of: clear

DEBUG: Using cache in '/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/cache/bb_codeparser.dat' for codeparser cache

WARNING: Host distribution "CentOS release 5.4 (Final)" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.

DEBUG: Fetcher accessed the network with the command git ls-remote git://git.yoctoproject.org/yocto-firewall-test HEAD

DEBUG: Running export HOME="/home/mgkiller"; export SSH_AGENT_PID="3552"; export SSH_AUTH_SOCK="/tmp/ssh-oerzmI3517/agent.3517"; export GIT_CONFIG="/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux/etc/gitconfig"; export PATH="/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux/usr/bin/ppce500mc-fsl-linux:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/p4080ds/usr/bin/crossscripts:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux/usr/sbin:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux/usr/bin:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux/sbin:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux//bin:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/bitbake/bin/:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/scripts:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/bitbake/bin/:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/mgkiller/bin:/usr/crosstool/usr/bin:/usr/local/bin:/sbin:/usr/bin/yum:/home/mgkiller/QorIQ_SDK-20110709-systembuilder/freescale-2010.09/bin/:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/scripts"; git ls-remote git://git.yoctoproject.org/yocto-firewall-test HEAD

ERROR:  OE-core's config sanity checker detected a potential misconfiguration.

    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).

    Following is the list of potential problems / advisories:

    Failed to fetch test data from the network. Please ensure your network is configured correctly.

ERROR: Execution of event handler 'check_sanity_eventhandler' failed

DEBUG: Removed the following variables from the environment: SSH_ASKPASS, GNOME_DESKTOP_SESSION_ID, LESSOPEN, QT_IM_MODULE, INPUTRC, SHLVL, G_BROKEN_FILENAMES, HISTSIZE, WINDOWID, XMODIFIERS, BBFETCH2, USERNAME, GDM_XSERVER_LOCATION, GDMSESSION, GTK_IM_MODULE, BUILDDIR, HOSTNAME, CVS_RSH, MAIL, LS_COLORS

DEBUG: Found bblayers.conf (/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/conf/bblayers.conf)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/conf/bblayers.conf

DEBUG: Adding layer /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/layer.conf

DEBUG: Adding layer /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-yocto

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-yocto/conf/layer.conf

DEBUG: Adding layer /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/layer.conf

DEBUG: Adding layer /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc-private

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc-private/conf/layer.conf

DEBUG: Adding layer /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-oe/meta-oe

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-oe/meta-oe/conf/layer.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/bitbake.conf

DEBUG: CONF conf/bitbake.conf:652: including conf/abi_version.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/abi_version.conf

DEBUG: CONF conf/bitbake.conf:653: including conf/site.conf

DEBUG: CONF file 'conf/site.conf' not found

DEBUG: CONF conf/bitbake.conf:654: including conf/auto.conf

DEBUG: CONF file 'conf/auto.conf' not found

DEBUG: CONF conf/bitbake.conf:655: including conf/local.conf

DEBUG: LOAD conf/local.conf

DEBUG: CONF conf/bitbake.conf:656: including conf/build/i686-linux.conf

DEBUG: CONF file 'conf/build/i686-linux.conf' not found

DEBUG: CONF conf/bitbake.conf:657: including conf/target/INVALID-oe-linux.conf

DEBUG: CONF file 'conf/target/INVALID-oe-linux.conf' not found

DEBUG: CONF conf/bitbake.conf:658: including conf/machine/p4080ds.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/machine/p4080ds.conf

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/machine/p4080ds.conf:4: including e500mc.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/machine/e500mc.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/machine/e500mc.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/machine/e500mc.inc:3: including conf/machine/include/tune-ppce500mc.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/machine/include/tune-ppce500mc.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/machine/include/tune-ppce500mc.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/machine/include/tune-ppce500mc.inc:3: including conf/machine/include/powerpc/arch-powerpc.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/machine/include/powerpc/arch-powerpc.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/machine/include/powerpc/arch-powerpc.inc

DEBUG: CONF conf/bitbake.conf:659: including conf/machine-sdk/${SDKMACHINE}.conf

DEBUG: CONF file 'conf/machine-sdk/${SDKMACHINE}.conf' not found

DEBUG: CONF conf/bitbake.conf:660: including conf/distro/fsl.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta-fsl-ppc/conf/distro/fsl.conf

DEBUG: CONF conf/bitbake.conf:661: including conf/distro/defaultsetup.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:1: including conf/distro/include/default-providers.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-providers.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-providers.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:2: including conf/distro/include/default-versions.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-versions.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-versions.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:3: including conf/distro/include/default-distrovars.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-distrovars.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/default-distrovars.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:4: including conf/distro/include/world-broken.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/world-broken.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/world-broken.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:7: including conf/distro/include/tcmode-default.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/tcmode-default.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/tcmode-default.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/tcmode-default.inc:59: including conf/distro/include/as-needed.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/as-needed.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/as-needed.inc

DEBUG: CONF /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/defaultsetup.conf:10: including conf/distro/include/tclibc-eglibc.inc

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/tclibc-eglibc.inc: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/distro/include/tclibc-eglibc.inc

DEBUG: CONF conf/bitbake.conf:662: including conf/documentation.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/documentation.conf

DEBUG: CONF conf/bitbake.conf:663: including conf/sanity.conf

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/conf/sanity.conf

DEBUG: BB configuration INHERITs:0: inheriting classes/base.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:3: inheriting classes/patch.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/patch.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/patch.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/patch.bbclass:8: inheriting classes/terminal.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/terminal.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/terminal.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:4: inheriting classes/staging.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/staging.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/staging.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:6: inheriting classes/mirrors.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/mirrors.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/mirrors.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:7: inheriting classes/utils.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/utils.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/utils.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:8: inheriting classes/utility-tasks.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/utility-tasks.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/utility-tasks.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:9: inheriting classes/metadata_scm.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/metadata_scm.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/metadata_scm.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/base.bbclass:10: inheriting classes/logging.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/logging.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/logging.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/rm_work.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/rm_work.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/rm_work.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/own-mirrors.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/own-mirrors.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/own-mirrors.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/package_rpm.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package_rpm.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package_rpm.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package_rpm.bbclass:1: inheriting classes/package.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package.bbclass:41: inheriting classes/packagedata.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/packagedata.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/packagedata.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/package.bbclass:42: inheriting classes/prserv.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/prserv.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/prserv.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/buildstats.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/buildstats.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/buildstats.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/image-mklibs.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/image-mklibs.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/image-mklibs.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/image-prelink.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/image-prelink.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/image-prelink.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/insane.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/insane.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/insane.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/debian.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/debian.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/debian.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/devshell.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/devshell.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/devshell.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/sstate.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/sstate.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/sstate.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/license.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/license.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/license.bbclass

DEBUG: BB configuration INHERITs:0: inheriting classes/sanity.bbclass

DEBUG: BB /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/sanity.bbclass: handle(data, include)

DEBUG: LOAD /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/classes/sanity.bbclass

DEBUG: Clearing SRCREV cache due to cache policy of: clear

DEBUG: Using cache in '/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/cache/bb_codeparser.dat' for codeparser cache

WARNING: Host distribution "CentOS release 5.4 (Final)" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.

DEBUG: Fetcher accessed the network with the command git ls-remote git://git.yoctoproject.org/yocto-firewall-test HEAD

DEBUG: Running export HOME="/home/mgkiller"; export SSH_AGENT_PID="3552"; export SSH_AUTH_SOCK="/tmp/ssh-oerzmI3517/agent.3517"; export GIT_CONFIG="/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux/etc/gitconfig"; export PATH="/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux/usr/bin/ppce500mc-fsl-linux:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/p4080ds/usr/bin/crossscripts:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux/usr/sbin:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux/usr/bin:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux/sbin:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/i686-linux//bin:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/bitbake/bin/:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/scripts:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/bitbake/bin/:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/mgkiller/bin:/usr/crosstool/usr/bin:/usr/local/bin:/sbin:/usr/bin/yum:/home/mgkiller/QorIQ_SDK-20110709-systembuilder/freescale-2010.09/bin/:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/scripts"; git ls-remote git://git.yoctoproject.org/yocto-firewall-test HEAD

ERROR:  OE-core's config sanity checker detected a potential misconfiguration.

    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).

    Following is the list of potential problems / advisories:

    Failed to fetch test data from the network. Please ensure your network is configured correctly.

ERROR: Execution of event handler 'check_sanity_eventhandler' failed

[mgkiller@localhost build_p4080ds_release]$

#################################################################################################################################

What is the problem?

I need some help,anyone tell me?

Is it necessary for me to connet my PC to Internet?

My PC for work is forbidened to connect to Internet ,what shound I do?

#################################################################################################################################

Tags (1)
1 Solution
1,063 Views
yoshi
NXP Employee
NXP Employee

The bitbake performs the network sanity check if the host PC has http, https and git protocol connectivity. If you want to disable it, you can add below line in build_p4080ds_release/conf/local.conf.

CONNECTIVITY_CHECK_URIS = ""

View solution in original post

8 Replies
1,063 Views
ravirao
Contributor I

You could also comment out the following lines in ./meta-fsl-ppc/conf/distro/fsl.conf

#CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD \

#                          https://eula-downloads.yoctoproject.org/index.php \

#                          http://bugzilla.yoctoproject.org/report.cgi"


1,063 Views
aravindganesan
Contributor I

Dear Ravi Rao,

Thanks for your answer.

I am working on T4240 processor and i also got the same error while trying to buld the image.

I tried your solution i.e i added the CONNECTIVITY_CHECK_URIS = "" in the local.conf file

But when I try to navigate to my /distro i could not do so.

I navigated till /meta-fsl-ppc/conf

I type :

aravind@Aravind:~/yocto/meta-fsl-ppc/conf$ ls

layer.conf  machine

I dont get any distro package here.


What is the problem?

Please help.

Thanks,

Aravind Ganesan

0 Kudos
Reply
1,063 Views
mgkiller
Contributor III

think you all the same, Ravi Rao

0 Kudos
Reply
1,064 Views
yoshi
NXP Employee
NXP Employee

The bitbake performs the network sanity check if the host PC has http, https and git protocol connectivity. If you want to disable it, you can add below line in build_p4080ds_release/conf/local.conf.

CONNECTIVITY_CHECK_URIS = ""

1,063 Views
aravindganesan
Contributor I

Dear yoshi,

I want some help.

I want to boot T4240QDS system.

I am using Ubuntu 12.04 and qiriq SDK v1.4 e6500.

I have installed the SDK and i am done with configuring the kernel.But when I try to build the image using $bitbake fsl-image-core i get the following error:

----------------------------------------------------------

aravind@Aravind:~/yocto/build_t4240qds_release$ bitbake fsl-image-core

Pseudo is not present but is required, building this first before the main build

ERROR:  OE-core's config sanity checker detected a potential misconfiguration.

    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).

    Following is the list of potential problems / advisories:

Failed to create a file with a long name in TMPDIR. Please use a filesystem that does not unreasonably limit filename length.

Failed to create a file with a long name in SSTATE_DIR. Please use a filesystem that does not unreasonably limit filename length.

ERROR: Execution of event handler 'check_sanity_eventhandler' failed

aravind@Aravind:~/yocto/build_t4240qds_release$

-----------------------------------------------------------------------------------------------------

I tried your above solution i.e go to /conf file and adde the CONNECTIVITY_CHECK_URIS = "" but i get the same error.

Can u please suggest solution to this?

Thanks,

Aravind Ganesan

0 Kudos
Reply
1,063 Views
mgkiller
Contributor III

Yoshiyuki Wakinotani.i wanna to a question, when i run “#bitbake fsl-image-minimal”

i get some erro at the end.here is my log:




[mgkiller@localhost build_p4080ds_release]$ bitbake fsl-image-minimal

WARNING: Host distribution "CentOS release 5.4 (Final)" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.

Loading cache: 100% |##############################################################################################################################################################| ETA:  00:00:00

Loaded 1579 entries from dependency cache.

Parsing recipes: 100% |############################################################################################################################################################| Time: 00:00:00

Parsing of 1232 .bb files complete (1231 cached, 1 parsed). 1579 targets, 48 skipped, 0 masked, 0 errors.

OE Build Configuration:

BB_VERSION        = "1.15.2"

TARGET_ARCH       = "powerpc"

TARGET_OS         = "linux"

MACHINE           = "p4080ds"

DISTRO            = "fsl"

DISTRO_VERSION    = "1.2"

TUNE_FEATURES     = "m32 fpu-hard ppce500mc"

TARGET_FPU        = "hard"

meta             

meta-yocto       

meta-fsl-ppc     

meta-fsl-ppc-private

meta-oe           = "<unknown>:<unknown>"

NOTE: Resolving any missing task queue dependencies

NOTE: Preparing runqueue

NOTE: Executing SetScene Tasks

NOTE: Executing RunQueue Tasks

NOTE: Running task 380 of 1602 (ID: 599, /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-core/eglibc/eglibc_2.13.bb, do_compile)

NOTE: Running task 479 of 1602 (ID: 310, /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/python/python-native_2.7.2.bb, do_compile)

NOTE: Running task 499 of 1602 (ID: 435, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-support/attr/acl_2.2.51.bb, do_install)

NOTE: Running task 505 of 1602 (ID: 414, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-support/libpcre/libpcre_8.21.bb, do_compile)

NOTE: Running noexec task 662 of 1602 (ID: 220, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-core/util-linux/util-linux_2.21.bb, do_package_write)

NOTE: Running task 663 of 1602 (ID: 214, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-core/util-linux/util-linux_2.21.bb, do_populate_sysroot)

NOTE: Running task 948 of 1602 (ID: 152, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb, do_compile)

NOTE: Running task 980 of 1602 (ID: 87, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/opkg/opkg_svn.bb, do_compile)

NOTE: package eglibc-2.13-r29+svnr14157+fsl.1: task do_compile: Started

NOTE: package python-native-2.7.2-r2.4: task do_compile: Started

NOTE: package acl-native-2.2.51-r3: task do_install: Started

NOTE: package libpcre-native-8.21-r1: task do_compile: Started

NOTE: package util-linux-native-2.21-r5: task do_populate_sysroot: Started

NOTE: package genext2fs-native-1.4.1-r2: task do_compile: Started

NOTE: package opkg-native-1_0.1.8+svnr633-r9.0: task do_compile: Started

NOTE: package genext2fs-native-1.4.1-r2: task do_compile: Succeeded

NOTE: Running task 1001 of 1602 (ID: 147, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb, do_install)

NOTE: package genext2fs-native-1.4.1-r2: task do_install: Started

NOTE: package genext2fs-native-1.4.1-r2: task do_install: Succeeded

NOTE: Running noexec task 1004 of 1602 (ID: 153, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb, do_package_write)

NOTE: Running task 1005 of 1602 (ID: 148, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb, do_populate_sysroot)

NOTE: package genext2fs-native-1.4.1-r2: task do_populate_sysroot: Started

NOTE: package genext2fs-native-1.4.1-r2: task do_populate_sysroot: Succeeded

NOTE: Running noexec task 1006 of 1602 (ID: 150, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb, do_build)

NOTE: Running task 1007 of 1602 (ID: 155, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb, do_rm_work)

NOTE: package genext2fs-native-1.4.1-r2: task do_rm_work: Started

NOTE: package genext2fs-native-1.4.1-r2: task do_rm_work: Succeeded

NOTE: package acl-native-2.2.51-r3: task do_install: Succeeded

NOTE: Running task 1008 of 1602 (ID: 436, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-support/attr/acl_2.2.51.bb, do_populate_sysroot)

NOTE: Running noexec task 1011 of 1602 (ID: 441, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-support/attr/acl_2.2.51.bb, do_package_write)

NOTE: package acl-native-2.2.51-r3: task do_populate_sysroot: Started

NOTE: package acl-native-2.2.51-r3: task do_populate_sysroot: Succeeded

NOTE: Running noexec task 1012 of 1602 (ID: 438, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-support/attr/acl_2.2.51.bb, do_build)

NOTE: Running task 1013 of 1602 (ID: 443, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-support/attr/acl_2.2.51.bb, do_rm_work)

NOTE: package acl-native-2.2.51-r3: task do_rm_work: Started

NOTE: package acl-native-2.2.51-r3: task do_rm_work: Succeeded

NOTE: package util-linux-native-2.21-r5: task do_populate_sysroot: Succeeded

NOTE: Running noexec task 1014 of 1602 (ID: 216, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-core/util-linux/util-linux_2.21.bb, do_build)

NOTE: Running task 1015 of 1602 (ID: 222, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-core/util-linux/util-linux_2.21.bb, do_rm_work)

NOTE: Running task 1016 of 1602 (ID: 543, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb, do_configure)

NOTE: package util-linux-native-2.21-r5: task do_rm_work: Started

NOTE: package e2fsprogs-native-1.42.1-r0: task do_configure: Started

NOTE: package util-linux-native-2.21-r5: task do_rm_work: Succeeded

NOTE: package opkg-native-1_0.1.8+svnr633-r9.0: task do_compile: Succeeded

NOTE: Running task 1017 of 1602 (ID: 82, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/opkg/opkg_svn.bb, do_install)

NOTE: package opkg-native-1_0.1.8+svnr633-r9.0: task do_install: Started

NOTE: package opkg-native-1_0.1.8+svnr633-r9.0: task do_install: Succeeded

NOTE: Running noexec task 1020 of 1602 (ID: 88, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/opkg/opkg_svn.bb, do_package_write)

NOTE: Running task 1021 of 1602 (ID: 83, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/opkg/opkg_svn.bb, do_populate_sysroot)

NOTE: package opkg-native-1_0.1.8+svnr633-r9.0: task do_populate_sysroot: Started

NOTE: package opkg-native-1_0.1.8+svnr633-r9.0: task do_populate_sysroot: Succeeded

NOTE: Running noexec task 1022 of 1602 (ID: 85, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/opkg/opkg_svn.bb, do_build)

NOTE: Running task 1023 of 1602 (ID: 90, virtual:native:/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-devtools/opkg/opkg_svn.bb, do_rm_work)

NOTE: package opkg-native-1_0.1.8+svnr633-r9.0: task do_rm_work: Started

NOTE: package opkg-native-1_0.1.8+svnr633-r9.0: task do_rm_work: Succeeded

ERROR: Function failed: do_compile (see /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/temp/log.do_compile.6416 for further information)

ERROR: Logfile of failure stored in: /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/temp/log.do_compile.6416

Log data follows:

| DEBUG: SITE files ['endian-big', 'bit-32', 'powerpc-common', 'common-linux', 'common-glibc', 'powerpc32-linux', 'powerpc-linux', 'common']

| NOTE: make PARALLELMFLAGS=-j 12

| make -r PARALLELMFLAGS="-j 12" CVSOPTS="" -C /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc objdir=`pwd` all

| make[1]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc'

| make -j 12 subdir=csu -C csu ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/csu'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/csu'

| make -j 12 subdir=iconv -C iconv ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/iconv'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/iconv'

| make -j 12 subdir=locale -C locale ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/locale'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/locale'

| make -j 12 subdir=localedata -C localedata ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/localedata'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/localedata'

| make -j 12 subdir=iconvdata -C iconvdata ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/iconvdata'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/iconvdata'

| make -j 12 subdir=assert -C assert ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/assert'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/assert'

| make -j 12 subdir=ctype -C ctype ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/ctype'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/ctype'

| make -j 12 subdir=intl -C intl ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/intl'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/intl'

| make -j 12 subdir=catgets -C catgets ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/catgets'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/catgets'

| make -j 12 subdir=math -C math ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/math'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/math'

| make -j 12 subdir=setjmp -C setjmp ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/setjmp'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/setjmp'

| make -j 12 subdir=signal -C signal ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/signal'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/signal'

| make -j 12 subdir=stdlib -C stdlib ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/stdlib'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/stdlib'

| make -j 12 subdir=stdio-common -C stdio-common ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/stdio-common'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/stdio-common'

| make -j 12 subdir=libio -C libio ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/libio'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/libio'

| make -j 12 subdir=dlfcn -C dlfcn ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/dlfcn'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/dlfcn'

| make -j 12 subdir=malloc -C malloc ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/malloc'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/malloc'

| make -j 12 subdir=string -C string ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/string'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/string'

| make -j 12 subdir=wcsmbs -C wcsmbs ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/wcsmbs'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/wcsmbs'

| make -j 12 subdir=timezone -C timezone ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/timezone'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/timezone'

| make -j 12 subdir=time -C time ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/time'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/time'

| make -j 12 subdir=dirent -C dirent ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/dirent'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/dirent'

| make -j 12 subdir=grp -C grp ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/grp'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/grp'

| make -j 12 subdir=pwd -C pwd ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/pwd'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/pwd'

| make -j 12 subdir=posix -C posix ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/posix'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/posix'

| make -j 12 subdir=io -C io ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/io'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/io'

| make -j 12 subdir=termios -C termios ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/termios'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/termios'

| make -j 12 subdir=resource -C resource ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/resource'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/resource'

| make -j 12 subdir=misc -C misc ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/misc'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/misc'

| make -j 12 subdir=socket -C socket ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/socket'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/socket'

| make -j 12 subdir=sysvipc -C sysvipc ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/sysvipc'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/sysvipc'

| make -j 12 subdir=gmon -C gmon ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/gmon'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/gmon'

| make -j 12 subdir=gnulib -C gnulib ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/gnulib'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/gnulib'

| make -j 12 subdir=wctype -C wctype ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/wctype'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/wctype'

| make -j 12 subdir=manual -C manual ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/manual'

| make[2]: `subdir_lib' is up to date.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/manual'

| make -j 12 subdir=shadow -C shadow ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/shadow'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/shadow'

| make -j 12 subdir=gshadow -C gshadow ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/gshadow'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/gshadow'

| make -j 12 subdir=po -C po ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/po'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/po'

| make -j 12 subdir=argp -C argp ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/argp'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/argp'

| make -j 12 subdir=crypt -C crypt ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/crypt'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/crypt'

| make -j 12 subdir=nptl -C nptl ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/nptl'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/nptl'

| make -j 12 subdir=resolv -C resolv ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/resolv'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/resolv'

| make -j 12 subdir=nss -C nss ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/nss'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/nss'

| make -j 12 subdir=rt -C rt ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/rt'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/rt'

| make -j 12 subdir=conform -C conform ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/conform'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/conform'

| make -j 12 subdir=debug -C debug ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/debug'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/debug'

| make -j 12 subdir=libidn -C libidn ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/libidn'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/libidn'

| make -j 12 subdir=nptl_db -C nptl_db ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/nptl_db'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/nptl_db'

| make -j 12 subdir=inet -C inet ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/inet'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/inet'

| make -j 12 subdir=hesiod -C hesiod ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/hesiod'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/hesiod'

| make -j 12 subdir=sunrpc -C sunrpc ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/sunrpc'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/sunrpc'

| make -j 12 subdir=nis -C nis ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/nis'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/nis'

| make -j 12 subdir=nscd -C nscd ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/nscd'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/nscd'

| make -j 12 subdir=streams -C streams ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/streams'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/streams'

| make -j 12 subdir=login -C login ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/login'

| Makefile:76: warning: overriding commands for target `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/login/pt_chown'

| ../Rules:120: warning: ignoring old commands for target `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/login/pt_chown'

| make[2]: Nothing to be done for `subdir_lib'.

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/login'

| make -j 12 subdir=elf -C elf ..=../ subdir_lib

| make[2]: Entering directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/elf'

| powerpc-fsl-linux-gcc  -m32 -mhard-float  -mcpu=e500mc --sysroot=/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/sysroots/p4080ds-tcbootstrap   -nostdlib -nostartfiles -r -o

/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-allobjs.os

/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/rtld.os

/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-load.os

/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-cache.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-lookup.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-object.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-reloc.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-deps.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-runtime.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-error.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-init.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-fini.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-debug.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-misc.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-version.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-profile.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-conflict.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-tls.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-origin.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-scope.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-execstack.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-caller.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-open.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-close.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-trampoline.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-sysdep.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-environ.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-minimal.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-brk.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-sbrk.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-start.os /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-machine.os

| /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-load.os: file not recognized: File truncated

| collect2: ld returned 1 exit status

| make[2]: *** [/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/build-powerpc-fsl-linux/elf/dl-allobjs.os] Error 1

| make[2]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/eglibc-2_13/libc/elf'

| make[1]: *** [elf/subdir_lib] Error 2

| make[1]: Leaving directory `/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/egERROR: Function failed: do_compile (see /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/eglibc-2.13-r29+svnr14157+fsl.1/temp/log.do_compile.6416 for further information)

| libc-2_13/libc'

| make: *** [all] Error 2

| ERROR: oe_runmake failed

NOTE: package eglibc-2.13-r29+svnr14157+fsl.1: task do_compile: Failed

ERROR: Task 599 (/home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-core/eglibc/eglibc_2.13.bb, do_compile) failed with exit code '1'

Waiting for 3 running tasks to finish:

0: python-native-2.7.2-r2.4 do_compile (pid 6417)

1: libpcre-native-8.21-r1 do_compile (pid 6419)

2: e2fsprogs-native-1.42.1-r0 do_configure (pid 11412)

NOTE: package libpcre-native-8.21-r1: task do_compile: Succeeded

Waiting for 2 running tasks to finish:

0: python-native-2.7.2-r2.4 do_compile (pid 6417)

1: e2fsprogs-native-1.42.1-r0 do_configure (pid 11412)

NOTE: package python-native-2.7.2-r2.4: task do_compile: Succeeded

Waiting for 1 running tasks to finish:

0: e2fsprogs-native-1.42.1-r0 do_configure (pid 11412)

NOTE: package e2fsprogs-native-1.42.1-r0: task do_configure: Succeeded

NOTE: Tasks Summary: Attempted 1023 tasks of which 998 didn't need to be rerun and 1 failed.

Summary: 1 task failed:

  /home/mgkiller/QorIQ-SDK-V1.3-20121114-yocto/meta/recipes-core/eglibc/eglibc_2.13.bb, do_compile

Summary: There was 1 WARNING message shown.

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

[mgkiller@localhost build_p4080ds_release]$

i need your help,I hope to receive your reply!thinks!


0 Kudos
Reply
1,063 Views
yoshi
NXP Employee
NXP Employee

As I could not reproduce that error, I haven't figure it out.

Please try to clean and rebuild the eglibc. It might solve the issue.

$ bitbake -c cleansstate eglibc

$ bitbake fsl-image-minimal

Also I recommend you to start new discussion if you have new question.

Everyone don't check the answered discussion :smileyhappy:

Thank you.

Yoshi

0 Kudos
Reply
1,063 Views
mgkiller
Contributor III

Think you for your help,Yoshiyuki Wakinotani.

You help me a lot!

0 Kudos
Reply