Skip to content

Commit

Permalink
yoe-simple-image: Define more granular image
Browse files Browse the repository at this point in the history
Using default base packagegroup from oe-core is convenient but drags in
a whole lot of packages which are usually unused on common systems e.g.
3g, nfc etc. Therefore chose IMAGE_INSTALL from scratch, gives better
control over image construction

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Apr 18, 2021
1 parent c56ece2 commit 90adf36
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion sources/meta-yoe/recipes-core/images/yoe-simple-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ require updater.inc

IMAGE_FEATURES += "ssh-server-dropbear package-management hwcodecs"

IMAGE_INSTALL += "\
IMAGE_INSTALL = "\
packagegroup-core-boot \
packagegroup-base-wifi \
packagegroup-base-zeroconf \
packagegroup-base-keyboard \
packagegroup-base-pci \
packagegroup-distro-base \
packagegroup-machine-base \
packagegroup-base-alsa \
packagegroup-base-ipv6 \
os-release \
"

Expand Down

0 comments on commit 90adf36

Please sign in to comment.