All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Barker <pbarker@toganlabs.com>
To: yocto@yoctoproject.org
Subject: [meta-raspberrypi][morty][PATCH 7/8] sdcard: Use kernel8.img for 64bit kernel image name
Date: Tue, 18 Apr 2017 21:51:07 +0100	[thread overview]
Message-ID: <20170418205108.14629-8-pbarker@toganlabs.com> (raw)
In-Reply-To: <20170418205108.14629-1-pbarker@toganlabs.com>

From: Khem Raj <raj.khem@gmail.com>

This helps the firmware to identify the kernel as 64bit
image

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 classes/sdcard_image-rpi.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass
index 116d5e8..79ab53a 100644
--- a/classes/sdcard_image-rpi.bbclass
+++ b/classes/sdcard_image-rpi.bbclass
@@ -35,6 +35,7 @@ KERNEL_INITRAMFS ?= ""
 # Kernel image name
 SDIMG_KERNELIMAGE_raspberrypi  ?= "kernel.img"
 SDIMG_KERNELIMAGE_raspberrypi2 ?= "kernel7.img"
+SDIMG_KERNELIMAGE_raspberrypi3-64 ?= "kernel8.img"
 
 # Boot partition volume id
 BOOTDD_VOLUME_ID ?= "${MACHINE}"
-- 
2.11.0



  parent reply	other threads:[~2017-04-18 20:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-18 20:51 [meta-raspberrypi][morty][PATCH 0/8] Stable branch backports Paul Barker
2017-04-18 20:51 ` [meta-raspberrypi][morty][PATCH 1/8] linux-raspberrypi_4.9: Bump to 4.9.21 Paul Barker
2017-04-18 20:51 ` [meta-raspberrypi][morty][PATCH 2/8] linux-raspberrypi: Add defconfig for raspberrypi3-64 Paul Barker
2017-04-18 20:51 ` [meta-raspberrypi][morty][PATCH 3/8] Add raspberrypi3-64.conf Paul Barker
2017-04-18 20:51 ` [meta-raspberrypi][morty][PATCH 4/8] raspberrypi3-64.conf: Use 4.9 as default kernel Paul Barker
2017-04-18 20:51 ` [meta-raspberrypi][morty][PATCH 5/8] raspberrypi3-64.conf: Specifiy rpi3-64bit dtbs Paul Barker
2017-04-18 20:51 ` [meta-raspberrypi][morty][PATCH 6/8] raspberrypi3-64: Override rpi-default-versions.inc Paul Barker
2017-04-18 20:51 ` Paul Barker [this message]
2017-04-18 20:51 ` [meta-raspberrypi][morty][PATCH 8/8] rpi-config: Specify bcm2710-rpi-3-b dtb for 64bit rpi3 Paul Barker
2017-04-19 16:53 ` [meta-raspberrypi][morty][PATCH 0/8] Stable branch backports Andrei Gherzan
2017-04-19 16:54   ` Paul Barker
2017-04-19 17:48     ` Andrei Gherzan
2017-04-19 18:19 ` Andrei Gherzan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170418205108.14629-8-pbarker@toganlabs.com \
    --to=pbarker@toganlabs.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.