aboutsummaryrefslogtreecommitdiff
path: root/conf/local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/local.conf')
-rw-r--r--conf/local.conf42
1 files changed, 1 insertions, 41 deletions
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"