diff options
Diffstat (limited to 'templates/machine/raspberrypi2')
-rw-r--r-- | templates/machine/raspberrypi2/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/machine/raspberrypi2/50_local.conf.inc | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/templates/machine/raspberrypi2/50_bblayers.conf.inc b/templates/machine/raspberrypi2/50_bblayers.conf.inc new file mode 100644 index 000000000..8b166859c --- /dev/null +++ b/templates/machine/raspberrypi2/50_bblayers.conf.inc @@ -0,0 +1 @@ +BBLAYERS =+ "${METADIR}/meta-raspberry" diff --git a/templates/machine/raspberrypi2/50_local.conf.inc b/templates/machine/raspberrypi2/50_local.conf.inc new file mode 100644 index 000000000..343768e91 --- /dev/null +++ b/templates/machine/raspberrypi2/50_local.conf.inc @@ -0,0 +1,2 @@ +MACHINE = "raspberrypi2" + |