From: Domenico Andreoli <domenico.andreoli@linux.com>
To: Masahiro Yamada <yamada.masahiro@socionext.com>,
Michal Marek <michal.lkml@markovi.net>
Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org,
Olof Johansson <olof@lixom.net>,
Will Deacon <will.deacon@arm.com>,
Catalin Marinas <catalin.marinas@arm.com>
Subject: [PATCH v2] kbuild: buildtar: add arm64 dtbs support
Date: Thu, 25 Jun 2020 13:51:30 -0700 (PDT) [thread overview]
Message-ID: <5ef50e52.1c69fb81.b6cbd.bd8e@mx.google.com> (raw)
From: Domenico Andreoli <domenico.andreoli@linux.com>
Make 'make tar-pkg' install dtbs on arm64.
Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com>
v2:
- Destination path includes the kernel version, as expected
---
scripts/package/buildtar | 9 +++++++++
1 file changed, 9 insertions(+)
Index: b/scripts/package/buildtar
===================================================================
--- a/scripts/package/buildtar
+++ b/scripts/package/buildtar
@@ -125,6 +125,15 @@ case "${ARCH}" in
;;
esac
+#
+# Install dtbs
+#
+case "${ARCH}" in
+ arm64)
+ make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE}" dtbs_install
+ ;;
+esac
+
if [ "${1}" = dir-pkg ]; then
echo "Kernel tree successfully created in $tmpdir"
exit 0
--
rsa4096: 3B10 0CA1 8674 ACBA B4FE FCD2 CE5B CF17 9960 DE13
ed25519: FFB4 0CC3 7F2E 091D F7DA 356E CC79 2832 ED38 CB05
next reply other threads:[~2020-06-25 20:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-25 20:51 Domenico Andreoli [this message]
2020-06-26 6:16 ` [PATCH v2] kbuild: buildtar: add arm64 dtbs support Masahiro Yamada
2020-06-26 21:40 ` Domenico Andreoli
2020-06-27 12:02 ` Masahiro Yamada
2020-06-27 21:21 ` Domenico Andreoli
2020-06-28 3:46 ` Masahiro Yamada
2020-06-28 17:46 ` Domenico Andreoli
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=5ef50e52.1c69fb81.b6cbd.bd8e@mx.google.com \
--to=domenico.andreoli@linux.com \
--cc=catalin.marinas@arm.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.lkml@markovi.net \
--cc=olof@lixom.net \
--cc=will.deacon@arm.com \
--cc=yamada.masahiro@socionext.com \
/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.