Skip to content

Commit

Permalink
Merge pull request #70 from YoeDistro/yoe/mut
Browse files Browse the repository at this point in the history
yoe-simple-image.bb: Add wget to image
  • Loading branch information
cbrake authored May 4, 2020
2 parents 4e26584 + 8e911fb commit 8e309f4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,6 @@ PNBLACKLIST[bigbuckbunny-720p] = "big and doesn't really need to be tested so mu
PNBLACKLIST[tearsofsteel-1080p] = "big and doesn't really need to be tested so much"
RDEPENDS_packagegroup-meta-multimedia_remove_pn-packagegroup-meta-multimedia = "bigbuckbunny-1080p bigbuckbunny-480p bigbuckbunny-720p tearsofsteel-1080p"
PNBLACKLIST[build-appliance-image] = "tries to include whole downloads directory in /home/builder/poky :/"

# mask out the old webkitgtk recipes from OE-core
BBMASK .= "recipes-sato/webkit/webkitgtk"
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"
1 change: 1 addition & 0 deletions recipes-core/images/yoe-sdk-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ require kiosk.inc
IMAGE_FEATURES += "tools-sdk dev-pkgs"

IMAGE_INSTALL += "packagegroup-go-sdk-target packagegroup-core-buildessential"
IMAGE_INSTALL_remove_riscv32 = "packagegroup-go-sdk-target"

export IMAGE_BASENAME = "yoe-sdk-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 8e309f4

Please sign in to comment.