All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH 1/1] core-image-tiny-initramfs: Add compatiblity for aarch64
@ 2021-01-25 22:58 Jonathan Richardson
  0 siblings, 0 replies; only message in thread
From: Jonathan Richardson @ 2021-01-25 22:58 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jonathan Richardson

[-- Attachment #1: Type: text/plain, Size: 881 bytes --]

Update the host compatibility to include aarch64.

Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
---
 meta/recipes-core/images/core-image-tiny-initramfs.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb
index 5849900742..47470849ed 100644
--- a/meta/recipes-core/images/core-image-tiny-initramfs.bb
+++ b/meta/recipes-core/images/core-image-tiny-initramfs.bb
@@ -27,7 +27,7 @@ IMAGE_ROOTFS_SIZE = "8192"
 IMAGE_ROOTFS_EXTRA_SPACE = "0"
 
 # Use the same restriction as initramfs-live-install
-COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
+COMPATIBLE_HOST = "(i.86|x86_64|aarch64).*-linux"
 
 python tinyinitrd () {
   # Modify our init file so the user knows we drop to shell prompt on purpose
-- 
2.17.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4187 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-25 22:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 22:58 [OE-core][PATCH 1/1] core-image-tiny-initramfs: Add compatiblity for aarch64 Jonathan Richardson

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.