I am trying to show a specific splash screen based on a setting. Right now I have this in my psplash_git.bbappend
FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SPLASH_IMAGES = "file://logo1.png;outsuffix=One \ file://logo2.png;outsuffix=Two" 1) I can only show one image at the moment but only when the outsuffix is set to default 2) How do I choose to show either One or Two without having to make different builds? 3) What would be a good way to store a flag that lets me switch between the two? Thanks, Neil
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto