summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel BORNAZ <daniel.bornaz@enea.com>2019-09-17 14:37:07 +0200
committerDaniel BORNAZ <daniel.bornaz@enea.com>2019-09-17 14:37:14 +0200
commit4d209bf979f040f2ecc024b9e1333ac8d77707d3 (patch)
tree7d0a3c9a0df35e55093b708527a13e2a968ce4c6
parent1c8efe531421563c3be49327d52018733926210a (diff)
downloadmeta-el-standard-4d209bf979f040f2ecc024b9e1333ac8d77707d3.tar.gz
Small fixes on the RPi templates
Fixed some features not available for RPi, added the missing BSP layer to RPi. Change-Id: Ifc8f59b277fd539721a031e25e519ceaade373da
-rw-r--r--conf/template.raspberrypi3-64-rt/local.conf.sample3
-rw-r--r--conf/template.raspberrypi3-64/bblayers.conf.sample1
-rw-r--r--conf/template.raspberrypi3-64/local.conf.sample3
3 files changed, 1 insertions, 6 deletions
diff --git a/conf/template.raspberrypi3-64-rt/local.conf.sample b/conf/template.raspberrypi3-64-rt/local.conf.sample
index 085a7ca..4e0ad31 100644
--- a/conf/template.raspberrypi3-64-rt/local.conf.sample
+++ b/conf/template.raspberrypi3-64-rt/local.conf.sample
@@ -236,9 +236,6 @@ 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
239# Remove Intel Microcode
240MACHINE_FEATURES_remove = "intel-ucode"
241
242DISTRO_FEATURES_remove = " x11" 239DISTRO_FEATURES_remove = " x11"
243 240
244# BB_DANGLINGAPPENDS_WARNONLY = "true" 241# BB_DANGLINGAPPENDS_WARNONLY = "true"
diff --git a/conf/template.raspberrypi3-64/bblayers.conf.sample b/conf/template.raspberrypi3-64/bblayers.conf.sample
index ad15845..a567f27 100644
--- a/conf/template.raspberrypi3-64/bblayers.conf.sample
+++ b/conf/template.raspberrypi3-64/bblayers.conf.sample
@@ -12,6 +12,7 @@ BBLAYERS ?= " \
12 ##OEROOT##/meta-enea-bsp-common \ 12 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-el-common \ 13 ##OEROOT##/meta-el-common \
14 ##OEROOT##/meta-el-standard \ 14 ##OEROOT##/meta-el-standard \
15 ##OEROOT##/meta-enea-bsp-arm \
15 ##OEROOT##/meta-openembedded/meta-oe \ 16 ##OEROOT##/meta-openembedded/meta-oe \
16 ##OEROOT##/meta-openembedded/meta-networking \ 17 ##OEROOT##/meta-openembedded/meta-networking \
17 ##OEROOT##/meta-openembedded/meta-filesystems \ 18 ##OEROOT##/meta-openembedded/meta-filesystems \
diff --git a/conf/template.raspberrypi3-64/local.conf.sample b/conf/template.raspberrypi3-64/local.conf.sample
index 0b9605f..dc022e4 100644
--- a/conf/template.raspberrypi3-64/local.conf.sample
+++ b/conf/template.raspberrypi3-64/local.conf.sample
@@ -236,9 +236,6 @@ 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
239# Remove Intel Microcode
240MACHINE_FEATURES_remove = "intel-ucode"
241
242DISTRO_FEATURES_remove = " x11" 239DISTRO_FEATURES_remove = " x11"
243 240
244# BB_DANGLINGAPPENDS_WARNONLY = "true" 241# BB_DANGLINGAPPENDS_WARNONLY = "true"