All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Update to 4.9.11-1.0.0 GA BSP patches
@ 2017-09-29 11:01 Jun Zhu
  2017-09-29 11:01 ` [distro][PATCH 1/2] fsl-base.inc: Update to support i.MX 7ULP EVK Jun Zhu
  2017-09-29 11:01 ` [distro][PATCH 2/2] imx-m4-demos: Add i.MX 7ULP M4 Demo images Jun Zhu
  0 siblings, 2 replies; 4+ messages in thread
From: Jun Zhu @ 2017-09-29 11:01 UTC (permalink / raw)
  To: meta-freescale; +Cc: Jun Zhu

- Update fsl-base.inc to support i.MX7ULP
- Add 7ULP M4 demo images

Jun Zhu (2):
  fsl-base.inc: Update to support i.MX 7ULP EVK
  imx-m4-demos: Add i.MX 7ULP M4 Demo images

 conf/distro/include/fsl-base.inc               |  4 ++++
 recipes-fsl/m4-demos/imx-m4-demos_7ulp-beta.bb | 30 ++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 recipes-fsl/m4-demos/imx-m4-demos_7ulp-beta.bb

-- 
2.7.4



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [distro][PATCH 1/2] fsl-base.inc: Update to support i.MX 7ULP EVK
  2017-09-29 11:01 [PATCH 0/2] Update to 4.9.11-1.0.0 GA BSP patches Jun Zhu
@ 2017-09-29 11:01 ` Jun Zhu
  2017-09-29 11:01 ` [distro][PATCH 2/2] imx-m4-demos: Add i.MX 7ULP M4 Demo images Jun Zhu
  1 sibling, 0 replies; 4+ messages in thread
From: Jun Zhu @ 2017-09-29 11:01 UTC (permalink / raw)
  To: meta-freescale; +Cc: Jun Zhu

Signed-off-by: Jun Zhu <junzhu@nxp.com>
---
 conf/distro/include/fsl-base.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/distro/include/fsl-base.inc b/conf/distro/include/fsl-base.inc
index 55e7982..1ef5079 100644
--- a/conf/distro/include/fsl-base.inc
+++ b/conf/distro/include/fsl-base.inc
@@ -19,6 +19,7 @@ PREFERRED_PROVIDER_u-boot_mx6sx = "u-boot-imx"
 PREFERRED_PROVIDER_u-boot_mx6ul = "u-boot-imx"
 PREFERRED_PROVIDER_u-boot_mx6ull = "u-boot-imx"
 PREFERRED_PROVIDER_u-boot_mx7d = "u-boot-imx"
+PREFERRED_PROVIDER_u-boot_mx7ulp = "u-boot-imx"
 
 PREFERRED_PROVIDER_virtual/bootloader_mx6dl = "u-boot-imx"
 PREFERRED_PROVIDER_virtual/bootloader_mx6q = "u-boot-imx"
@@ -27,6 +28,7 @@ PREFERRED_PROVIDER_virtual/bootloader_mx6sx = "u-boot-imx"
 PREFERRED_PROVIDER_virtual/bootloader_mx6ul = "u-boot-imx"
 PREFERRED_PROVIDER_virtual/bootloader_mx6ull = "u-boot-imx"
 PREFERRED_PROVIDER_virtual/bootloader_mx7d = "u-boot-imx"
+PREFERRED_PROVIDER_virtual/bootloader_mx7ulp = "u-boot-imx"
 
 PREFERRED_PROVIDER_virtual/kernel_mx6dl = "linux-imx"
 PREFERRED_PROVIDER_virtual/kernel_mx6q = "linux-imx"
@@ -35,6 +37,7 @@ PREFERRED_PROVIDER_virtual/kernel_mx6sx = "linux-imx"
 PREFERRED_PROVIDER_virtual/kernel_mx6ul = "linux-imx"
 PREFERRED_PROVIDER_virtual/kernel_mx6ull = "linux-imx"
 PREFERRED_PROVIDER_virtual/kernel_mx7d = "linux-imx"
+PREFERRED_PROVIDER_virtual/kernel_mx7ulp = "linux-imx"
 
 MACHINE_GSTREAMER_1_0_PLUGIN_mx6dl = "imx-gst1.0-plugin"
 MACHINE_GSTREAMER_1_0_PLUGIN_mx6q = "imx-gst1.0-plugin"
