Hi,

I am trying to build multiple uboot images and have them in yocto's deploy 
directory.


I have created a .bbappend file and added following lines:

UBOOT_CONFIG[sd] = "sd_config"
UBOOT_CONFIG[nand] = "nand_config"


Now, I can add "UBOOT_CONFIG=sd" or "UBOOT_CONFIG=emmc" to my local.conf.

This works and I get one uboot image based on the added configuration in 
local.conf


I tried to use a script that calls bitbake twice. During the second execution 
of bitbake, it deletes all files that were built previously.

Yes, I am using  RM_OLD_IMAGE = "1" to clean old images and I want to keep such 
setting.


How to build both of the uboot images(sd and nand) at once?


BR,

Asfak
-- 
_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to