diff mbox series

[v2,01/10] package/freescale-qoriq: new package directory

Message ID 20191121102324.35225-2-jerry.huang@nxp.com
State Changes Requested
Headers show
Series new board ls1028ardb introduced | expand

Commit Message

Changming Huang Nov. 21, 2019, 10:23 a.m. UTC
The freescale-qoriq directory is intended to contain all freescale
QorIQ (including PowerPC and LayerScape serial) related packages,
together with their download site and version info.

Signed-off-by: Changming Huang <jerry.huang@nxp.com>
---
changes since v1:
no changes
---
 package/Config.in                          | 1 +
 package/freescale-qoriq/Config.in          | 4 ++++
 package/freescale-qoriq/freescale-qoriq.mk | 1 +
 3 files changed, 6 insertions(+)
 create mode 100644 package/freescale-qoriq/Config.in
 create mode 100644 package/freescale-qoriq/freescale-qoriq.mk

Comments

Thomas Petazzoni Nov. 25, 2019, 9:13 p.m. UTC | #1
On Thu, 21 Nov 2019 18:23:15 +0800
Changming Huang <jerry.huang@nxp.com> wrote:

> The freescale-qoriq directory is intended to contain all freescale
> QorIQ (including PowerPC and LayerScape serial) related packages,
> together with their download site and version info.
> 
> Signed-off-by: Changming Huang <jerry.huang@nxp.com>

So I think I read somewhere that you were suggested to use
package/nxp-qoriq/ instead of package/freescale-qoriq/. This change is
fine to me, so feel fee to do it in your v3.

Thanks,

Thomas
Changming Huang Nov. 26, 2019, 2:49 a.m. UTC | #2
Best Regards
Jerry Huang

> -----Original Message-----
> From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Sent: Tuesday, November 26, 2019 5:13 AM
> To: Jerry Huang <jerry.huang@nxp.com>
> Cc: buildroot@busybox.net; michael@walle.cc; matthew.weber@collins.com;
> geomatsi@gmail.com
> Subject: [EXT] Re: [Buildroot] [PATCH v2 01/10] package/freescale-qoriq: new
> package directory
> 
> Caution: EXT Email
> 
> On Thu, 21 Nov 2019 18:23:15 +0800
> Changming Huang <jerry.huang@nxp.com> wrote:
> 
> > The freescale-qoriq directory is intended to contain all freescale
> > QorIQ (including PowerPC and LayerScape serial) related packages,
> > together with their download site and version info.
> >
> > Signed-off-by: Changming Huang <jerry.huang@nxp.com>
> 
> So I think I read somewhere that you were suggested to use package/nxp-qoriq/
> instead of package/freescale-qoriq/. This change is fine to me, so feel fee to do it
> in your v3.
[Jerry Huang] 
Yes, I will do this change in v3.

> Thanks,
> 
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbootlin.c
> om&amp;data=02%7C01%7Cjerry.huang%40nxp.com%7C74086714ba394cd6b
> 7cc08d771ec47f3%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637
> 103131944681003&amp;sdata=3eDGrwaYCX99dBtZHMcGpG8ONM5pc8iSafW
> RGHPO8DE%3D&amp;reserved=0
diff mbox series

Patch

diff --git a/package/Config.in b/package/Config.in
index 36d2b31e2e..4cdc8298f8 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -447,6 +447,7 @@  endmenu
 	source "package/flashrom/Config.in"
 	source "package/fmtools/Config.in"
 	source "package/freescale-imx/Config.in"
+	source "package/freescale-qoriq/Config.in"
 	source "package/fxload/Config.in"
 	source "package/gadgetfs-test/Config.in"
 	source "package/gcnano-binaries/Config.in"
diff --git a/package/freescale-qoriq/Config.in b/package/freescale-qoriq/Config.in
new file mode 100644
index 0000000000..51497c588e
--- /dev/null
+++ b/package/freescale-qoriq/Config.in
@@ -0,0 +1,4 @@ 
+menu "Freescale QorIQ libraries"
+	depends on BR2_aarch64 || BR2_arm || BR2_powerpc64 || BR2_powerpc
+
+endmenu
diff --git a/package/freescale-qoriq/freescale-qoriq.mk b/package/freescale-qoriq/freescale-qoriq.mk
new file mode 100644
index 0000000000..bbbbf3efbe
--- /dev/null
+++ b/package/freescale-qoriq/freescale-qoriq.mk
@@ -0,0 +1 @@ 
+include $(sort $(wildcard package/freescale-qoriq/*/*.mk))