aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/bblayers.conf5
-rw-r--r--conf/local.conf42
2 files changed, 3 insertions, 44 deletions
diff --git a/conf/bblayers.conf b/conf/bblayers.conf
index e32dcf6..52f55cf 100644
--- a/conf/bblayers.conf
+++ b/conf/bblayers.conf
@@ -12,9 +12,9 @@ BASELAYERS ?= " \
${OEROOT}/layers/meta-openembedded/meta-oe \
${OEROOT}/layers/meta-openembedded/meta-networking \
${OEROOT}/layers/meta-openembedded/meta-filesystems \
- ${OEROOT}/layers/meta-openembedded/meta-perl \
${OEROOT}/layers/meta-openembedded/meta-python \
${OEROOT}/layers/meta-virtualization \
+ ${OEROOT}/layers/meta-updater \
"
# These layers hold machine specific content, aka Board Support Packages
@@ -23,8 +23,8 @@ BSPLAYERS ?= " \
${OEROOT}/layers/meta-96boards \
${OEROOT}/layers/meta-freescale \
${OEROOT}/layers/meta-freescale-3rdparty \
- ${OEROOT}/layers/meta-st-cannes2 \
${OEROOT}/layers/meta-raspberrypi \
+ ${OEROOT}/layers/meta-riscv \
${OEROOT}/layers/meta-intel \
${OEROOT}/layers/meta-yocto/meta-yocto-bsp \
"
@@ -32,7 +32,6 @@ BSPLAYERS ?= " \
# Add your overlay location to EXTRALAYERS
# Make sure to have a conf/layers.conf in there
EXTRALAYERS ?= " \
- ${OEROOT}/layers/meta-linaro/meta-linaro-toolchain \
${OEROOT}/layers/meta-linaro/meta-optee \
"
diff --git a/conf/local.conf b/conf/local.conf
index 4511bf5..f304de3 100644
--- a/conf/local.conf
+++ b/conf/local.conf
@@ -37,50 +37,10 @@ PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
# machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
# cache locations to check for the shared objects.
SSTATE_MIRRORS ?= "\
-file://.* https://lmp-mirror.foundries.io/sstate-cache/PATH \n \
+file://.* https://storage.googleapis.com/lmp-cache/sstate-cache/PATH \n \
"
# enable PR service on build machine itself
# its good for a case when this is the only builder
# generating the feeds
#PRSERV_HOST = "localhost:0"
-
-# OSF LMP specific configuration
-
-# Beaglebone
-PREFERRED_PROVIDER_virtual/kernel_beaglebone = "linux-osf"
-IMAGE_FSTYPES_append_beaglebone = " wic.gz"
-IMAGE_FSTYPES_remove_beaglebone = " wic"
-
-# Dragonboard (DB410/DB820)
-PREFERRED_PROVIDER_virtual/kernel_dragonboard-410c = "linux-osf"
-PREFERRED_PROVIDER_virtual/kernel_dragonboard-820c = "linux-osf"
-QCOM_BOOTIMG_ROOTFS_dragonboard-820c = "sda9"
-
-# HiKey
-PREFERRED_PROVIDER_virtual/kernel_hikey = "linux-osf"
-CMDLINE_remove_hikey = "quiet"
-
-# Cubox-i/Hummingboard
-PREFERRED_PROVIDER_virtual/kernel_cubox-i = "linux-osf"
-
-# LS1043ardb
-PREFERRED_PROVIDER_virtual/kernel_ls1043ardb = "linux-osf"
-
-# ST B2260
-PREFERRED_PROVIDER_virtual/kernel_stih410-b2260 = "linux-osf"
-
-# Raspberry Pi
-PREFERRED_PROVIDER_virtual/kernel_raspberrypi = "linux-osf"
-PREFERRED_PROVIDER_virtual/kernel_raspberrypi2 = "linux-osf"
-PREFERRED_PROVIDER_virtual/kernel_raspberrypi3 = "linux-osf"
-VC4DTBO_raspberrypi3-64 = "vc4-kms-v3d"
-RPI_USE_U_BOOT = "1"
-SDIMG_COMPRESSION = "xz"
-
-# Intel Corei7 64
-PREFERRED_PROVIDER_virtual/kernel_intel-corei7-64 = "linux-osf"
-
-# Cross machines / BSPs
-## Drop IMX BSP that is not needed
-MACHINE_EXTRA_RRECOMMENDS_remove = "imx-alsa-plugins"