From: Chunrong Guo Date: Fri, 28 Jul 2017 07:44:11 +0000 (+0800) Subject: mc :update to 10.2.2 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=15bf9e750c3bb22c3b3401f09e2bff4246dc2789;p=meta-freescale.git mc :update to 10.2.2 Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/recipes-dpaa2/management-complex/management-complex_10.1.2.bb b/recipes-dpaa2/management-complex/management-complex_10.2.2.bb similarity index 65% rename from recipes-dpaa2/management-complex/management-complex_10.1.2.bb rename to recipes-dpaa2/management-complex/management-complex_10.2.2.bb index e5fe33b9..a6377547 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.1.2.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.2.2.bb @@ -6,19 +6,22 @@ inherit deploy INHIBIT_DEFAULT_DEPS = "1" -SRC_URI = "git://git.freescale.com/ppc/sdk/mc-binary.git;nobranch=1" -SRCREV = "10db0dfa51c8aa6308d7986355bb8b1a3a34d298" +SRC_URI = "git://github.com/qoriq-open-source/mc-binary.git;nobranch=1" +SRCREV = "5798f9c2ec0f3b1f2a7a67dc666c87ae3ade837b" S = "${WORKDIR}/git" +REGLEX_ls2088a = "ls2088a" +REGLEX_ls1088a = "ls1088a" + do_install () { install -d ${D}/boot - install -m 755 ${S}/ls2080a/*.itb ${D}/boot + install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot } do_deploy () { install -d ${DEPLOYDIR}/mc_app - install -m 755 ${S}/ls2080a/*.itb ${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 @@ -31,6 +34,6 @@ FILES_${PN}-image += "/boot" INHIBIT_PACKAGE_STRIP = "1" -COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a)" +COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)" PACKAGE_ARCH = "${MACHINE_ARCH}"