Skip to content

Commit

Permalink
yoe-simple-image: Always include /etc/os-release
Browse files Browse the repository at this point in the history
This is sort of standard file in filesystem now a days
we can use this to deduce several things in image via
editing it using bbappends

Fixes YoeDistro/yoe-distro#64

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Dec 30, 2018
1 parent 210f6bc commit 27aa167
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes-core/images/yoe-simple-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ inherit distro_features_check

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

IMAGE_INSTALL += "\
os-release \
"

export IMAGE_BASENAME = "yoe-simple-image"

0 comments on commit 27aa167

Please sign in to comment.