Yocto initramfs question

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

Yocto initramfs question

2,065 Views
chenabner
Contributor I

Hi Sir,

I base on FSL YOCTO 3.14.28_1.0.1 code to run core-image-minimal-initramfs function.

But it still has some error message.

Which file I need to update ?

bitbake core-image-minimal-initramfs

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

Loaded 2524 entries from dependency cache.

NOTE: Resolving any missing task queue dependencies

ERROR: Nothing RPROVIDES 'initramfs-live-install' (but /home/abner/fsl-imx6-yacto/sources/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb RDEPENDS on or otherwise requires it)

ERROR: initramfs-live-install was skipped: incompatible with host arm-poky-linux-gnueabi (not in COMPATIBLE_HOST)

NOTE: Runtime target 'initramfs-live-install' is unbuildable, removing...

Missing or unbuildable dependency chain was: ['initramfs-live-install']

ERROR: Required build target 'core-image-minimal-initramfs' has no buildable providers.

Missing or unbuildable dependency chain was: ['core-image-minimal-initramfs', 'initramfs-live-install']

0 Kudos
3 Replies

680 Views
anindya19
Contributor I

I am also facing the same kind of issue for dizzy branch. Please give some input regarding that.

0 Kudos

680 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Chen Abner,

Would you please add some information on how you’re initializing the environment? Perhaps there is a problem with the building target (machine) configuration.

0 Kudos

680 Views
chenabner
Contributor I

Hi Sir,

     I use source setup-environment to init the environment.

     please refer to following init log:

source setup-environment imx6qsabresd-qt5/

Welcome to Freescale Community BSP

The Yocto Project has extensive documentation about OE including a

reference manual which can be found at:

    http://yoctoproject.org/documentation

For more information about OpenEmbedded see their website:

    http://www.openembedded.org/

You can now run 'bitbake <target>'

Common targets are:

    core-image-minimal

    meta-toolchain

    meta-toolchain-sdk

    adt-installer

    meta-ide-support

Your configuration files at imx6qsabresd-qt5/ have not been touched.

0 Kudos