Re: [yocto] How to build a same package twice with different configurations for same MACHINE?

2017-07-27 Thread Ngọc Thi Huỳnh
Hi Dennis, I've tried what you suggested, the problem is the busybox recipe uses some files in its original directory so the bitbake complained about the missing files. My current solution is duplicating the busybox recipe and its related files & directories. Thanks anyway. Best Regards, Thi Huy

Re: [yocto] How to build a same package twice with different configurations for same MACHINE?

2017-07-25 Thread Dennis Menschel
Hi, Am 18.07.2017 um 15:24 schrieb Ngọc Thi Huỳnh: > [...] > > 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 wa

[yocto] How to build a same package twice with different configurations for same MACHINE?

2017-07-18 Thread Ngọc Thi Huỳnh
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