-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|