All of lore.kernel.org
 help / color / mirror / Atom feed
From: "C.r. Guo" <chunrong.guo@nxp.com>
To: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Cc: "C.r. Guo" <chunrong.guo@nxp.com>
Subject: [rocko][PATCH v2 03/41] mc-utils: update to 6aca560
Date: Fri, 11 Jan 2019 03:10:02 +0000	[thread overview]
Message-ID: <1547176178-783-3-git-send-email-chunrong.guo@nxp.com> (raw)
In-Reply-To: <1547176178-783-1-git-send-email-chunrong.guo@nxp.com>

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

*update to lsdk 1812 tag
include the following changes:
update COMPATIBLE_MACHINE for qoriq-arm64
6aca560 - config: lx2160a: add dprtc object
73eec5c - api: add MC 10.13.0 APIs
022adf2 - api: add MC 10.12.0 APIs
f3e4205 - api: add MC 10.11.2 APIs
cb2afb7 - api: add MC 10.11.1 APIs
65aeed6 - config: update number of necessary dpmcp
1370e38 - Add dpc with USXGMII for QDS protocol 7

*Update COMPATIBLE_MACHINE for qoriq-arm64

*Support lx2160a

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-bsp/mc-utils/mc-utils_git.bb | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb
index f34d441..430d6cd 100644
--- a/recipes-bsp/mc-utils/mc-utils_git.bb
+++ b/recipes-bsp/mc-utils/mc-utils_git.bb
@@ -10,30 +10,36 @@ DEPENDS += "dtc-native"
 inherit deploy
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/mc-utils;nobranch=1"
-SRCREV = "30c63101b15def4620f509641b97641c25fe19fe"
+SRCREV = "6aca560c630dc54afdef382c506f214b28f4985e"
 
 S = "${WORKDIR}/git"
 
 MC_CFG ?= ""
 MC_CFG_ls1088a = "ls1088a"
 MC_CFG_ls2088a = "ls2088a"
+MC_CFG_lx2160a = "lx2160a"
 
 do_install () {
 	oe_runmake -C config 
 
-	install -d ${D}/boot/mc-utils/custom
+	install -d ${D}/boot/mc-utils
 	cp -r ${S}/config/${MC_CFG}/RDB/*.dtb ${D}/boot/mc-utils
-        cp -r ${S}/config/${MC_CFG}/RDB/custom/*.dtb ${D}/boot/mc-utils/custom
+        if [ -d ${S}/config/${MC_CFG}/RDB/custom/ ]; then
+            install -d ${D}/boot/mc-utils/custom
+            cp -r ${S}/config/${MC_CFG}/RDB/custom/*.dtb ${D}/boot/mc-utils/custom
+        fi
 }
 
 do_deploy () {
-	install -d ${DEPLOYDIR}/mc-utils/custom
+	install -d ${DEPLOYDIR}/mc-utils
 	cp -r ${S}/config/${MC_CFG}/RDB/*.dtb ${DEPLOYDIR}/mc-utils
-        cp -r ${S}/config/${MC_CFG}/RDB/custom/*.dtb ${DEPLOYDIR}/mc-utils/custom
-        
+        if [ -d ${S}/config/${MC_CFG}/RDB/custom/ ]; then
+            install -d ${DEPLOYDIR}/mc-utils/custom
+            cp -r ${S}/config/${MC_CFG}/RDB/custom/*.dtb ${DEPLOYDIR}/mc-utils/custom
+        fi
 }
 addtask deploy after do_install
 
 PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"
-COMPATIBLE_MACHINE = "(ls1088a|ls2088a)"
+COMPATIBLE_MACHINE = "(qoriq-arm64)"
-- 
2.7.4



  parent reply	other threads:[~2019-01-11  3:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-11  3:09 [rocko][PATCH v2 01/41] fmc: update to c7576ab C.r. Guo
2019-01-11  3:10 ` [rocko][PATCH v2 02/41] ls2-phy: update COMPATIBLE_MACHINE for lx2160a C.r. Guo
2019-01-11  3:10 ` C.r. Guo [this message]
2019-01-11  3:10 ` [rocko][PATCH v2 04/41] inphi: add recipes C.r. Guo
2019-01-11  3:10 ` [rocko][PATCH v2 05/41] ppa: remove ppa C.r. Guo
2019-01-11  3:10 ` [rocko][PATCH v2 06/41] rcw: update to 17254ac C.r. Guo
2019-01-11  3:10 ` [rocko][PATCH v2 07/41] uefi: update to 5b259f7 C.r. Guo
2019-01-11  3:10 ` [rocko][PATCH v2 08/41] u-boot-qoriq: Upgrade version to 2018.09 C.r. Guo
2019-01-11  3:10 ` [rocko][PATCH v2 09/41] cst: update to f599f61 C.r. Guo
2019-01-11  3:10 ` [rocko][PATCH v2 10/41] dce: update to 49389aa C.r. Guo
2019-01-11  3:10 ` [rocko][PATCH v2 11/41] mc: Upgrade version to 10.12.0 C.r. Guo
2019-01-11  3:10 ` [rocko][PATCH v2 12/41] restool: update to 2b4dd21 C.r. Guo
2019-01-11  3:11 ` [rocko][PATCH v2 01/41] fmc: update to c7576ab C.r. Guo

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=1547176178-783-3-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.