From: Marcus Folkesson <marcus.folkesson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] imx-mkimage: new package
Date: Mon, 19 Feb 2018 11:00:40 +0100 [thread overview]
Message-ID: <20180219100040.GB10694@gmail.com> (raw)
In-Reply-To: <1518960511-4823-2-git-send-email-karl.erik.larsson@gmail.com>
On Sun, Feb 18, 2018 at 02:28:29PM +0100, Erik Larsson wrote:
> Signed-off-by: Erik Larsson <karl.erik.larsson@gmail.com>
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Ask Christopher if he should be stated here as well.
> +################################################################################
> +#
> +# imx-mkimage
> +#
> +################################################################################
> +
> +IMX_MKIMAGE_VERSION = imx_4.9.51_imx8m_beta
> +IMX_MKIMAGE_SITE = https://source.codeaurora.org/external/imx/imx-mkimage
> +IMX_MKIMAGE_SITE_METHOD = git
> +IMX_MKIMAGE_LICENSE = GPL-2.0
This should actually be GPL-2.0+ as stated in several source files... despite our internal review.
> +IMX_MKIMAGE_LICENSE_FILES = iMX8dv/COPYING
> +
> +define HOST_IMX_MKIMAGE_BUILD_CMDS
> + $(MAKE) -C $(@D)/iMX8M -f soc.mak mkimage_imx8
> +endef
> +
> +define HOST_IMX_MKIMAGE_INSTALL_CMDS
> + mkdir -p $(HOST_DIR)/bin
> + $(INSTALL) -m 755 $(@D)/iMX8M/mkimage_imx8 $(HOST_DIR)/bin
> + $(INSTALL) -m 755 $(@D)/iMX8M/mkimage_fit_atf.sh $(HOST_DIR)/bin
> +endef
> +
> +$(eval $(host-generic-package))
> --
> 2.7.4
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Best regards
Marcus Folkesson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180219/8638281e/attachment.asc>
next prev parent reply other threads:[~2018-02-19 10:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-18 13:28 [Buildroot] [PATCH 0/3] Initial support for NXP iMX8 (imx8mq-evk) Erik Larsson
2018-02-18 13:28 ` [Buildroot] [PATCH 1/3] imx-mkimage: new package Erik Larsson
2018-02-18 14:51 ` Thomas Petazzoni
2018-02-19 5:43 ` Erik Larsson
2018-02-19 8:02 ` Thomas Petazzoni
2018-02-19 8:05 ` Erik Larsson
2018-02-19 9:55 ` Marcus Folkesson
2018-02-19 16:44 ` Gary Bisson
2018-02-19 16:55 ` Thomas Petazzoni
2018-02-19 10:00 ` Marcus Folkesson [this message]
2018-02-18 13:28 ` [Buildroot] [PATCH 2/3] imx-atf: " Erik Larsson
2018-02-18 13:46 ` Baruch Siach
2018-02-18 13:55 ` Erik Larsson
2018-02-18 13:28 ` [Buildroot] [PATCH 3/3] add support for iMX8MQ-evk board Erik Larsson
2018-02-18 14:47 ` Baruch Siach
2018-02-19 6:01 ` Erik Larsson
2018-02-19 12:44 ` Baruch Siach
2018-02-19 10:12 ` Marcus Folkesson
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=20180219100040.GB10694@gmail.com \
--to=marcus.folkesson@gmail.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