Skip to content

Commit

Permalink
yoe-release-image.bb: Add new image
Browse files Browse the repository at this point in the history
busybox wget lacks TLS handshake, since we use feeds its better to have
secure support in wget, it increases the size a bit but thats perhaps
compromise we are willing to make.

Fixes #356

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed May 2, 2020
1 parent 4e26584 commit 5b41c71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions recipes-core/images/yoe-release-image.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Yoe base image for using feeds

require yoe-simple-image.bb

IMAGE_INSTALL += "\
wget \
"
export IMAGE_BASENAME = "yoe-release-image"
2 changes: 1 addition & 1 deletion recipes-core/images/yoe-simple-image.bb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Yoe sample image
# Yoe base starter image

require recipes-core/images/core-image-base.bb
require updater.inc
Expand Down

0 comments on commit 5b41c71

Please sign in to comment.