diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-06-19 23:16:27 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-06-23 11:16:40 +0000 |
commit | a2953a19b6c846d054ea29fad8a74e44f8bd4920 (patch) | |
tree | 0923c669060e848d2a82004fb52af7a55888ed50 /templates/machine/raspberrypi3-64 | |
parent | 838146c62ad886fdc858ebacb62a503765a05675 (diff) |
support MACHINE=raspberrypi3-64
The meta-raspberrypi layer already supports raspberrypi3-64, where
it will build a 64-bit kernel.
Add templates so that "aglsetup.sh -m raspberrypi3-64" works.
Note that 64-bit kernel build is only supported in the v4.9 branch of
the rpi kernel, and that the kernel image type is "Image" instead of Image.
Change-Id: Iee728191dc38521be607787d5736d21372f1dff5
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9767
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/raspberrypi3-64')
l--------- | templates/machine/raspberrypi3-64/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/machine/raspberrypi3-64/50_local.conf.inc | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/machine/raspberrypi3-64/50_bblayers.conf.inc b/templates/machine/raspberrypi3-64/50_bblayers.conf.inc new file mode 120000 index 000000000..653316c5c --- /dev/null +++ b/templates/machine/raspberrypi3-64/50_bblayers.conf.inc @@ -0,0 +1 @@ +../raspberrypi3/50_bblayers.conf.inc
\ No newline at end of file diff --git a/templates/machine/raspberrypi3-64/50_local.conf.inc b/templates/machine/raspberrypi3-64/50_local.conf.inc new file mode 100644 index 000000000..74d952ed9 --- /dev/null +++ b/templates/machine/raspberrypi3-64/50_local.conf.inc @@ -0,0 +1,3 @@ +MACHINE = "raspberrypi3-64" +#see meta-agl/meta-agl-bsp/conf/include/agl_raspberrypi3-64.inc +require conf/include/agl_raspberrypi3-64.inc |