All of lore.kernel.org
 help / color / mirror / Atom feed
From: chunrong.guo@nxp.com
To: meta-freescale@yoctoproject.org
Cc: chunrong.guo@nxp.com
Subject: [PATCH 10/10] mc: update to version 10.8.0
Date: Wed, 27 Jun 2018 17:26:08 +0800	[thread overview]
Message-ID: <1530091568-630-10-git-send-email-chunrong.guo@nxp.com> (raw)
In-Reply-To: <1530091568-630-1-git-send-email-chunrong.guo@nxp.com>

From: Chunrong Guo <chunrong.guo@nxp.com>

*include the following changes:

9c1d730 - Add the prebuilt binaries of mc 10.8.0 release
840aa8e - Initial commit to add README

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 .../management-complex_10.6.0.bb                   | 39 ----------------------
 .../management-complex_10.8.0.bb                   | 39 ++++++++++++++++++++++
 2 files changed, 39 insertions(+), 39 deletions(-)
 delete mode 100644 recipes-dpaa2/management-complex/management-complex_10.6.0.bb
 create mode 100644 recipes-dpaa2/management-complex/management-complex_10.8.0.bb

diff --git a/recipes-dpaa2/management-complex/management-complex_10.6.0.bb b/recipes-dpaa2/management-complex/management-complex_10.6.0.bb
deleted file mode 100644
index 2c896d5..0000000
--- a/recipes-dpaa2/management-complex/management-complex_10.6.0.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-SUMMARY = "DPAA2 Management Complex Firmware"
-LICENSE = "NXP-Binary-EULA"
-LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=afcb1213054384820390d410ab62105f"
-
-inherit deploy
-
-INHIBIT_DEFAULT_DEPS = "1"
-
-SRC_URI = "git://github.com/NXP/qoriq-mc-binary.git;nobranch=1"
-SRCREV = "f461bcd37ac0db985716489e938b47393799f04c"
-
-S = "${WORKDIR}/git"
-
-REGLEX_ls2088a = "ls2088a"
-REGLEX_ls1088a = "ls1088a"
-
-do_install () {
-    install -d ${D}/boot
-    install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot
-}
-
-do_deploy () {
-    install -d ${DEPLOYDIR}/mc_app
-    install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app
-    # make a symlink to the latest binary
-    for mc_binary in `ls ${DEPLOYDIR}/mc_app |sort`;do
-        ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb
-    done
-}
-addtask deploy before do_build after do_install
-
-PACKAGES += "${PN}-image"
-FILES_${PN}-image += "/boot"
-
-INHIBIT_PACKAGE_STRIP = "1"
-
-COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
diff --git a/recipes-dpaa2/management-complex/management-complex_10.8.0.bb b/recipes-dpaa2/management-complex/management-complex_10.8.0.bb
new file mode 100644
index 0000000..4448aab
--- /dev/null
+++ b/recipes-dpaa2/management-complex/management-complex_10.8.0.bb
@@ -0,0 +1,39 @@
+SUMMARY = "DPAA2 Management Complex Firmware"
+LICENSE = "NXP-Binary-EULA"
+LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=afcb1213054384820390d410ab62105f"
+
+nherit deploy
+
+INHIBIT_DEFAULT_DEPS = "1"
+
+SRC_URI = "git://github.com/NXP/qoriq-mc-binary.git;nobranch=1"
+SRCREV = "9c1d73016b47f8654d48f0ccff776e5e4588d822"
+
+S = "${WORKDIR}/git"
+
+REGLEX_ls2088a = "ls2088a"
+REGLEX_ls1088a = "ls1088a"
+
+do_install () {
+    install -d ${D}/boot
+    install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot
+}
+
+do_deploy () {
+    install -d ${DEPLOYDIR}/mc_app
+    install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app
+    # make a symlink to the latest binary
+    for mc_binary in `ls ${DEPLOYDIR}/mc_app |sort`;do
+        ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb
+    done
+}
+addtask deploy before do_build after do_install
+
+PACKAGES += "${PN}-image"
+FILES_${PN}-image += "/boot"
+
+INHIBIT_PACKAGE_STRIP = "1"
+
+COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.7.4



  parent reply	other threads:[~2018-06-27 19:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-27  9:25 [PATCH 01/10] ls2-phy: update to 9143c2a3 chunrong.guo
2018-06-27  9:26 ` [PATCH 02/10] mc-utils: update to de3c46f16 chunrong.guo
2018-06-27  9:26 ` [PATCH 03/10] ppa: update to dcbe27bb5d1 chunrong.guo
2018-06-27  9:26 ` [PATCH 04/10] rcw: update to 1f43bef4b4475d8e81c9 chunrong.guo
2018-06-27  9:26 ` [PATCH 05/10] ppfe-firmware: update to ppfe-firmware chunrong.guo
2018-06-27  9:26 ` [PATCH 06/10] u-boot-qoriq: udpate to version 2018.03 chunrong.guo
2018-06-27  9:26 ` [PATCH 07/10] uefi: update to e48de4f chunrong.guo
2018-06-27  9:26 ` [PATCH 08/10] cst: update to e9abf79 chunrong.guo
2018-06-27  9:26 ` [PATCH 09/10] aiopsl: udpate to e34ec59 chunrong.guo
2018-06-27  9:26 ` chunrong.guo [this message]
2018-07-02 21:26   ` [PATCH 10/10] mc: update to version 10.8.0 Ian Coolidge

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=1530091568-630-10-git-send-email-chunrong.guo@nxp.com \
    --to=chunrong.guo@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    /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 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.