summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/template.intel-corei7-64/bblayers.conf.sample1
-rw-r--r--conf/template.intel-corei7-64/local.conf.sample2
-rw-r--r--images/enea-image-accelerated-sdk.bb2
3 files changed, 2 insertions, 3 deletions
diff --git a/conf/template.intel-corei7-64/bblayers.conf.sample b/conf/template.intel-corei7-64/bblayers.conf.sample
index 4b919e2..b7838b4 100644
--- a/conf/template.intel-corei7-64/bblayers.conf.sample
+++ b/conf/template.intel-corei7-64/bblayers.conf.sample
@@ -18,5 +18,4 @@ BBLAYERS ?= " \
18 ##OEROOT##/meta-openembedded/meta-filesystems \ 18 ##OEROOT##/meta-openembedded/meta-filesystems \
19 ##OEROOT##/meta-openembedded/meta-python \ 19 ##OEROOT##/meta-openembedded/meta-python \
20 ##OEROOT##/meta-amp \ 20 ##OEROOT##/meta-amp \
21 ##OEROOT##/meta-umLinx \
22 " 21 "
diff --git a/conf/template.intel-corei7-64/local.conf.sample b/conf/template.intel-corei7-64/local.conf.sample
index 0995f4f..ca5a20d 100644
--- a/conf/template.intel-corei7-64/local.conf.sample
+++ b/conf/template.intel-corei7-64/local.conf.sample
@@ -236,4 +236,4 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
236# this doesn't mean anything to you. 236# this doesn't mean anything to you.
237CONF_VERSION = "1" 237CONF_VERSION = "1"
238 238
239LICENSE_FLAGS_WHITELIST = "commercial_umlinx commercial_umlinx-sdk commercial_oseutils" 239LICENSE_FLAGS_WHITELIST = "commercial_oseutils"
diff --git a/images/enea-image-accelerated-sdk.bb b/images/enea-image-accelerated-sdk.bb
index 2766dc5..fb029e1 100644
--- a/images/enea-image-accelerated-sdk.bb
+++ b/images/enea-image-accelerated-sdk.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Full featured image for the Accelerated profile"
3require images/enea-image-accelerated-common.inc 3require images/enea-image-accelerated-common.inc
4require images/enea-image-extra.inc 4require images/enea-image-extra.inc
5 5
6TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc umlinx" 6TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc"
7 7
8IMAGE_ROOTFS_EXTRA_SPACE = "1048576" 8IMAGE_ROOTFS_EXTRA_SPACE = "1048576"
9IMAGE_OVERHEAD_FACTOR = "1.5" 9IMAGE_OVERHEAD_FACTOR = "1.5"