Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Add a shrink agl-demo-platform version
Description
Hi, @Walt Miner@Jan-Simon Moeller
Could you give some advices, thanks.
Purpose:
Base on agl-demo-platform, make a shrink version for low performance board can run agl-demo-platform. We keep HOMESCREEN, HVAC, DASHBOARD and SETTING(vehicle correlation), remove other APPs and some services. Other apps can be customized by OEM and Tier1.
Method:
Add a file agl-demo-minimal.bb to folder meta-agl-demo/recipes-platform/images
Add a file packagegroup-agl-demo-minimal.bb to folder meta-agl-demo/recipes-platform/packagegroups.
In order not to affect the original recipe file, packagegroup-agl-demo-minimal.bb include all recipe files that we need.
Environment
None
Attachments
2
packagegroup-agl-demo-minimal.bb
05 Jun, 2019
agl-demo-minimal.bb
05 Jun, 2019
Activity
Walt Miner
September 6, 2019 at 8:36 PM
Close for Halibut 8.0.1 release
Walt Miner
August 8, 2019 at 2:09 PM
@Jan-Simon Moeller@Jun Ouyang Gerrit 21880 needs to be cherry picked to Halibut to make it into 8.0.1. The other changes are already on Halibut.
Jun Ouyang
July 4, 2019 at 12:01 PM
Purpose:
Base on agl-demo-platform, make a shrink version for low performance board can run agl-demo-platform.
We remove weston hmi-framework and some APPs and some services. Using qtwayland compositor instead of weston,
display cluster-dashboard as a composite. Other apps can be customized by OEM and Tier1.
Jan-Simon Moeller
June 5, 2019 at 12:06 PM
Yes, you can propose this to gerrit as a sample.
Note: for completeness you'd have to do a -crosssdk variant as well.
Note:
RDEPENDS_${PN} += "\
kernel-module-vspmif \
"
Is machine specific, so it should not be in the (generic) image description but rather defined in the MACHINE include for the board.
Hi, @Walt Miner @Jan-Simon Moeller
Could you give some advices, thanks.
Purpose:
Base on agl-demo-platform, make a shrink version for low performance board can run agl-demo-platform. We keep HOMESCREEN, HVAC, DASHBOARD and SETTING(vehicle correlation), remove other APPs and some services. Other apps can be customized by OEM and Tier1.
Method:
Add a file agl-demo-minimal.bb to folder meta-agl-demo/recipes-platform/images
Add a file packagegroup-agl-demo-minimal.bb to folder meta-agl-demo/recipes-platform/packagegroups.
In order not to affect the original recipe file, packagegroup-agl-demo-minimal.bb include all recipe files that we need.