Skip to content

Commit

Permalink
site.conf: Make YOE_PROFILE default setting a Weak assignment
Browse files Browse the repository at this point in the history
This helps in overriding it from environment e.g.

YOE_PROFILE="yoe-musl-sysvinit-wayland" bitbake ....

its useful in CI builds

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Oct 8, 2019
1 parent d79a269 commit f7c4118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
IMAGE_FSTYPES_remove_qemuall = " wic.xz wic.bmap"

DISTRO = "yoe"
YOE_PROFILE = "yoe-glibc-sysvinit-wayland"
YOE_PROFILE ?= "yoe-glibc-sysvinit-wayland"

# Dont package kernel into image
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
Expand Down

0 comments on commit f7c4118

Please sign in to comment.