templates: Add templates for Raspberry Pi 4 40/21940/2
authorLeon Anavi <leon.anavi@konsulko.com>
Tue, 23 Jul 2019 15:55:23 +0000 (18:55 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 24 Jul 2019 18:42:24 +0000 (18:42 +0000)
Add local.conf and bblayears.conf templates for Raspberry Pi 4.

Bug-AGL: SPEC-2656

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Change-Id: I51fb521e4cb8e963420cbe7c68272299a592840e

templates/machine/raspberrypi4/50_bblayers.conf.inc [new file with mode: 0644]
templates/machine/raspberrypi4/50_local.conf.inc [new file with mode: 0644]

diff --git a/templates/machine/raspberrypi4/50_bblayers.conf.inc b/templates/machine/raspberrypi4/50_bblayers.conf.inc
new file mode 100644 (file)
index 0000000..2e677dd
--- /dev/null
@@ -0,0 +1 @@
+BBLAYERS =+ "${METADIR}/bsp/meta-raspberrypi"
diff --git a/templates/machine/raspberrypi4/50_local.conf.inc b/templates/machine/raspberrypi4/50_local.conf.inc
new file mode 100644 (file)
index 0000000..3dd12fa
--- /dev/null
@@ -0,0 +1,5 @@
+MACHINE = "raspberrypi4"
+#see meta-agl/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
+require conf/include/agl_raspberrypi3.inc
+
+PREFERRED_VERSION_linux-raspberrypi_raspberrypi4 = "4.19%"