diff options
Diffstat (limited to 'templates/machine')
-rw-r--r-- | templates/machine/raspberrypi2/50_bblayers.conf.inc | 2 | ||||
-rw-r--r-- | templates/machine/raspberrypi3/50_bblayers.conf.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/machine/raspberrypi2/50_bblayers.conf.inc b/templates/machine/raspberrypi2/50_bblayers.conf.inc index 8b166859c..1250b359f 100644 --- a/templates/machine/raspberrypi2/50_bblayers.conf.inc +++ b/templates/machine/raspberrypi2/50_bblayers.conf.inc @@ -1 +1 @@ -BBLAYERS =+ "${METADIR}/meta-raspberry" +BBLAYERS =+ "${METADIR}/meta-raspberrypi" diff --git a/templates/machine/raspberrypi3/50_bblayers.conf.inc b/templates/machine/raspberrypi3/50_bblayers.conf.inc index 8b166859c..1250b359f 100644 --- a/templates/machine/raspberrypi3/50_bblayers.conf.inc +++ b/templates/machine/raspberrypi3/50_bblayers.conf.inc @@ -1 +1 @@ -BBLAYERS =+ "${METADIR}/meta-raspberry" +BBLAYERS =+ "${METADIR}/meta-raspberrypi" |