aboutsummaryrefslogtreecommitdiff
path: root/openembedded-core-upstream-master.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2016-11-09 17:45:27 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2016-11-09 18:28:22 +0000
commit6bec6d87ba30a43216ab8ebb75d48dcd992b1162 (patch)
treea98d0b656cba36dec743899ff68a4194967c1845 /openembedded-core-upstream-master.yaml
parentf26496717ec8e6a74f98fd21f7da253522b2978f (diff)
openembedded-core-upstream-master: restrict images to build
This is a new job , the intent is to make sure that OE can be used on arm64 builders/servers, but we are aware this is a new use case. For now only core-image-minimal works with OE-core/nodistro, the others have issues: -- core-image-lsb ERROR: Nothing PROVIDES 'core-image-lsb' ERROR: core-image-lsb was skipped: missing required distro feature 'pam' (not in DISTRO_FEATURES) -- core-image-x11 ERROR: Nothing PROVIDES 'nasm-native' (but /home/admin/oe-core-upstream/oe-core/meta/recipes-graphics/jpeg/libjpeg-turbo_1.5.1.bb DEPENDS on or otherwise requires it) ERROR: nasm-native was skipped: incompatible with host aarch64-linux (not in COMPATIBLE_HOST) ERROR: Required build target 'core-image-x11' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-x11', 'packagegroup-core-x11-base', 'matchbox-wm', 'libmatchbox', 'jpeg', 'nasm-native'] -- core-image-weston ERROR: Nothing PROVIDES 'core-image-weston' ERROR: core-image-weston was skipped: missing required distro feature 'wayland' (not in DISTRO_FEATURES) Change-Id: Ib63a025ef6729423de311c2bbecf98704fc02ad1 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'openembedded-core-upstream-master.yaml')
-rw-r--r--openembedded-core-upstream-master.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-core-upstream-master.yaml b/openembedded-core-upstream-master.yaml
index 94b39a6a..dbf011b7 100644
--- a/openembedded-core-upstream-master.yaml
+++ b/openembedded-core-upstream-master.yaml
@@ -20,7 +20,7 @@
parameters:
- string:
name: IMAGES
- default: 'core-image-minimal core-image-x11 core-image-lsb core-image-weston'
+ default: 'core-image-minimal'
- string:
name: BRANCH
default: 'master'