@@ -43,3 +46,4 @@ MACHINE_GSTREAMER_1_0_PLUGIN_mx6sx = "imx-gst1.0-plugin"
 MACHINE_GSTREAMER_1_0_PLUGIN_mx6ul = "imx-gst1.0-plugin"
 MACHINE_GSTREAMER_1_0_PLUGIN_mx6ull = "imx-gst1.0-plugin"
 MACHINE_GSTREAMER_1_0_PLUGIN_mx7d = "imx-gst1.0-plugin"
+MACHINE_GSTREAMER_1_0_PLUGIN_mx7ulp = "imx-gst1.0-plugin"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [distro][PATCH 2/2] imx-m4-demos: Add i.MX 7ULP M4 Demo images
  2017-09-29 11:01 [PATCH 0/2] Update to 4.9.11-1.0.0 GA BSP patches Jun Zhu
  2017-09-29 11:01 ` [distro][PATCH 1/2] fsl-base.inc: Update to support i.MX 7ULP EVK Jun Zhu
@ 2017-09-29 11:01 ` Jun Zhu
  2017-09-29 20:02   ` Otavio Salvador
  1 sibling, 1 reply; 4+ messages in thread
From: Jun Zhu @ 2017-09-29 11:01 UTC (permalink / raw)
  To: meta-freescale; +Cc: Jun Zhu

Signed-off-by: Jun Zhu <junzhu@nxp.com>
---
 recipes-fsl/m4-demos/imx-m4-demos_7ulp-beta.bb | 30 ++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 recipes-fsl/m4-demos/imx-m4-demos_7ulp-beta.bb

diff --git a/recipes-fsl/m4-demos/imx-m4-demos_7ulp-beta.bb b/recipes-fsl/m4-demos/imx-m4-demos_7ulp-beta.bb
new file mode 100644
index 0000000..a3ef27e
--- /dev/null
+++ b/recipes-fsl/m4-demos/imx-m4-demos_7ulp-beta.bb
@@ -0,0 +1,30 @@
+# Copyright (C) 2016 Freescale Semiconductor
+# Copyright 2017 NXP
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+SUMMARY = "i.MX M4 core Demo images"
+SECTION = "app"
+LICENSE = "Proprietary"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6b552f505eedab4a11ab538cf3db743a"
+
+inherit deploy fsl-eula-unpack
+
+M4_PKG_NAME = "imx7ulp-m4-demo-beta"
+SRC_URI = "${FSL_MIRROR}/${M4_PKG_NAME}.bin;fsl-eula=true"
+S = "${WORKDIR}/${M4_PKG_NAME}"
+
+SRC_URI[md5sum] = "c6e789351bb5e57bcafc920544ff2157"
+SRC_URI[sha256sum] = "11001f3eeb4856c4299e1fc309b9b875759ffa1589a8d88b24aac7c349769ea7"
+
+do_deploy () {
+   # Install the demo binaries
+   install -d ${DEPLOYDIR}
+   find ${S}/ -name "*.img" -exec cp {} ${DEPLOYDIR}/ \;
+   ls ${DEPLOYDIR}/
+}
+
+addtask deploy before do_build after do_compile
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+COMPATIBLE_MACHINE = "(mx7ulp)"
+
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [distro][PATCH 2/2] imx-m4-demos: Add i.MX 7ULP M4 Demo images
  2017-09-29 11:01 ` [distro][PATCH 2/2] imx-m4-demos: Add i.MX 7ULP M4 Demo images Jun Zhu
@ 2017-09-29 20:02   ` Otavio Salvador
  0 siblings, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2017-09-29 20:02 UTC (permalink / raw)
  To: Jun Zhu; +Cc: meta-freescale

Hello Jun,

On Fri, Sep 29, 2017 at 8:01 AM, Jun Zhu <junzhu@nxp.com> wrote:
> Signed-off-by: Jun Zhu <junzhu@nxp.com>

As the binary is loaded from Linux or U-Boot, it would be better
package it in a regular package so it can be included by different
images and also upgraded in a package feed, if it is the case.

I think it could be packaged to /boot/ or /opt/m4/; do you have other idea?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-29 20:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-29 11:01 [PATCH 0/2] Update to 4.9.11-1.0.0 GA BSP patches Jun Zhu
2017-09-29 11:01 ` [distro][PATCH 1/2] fsl-base.inc: Update to support i.MX 7ULP EVK Jun Zhu
2017-09-29 11:01 ` [distro][PATCH 2/2] imx-m4-demos: Add i.MX 7ULP M4 Demo images Jun Zhu
2017-09-29 20:02   ` Otavio Salvador

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.