bitbake fsl-image-mfgtool-initramfs failed to build the mfgtool image

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

bitbake fsl-image-mfgtool-initramfs failed to build the mfgtool image

2,298 Views
brcueliu
Contributor II
$: mkdir ~/bin$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo$: chmod a+x ~/bin/repo

Download the BSP source:

$: PATH=${PATH}:~/bin$: mkdir fsl-community-bsp$: cd fsl-community-bsp$: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b rocko$: repo sync

parallels@debian:~/fsl-community-bsp$ MACHINE=imx6ullevk DISTRO=fslc-framebuffer source setup-environment build

parallels@debian:~/fsl-community-bsp/build$ bitbake fsl-image-mfgtool-initramfs
NOTE: Your conf/bblayers.conf has been automatically updated.
Parsing recipes: 12% |############ | ETA: 0:01:26
Keyboard Interrupt, closing down...

Parsing recipes: 100% |################################################################################################| Time: 0:00:13
Parsing of 1653 .bb files complete (0 cached, 211 parsed). 241 targets, 25 skipped, 0 masked, 0 errors.
Execution was interrupted, returning a non-zero exit code.
parallels@debian:~/fsl-community-bsp/build$ bitbake fsl-image-mfgtool-initramfs
Parsing recipes: 100% |################################################################################################| Time: 0:02:15
Parsing of 1653 .bb files complete (0 cached, 1653 parsed). 2270 targets, 386 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'virtual/mfgtool-arm-fslc-linux-gnueabi-binutils'. Close matches:
virtual/arm-fslc-linux-gnueabi-binutils
virtual/arm-fslc-linux-gnueabi-libc-initial
virtual/arm-fslc-linux-gnueabi-gcc-initial
ERROR: Required build target 'fsl-image-mfgtool-initramfs' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-mfgtool-initramfs', 'linux-mfgtool', 'virtual/mfgtool-arm-fslc-linux-gnueabi-binutils']

parallels@debian:~/fsl-community-bsp/build$ bitbake core-image-minimal
Loading cache: 100% |##################################################################################################| Time: 0:00:00
Loaded 2270 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.36.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "debian-9"
TARGET_SYS = "arm-fslc-linux-gnueabi"
MACHINE = "imx6ullevk"
DISTRO = "fslc-framebuffer"
DISTRO_VERSION = "2.4"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU = "hard"
meta
meta-poky = "HEAD:342fbd6a3e57021c8e28b124b3adb241936f3d9d"
meta-oe
meta-multimedia = "HEAD:a65c1acb1822966c3553de9fc98d8bb6be705c4e"
meta-freescale = "HEAD:32bbb02092c51547c679f66a2a0df31e0dc4108f"
meta-freescale-3rdparty = "HEAD:1d6d5961dbf82624b28bb318b4950a64abc31d12"
meta-freescale-distro = "HEAD:0ec6d7e206705702b5b534611754de0787f92b72"

Initialising tasks: 100% |#############################################################################################| Time: 0:00:05
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
Currently 2 running tasks (246 of 2164) 11% |######### |
0: binutils-cross-arm-2.29.1-r0 do_compile - 278s (pid 17043)
1: linux-libc-headers-4.12-r0 do_install - 11s (pid 630)

Labels (4)
Tags (1)
4 Replies

1,299 Views
georgemakarov
Contributor III

Take a look this thread [meta-freescale] pyro branch mfgtool kernel and initramfs build fails 
There's a workaround. Hope it will help you.

Best regards, George Makarov

1,299 Views
nickbedbury
Contributor III

I get the same thing for MACHINE=imx6ulevk, DISTRO=poky, and rocko branch Yocto repo.


I see the same "no buildable providers" printout for the fsl-image-mfgtool-initramfs recipe.

0 Kudos

1,299 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Using Yocto Project and bibake mfgtool-linux-imx for kernel firmware and bitbake u-boot-mfgtool for uboot firmware.

You can try this.

0 Kudos

1,299 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi brcue liu,

Which board and which version BSP are you using?

Have a nice day

Rita

0 Kudos