diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2019-07-23 18:55:23 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-07-24 18:42:24 +0000 |
commit | 90863de4872b603654f8de0241932ef8b6fa4d51 (patch) | |
tree | 11151f103027b3afc126aa2b67a2a8328d968ff5 /templates/machine/raspberrypi4/50_local.conf.inc | |
parent | 09c7f74cdba11719a8adf1a5ed8dd86994b13374 (diff) |
templates: Add templates for Raspberry Pi 4
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
Diffstat (limited to 'templates/machine/raspberrypi4/50_local.conf.inc')
-rw-r--r-- | templates/machine/raspberrypi4/50_local.conf.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/machine/raspberrypi4/50_local.conf.inc b/templates/machine/raspberrypi4/50_local.conf.inc new file mode 100644 index 000000000..3dd12fa19 --- /dev/null +++ b/templates/machine/raspberrypi4/50_local.conf.inc @@ -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%" |