Hi everyone,

In my system, I want to build two images:
- main-image : contains the real system with applications and stuff.
- initial-flasher-image : contains a swu (swupdate file) for the first
flashing.

The images are built in this sequence: main-image > swu >
initial-flasher-image

Both images use busybox package but in different ways. The main-image can
use several busybox' tools but the initial-flasher-image only uses one or
two of them just to complete the flashing goal.

My question is, is there a way to build busybox for main-image with one
defconfig, then build the busybox for initial-flasher-image with a
different defconfig when I issue "bitbake initial-flasher-image" command?

Best Regards,
Thi Huynh
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to