From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] Add dtc (device tree compiler) as host tool
Date: Sun, 18 Mar 2012 15:34:05 +0100 [thread overview]
Message-ID: <201203181534.06235.arnout@mind.be> (raw)
In-Reply-To: <7116d9f7fb52cdabaa12.1331744452@beantl019720>
On Wednesday 14 March 2012 18:00:52 Thomas De Schampheleire wrote:
> The dtc is taken from the Linux kernel sources and simply copied to the host
> directory.
> Having dtc as a separate host tool can be useful for users that have a custom
> boot scenario where the device tree is not embedded in the kernel.
>
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
>
> ---
> v2: remove old parameters to GENTARGETS call, sorry.
>
> package/Config.in.host | 1 +
> package/dtc/Config.in | 4 ++++
> package/dtc/dtc.mk | 15 +++++++++++++++
> 3 files changed, 20 insertions(+), 0 deletions(-)
>
> diff --git a/package/Config.in.host b/package/Config.in.host
> --- a/package/Config.in.host
> +++ b/package/Config.in.host
> @@ -1,5 +1,6 @@
> menu "Host utilities"
>
> +source "package/dtc/Config.in"
> source "package/openocd/Config.in.host"
> source "package/sam-ba/Config.in.host"
> source "package/uboot-tools/Config.in.host"
> diff --git a/package/dtc/Config.in b/package/dtc/Config.in
The file should be called Config.in.host, like the other host tools.
> new file mode 100644
> --- /dev/null
> +++ b/package/dtc/Config.in
> @@ -0,0 +1,4 @@
> +config BR2_PACKAGE_HOST_DTC
> + bool "Device Tree Compiler (dtc)"
> + help
> + Device Tree Compiler for flattened-device trees.
This should depend on BR2_LINUX_KERNEL, including the appropriate
comment.
> diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
> new file mode 100644
> --- /dev/null
> +++ b/package/dtc/dtc.mk
> @@ -0,0 +1,14 @@
> +#############################################################
> +#
> +# dtc
> +#
> +#############################################################
> +
> +HOST_DTC_SOURCE =
> +HOST_DTC_DEPENDENCIES = linux
> +
> +define HOST_DTC_INSTALL_CMDS
> + $(INSTALL) -D -m 0755 $(LINUX_DIR)/scripts/dtc/dtc $(HOST_DIR)/usr/bin/dtc
> +endef
> +
> +$(eval $(call GENTARGETS,host))
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
prev parent reply other threads:[~2012-03-18 14:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-14 17:00 [Buildroot] [PATCH v2] Add dtc (device tree compiler) as host tool Thomas De Schampheleire
2012-03-18 14:34 ` Arnout Vandecappelle [this message]
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=201203181534.06235.arnout@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/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.