From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] dt: new package
Date: Thu, 25 Feb 2016 23:00:52 +0100 [thread overview]
Message-ID: <20160225230052.4df48d9f@free-electrons.com> (raw)
In-Reply-To: <1453894838-15276-1-git-send-email-gustavo.zacarias@free-electrons.com>
Hello,
On Wed, 27 Jan 2016 08:40:38 -0300, gustavo.zacarias at free-electrons.com
wrote:
> diff --git a/package/dt/dt.mk b/package/dt/dt.mk
> new file mode 100644
> index 0000000..290ff91
> --- /dev/null
> +++ b/package/dt/dt.mk
> @@ -0,0 +1,40 @@
> +################################################################################
> +#
> +# dt
> +#
> +################################################################################
> +
> +DT_VERSION = v18.32
> +DT_SITE = http://pkgs.fedoraproject.org/repo/pkgs/dt/$(DT_SOURCE)/3054aeaaba047a1dbe90c2132a382ee2
> +DT_SOURCE = dt-source-$(DT_VERSION).tar.gz
> +DT_SUBDIR = dt.$(DT_VERSION)
Since dt.$(DT_VERSION) was the only sub-directory, I thought it was
easier to do DT_STRIP_COMPONENTS = 2, as it allows to get rid
completely of all DT_SUBDIR references later, so I've done this change.
> +define DT_BUILD_CMDS
> + $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/$(DT_SUBDIR) -f Makefile.linux \
> + $(TARGET_CONFIGURE_OPTS) \
> + CFLAGS="$(TARGET_CFLAGS) $(DT_CFLAGS)" \
> + OS=linux
Indentation was not correct here, the follow-up lines should be
intended with two tabs. I've fixed this minor nit.
Applied to next, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2016-02-25 22:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 11:40 [Buildroot] [PATCH v2] dt: new package gustavo.zacarias at free-electrons.com
2016-02-25 22:00 ` Thomas Petazzoni [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=20160225230052.4df48d9f@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox