Check agl-html5-framework is compatible with crosssdk builds
Description
The feature agl-html5-framework modifies the agl-demo-platform image to include the required packages for WAM/Chromium. Make sure that the agl-demo-platform-crosssdk also gets the web runtime when the corresponding feature is enabled.
Environment
None
Activity
Jan-Simon Moeller
May 21, 2019 at 4:00 PM
Investigating:
source meta-agl/scripts/aglsetup.sh -m qemux86-64 agl-demo agl-devel agl-buildstats agl-ptest agl-html5-framework -b build-qx64
agl-demo-platform:
IMAGE_INSTALL=" mc curl kernel-modules screen mc packagegroup-agl-core-devel open-vm-tools vboxguestdrivers packagegroup-agl-demo-platform packagegroup-agl-demo-platform-html5 "
agl-demo-platform-crosssdk
IMAGE_INSTALL=" mc curl kernel-modules screen mc packagegroup-agl-core-devel open-vm-tools vboxguestdrivers packagegroup-agl-demo-platform kernel-dev kernel-devsrc"
Reason is that the 'require' in agl-demo-platform-crosssdk on agl-demo-platform.bb will not expand the bbappends. It will read the original file.
So we need to add a 2nd bbappend for the -crosssdk image.
Jan-Simon Moeller
May 21, 2019 at 3:40 PM
Hmm, need to look into the whole chain of recipes ...
The feature agl-html5-framework modifies the agl-demo-platform image to include the required packages for WAM/Chromium. Make sure that the agl-demo-platform-crosssdk also gets the web runtime when the corresponding feature is enabled.