From 4d209bf979f040f2ecc024b9e1333ac8d77707d3 Mon Sep 17 00:00:00 2001 From: Daniel BORNAZ Date: Tue, 17 Sep 2019 14:37:07 +0200 Subject: Small fixes on the RPi templates Fixed some features not available for RPi, added the missing BSP layer to RPi. Change-Id: Ifc8f59b277fd539721a031e25e519ceaade373da --- conf/template.raspberrypi3-64-rt/local.conf.sample | 3 --- conf/template.raspberrypi3-64/bblayers.conf.sample | 1 + conf/template.raspberrypi3-64/local.conf.sample | 3 --- 3 files changed, 1 insertion(+), 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" # this doesn't mean anything to you. CONF_VERSION = "1" -# Remove Intel Microcode -MACHINE_FEATURES_remove = "intel-ucode" - DISTRO_FEATURES_remove = " x11" # 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 ?= " \ ##OEROOT##/meta-enea-bsp-common \ ##OEROOT##/meta-el-common \ ##OEROOT##/meta-el-standard \ + ##OEROOT##/meta-enea-bsp-arm \ ##OEROOT##/meta-openembedded/meta-oe \ ##OEROOT##/meta-openembedded/meta-networking \ ##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" # this doesn't mean anything to you. CONF_VERSION = "1" -# Remove Intel Microcode -MACHINE_FEATURES_remove = "intel-ucode" - DISTRO_FEATURES_remove = " x11" # BB_DANGLINGAPPENDS_WARNONLY = "true" -- cgit v1.2.3-54-g00ecf