From: Gary Bisson <gary.bisson@boundarydevices.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 11/14] imx-uuc: add new package
Date: Wed, 16 Mar 2016 15:56:51 +0100 [thread overview]
Message-ID: <1458140214-22303-12-git-send-email-gary.bisson@boundarydevices.com> (raw)
In-Reply-To: <1458140214-22303-1-git-send-email-gary.bisson@boundarydevices.com>
This package provides the Universal Adapter user-space utility that is
used to receive commands from the Manufacturing Tool by the Freescale
UTP Protocol.
It only works on Freescale/NXP kernels whose configuration contains
the CONFIG_FSL_UTP option.
In order to use it, the best is to make a ramdisk image whose init
points to /linuxrc. Otherwise you can simply invoke the tool once
booted:
$ uuc
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
package/freescale-imx/Config.in | 1 +
package/freescale-imx/imx-uuc/Config.in | 11 +++++++++++
package/freescale-imx/imx-uuc/imx-uuc.hash | 1 +
package/freescale-imx/imx-uuc/imx-uuc.mk | 20 ++++++++++++++++++++
4 files changed, 33 insertions(+)
create mode 100644 package/freescale-imx/imx-uuc/Config.in
create mode 100644 package/freescale-imx/imx-uuc/imx-uuc.hash
create mode 100644 package/freescale-imx/imx-uuc/imx-uuc.mk
diff --git a/package/freescale-imx/Config.in b/package/freescale-imx/Config.in
index dfb6cc4..bc3ddd6 100644
--- a/package/freescale-imx/Config.in
+++ b/package/freescale-imx/Config.in
@@ -44,6 +44,7 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM
source "package/freescale-imx/imx-kobs/Config.in"
source "package/freescale-imx/imx-lib/Config.in"
+source "package/freescale-imx/imx-uuc/Config.in"
source "package/freescale-imx/imx-vpu/Config.in"
source "package/freescale-imx/firmware-imx/Config.in"
if (BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX51 || BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX53)
diff --git a/package/freescale-imx/imx-uuc/Config.in b/package/freescale-imx/imx-uuc/Config.in
new file mode 100644
index 0000000..2cd8299
--- /dev/null
+++ b/package/freescale-imx/imx-uuc/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_IMX_UUC
+ bool "imx-uuc"
+ depends on BR2_arm # Only relevant for i.MX
+ help
+ This package provides the Universal Adapter user-space utility
+ that is used to receive commands from the Manufacturing Tool
+ by the Freescale UTP Protocol.
+
+ This package is provided by Freescale/NXP as-is and doesn't have
+ an upstream.
+
diff --git a/package/freescale-imx/imx-uuc/imx-uuc.hash b/package/freescale-imx/imx-uuc/imx-uuc.hash
new file mode 100644
index 0000000..aab9ea8
--- /dev/null
+++ b/package/freescale-imx/imx-uuc/imx-uuc.hash
@@ -0,0 +1 @@
+sha256 95d7f7b075f58fedc07602fbc0e5bf5212d28deea3d09cdbcbd80992dcd18482 imx-uuc-0.5.1.tar.gz
diff --git a/package/freescale-imx/imx-uuc/imx-uuc.mk b/package/freescale-imx/imx-uuc/imx-uuc.mk
new file mode 100644
index 0000000..1bd419e
--- /dev/null
+++ b/package/freescale-imx/imx-uuc/imx-uuc.mk
@@ -0,0 +1,20 @@
+################################################################################
+#
+# imx-uuc
+#
+################################################################################
+
+IMX_UUC_VERSION = 0.5.1
+IMX_UUC_SITE = $(FREESCALE_IMX_SITE)
+IMX_UUC_LICENSE = GPLv2+
+IMX_UUC_LICENSE_FILES = COPYING
+
+define IMX_UUC_BUILD_CMDS
+ $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) CC=$(TARGET_CC)
+endef
+
+define IMX_UUC_INSTALL_TARGET_CMDS
+ $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
+endef
+
+$(eval $(generic-package))
--
2.7.0
next prev parent reply other threads:[~2016-03-16 14:56 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-16 14:56 [Buildroot] [PATCH 00/14] Update NXP packages to 3.14.52-1.1.0_ga release Gary Bisson
2016-03-16 14:56 ` [Buildroot] [PATCH 01/14] libfslcodec: bump to version 4.0.8 Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 02/14] libfslparser: " Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 03/14] libfslvpuwrap: bump to version 1.0.62 Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 04/14] imx-gpu-viv: bump version to 5.0.11 p7.4 Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 05/14] imx-gpu-viv: add apitrace dependency on libpng Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 06/14] kernel-module-imx-gpu-viv: bump version to 5.0.11 p7.4 Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 07/14] xdriver_xf86-video-imx-viv: bump to version " Gary Bisson
2016-03-18 22:30 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 08/14] imx-kobs: bump to version 5.3 Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 09/14] imx-vpu: bump to version 5.4.32 Gary Bisson
2016-03-18 22:31 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 10/14] firmware-imx: bump to version 5.3 Gary Bisson
2016-03-18 22:31 ` Peter Korsgaard
2016-03-16 14:56 ` Gary Bisson [this message]
2016-03-19 8:54 ` [Buildroot] [PATCH 11/14] imx-uuc: add new package Peter Korsgaard
2016-03-19 12:48 ` Gary Bisson
2016-03-20 18:42 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 12/14] gst1-imx: add missing libfslcodec dependency Gary Bisson
2016-03-19 13:59 ` Thomas Petazzoni
2016-03-16 14:56 ` [Buildroot] [PATCH 13/14] configs: freescale_imx6*: bump version to 3.14.52-1.1.0_ga Gary Bisson
2016-03-19 13:59 ` Thomas Petazzoni
2016-03-16 14:56 ` [Buildroot] [PATCH 14/14] configs: nitrogen*: bump kernel " Gary Bisson
2016-03-19 13:59 ` Thomas Petazzoni
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=1458140214-22303-12-git-send-email-gary.bisson@boundarydevices.com \
--to=gary.bisson@boundarydevices.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