From cd773422f2ef07b5db6fdc1ef10014ce3e94a27c Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 14 Oct 2019 17:22:56 +0800 Subject: mc: update to 249c325 *update to lsdk 1909 tag include the following changes: 249c325 - Add the prebuilt binaries of mc 10.18.0 release 3173855 - Add the prebuilt binaries of mc 10.17.0 release *Upgrade version to 10.18.0 Signed-off-by: Chunrong Guo --- .../management-complex_10.16.2.bb | 40 ---------------------- .../management-complex_10.18.0.bb | 40 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 recipes-dpaa2/management-complex/management-complex_10.16.2.bb create mode 100644 recipes-dpaa2/management-complex/management-complex_10.18.0.bb diff --git a/recipes-dpaa2/management-complex/management-complex_10.16.2.bb b/recipes-dpaa2/management-complex/management-complex_10.16.2.bb deleted file mode 100644 index 435544ad6..000000000 --- a/recipes-dpaa2/management-complex/management-complex_10.16.2.bb +++ /dev/null @@ -1,40 +0,0 @@ -SUMMARY = "DPAA2 Management Complex Firmware" -LICENSE = "NXP-Binary-EULA" -LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=73d4b970c18882e229e4bf1ada5bb8d6" - -inherit deploy fsl-eula-unpack - -INHIBIT_DEFAULT_DEPS = "1" - -SRC_URI = "git://github.com/nxp/qoriq-mc-binary;fsl-eula=true;nobranch=1" -SRCREV = "f72b978873af6c7cd0fd92b793363506411c102c" - -S = "${WORKDIR}/git" - -REGLEX_ls2088a = "ls2088a" -REGLEX_ls1088a = "ls1088a" -REGLEX_lx2160a = "lx2160a" - -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 = "(qoriq-arm64)" -PACKAGE_ARCH = "${MACHINE_ARCH}" - diff --git a/recipes-dpaa2/management-complex/management-complex_10.18.0.bb b/recipes-dpaa2/management-complex/management-complex_10.18.0.bb new file mode 100644 index 000000000..6b3feace4 --- /dev/null +++ b/recipes-dpaa2/management-complex/management-complex_10.18.0.bb @@ -0,0 +1,40 @@ +SUMMARY = "DPAA2 Management Complex Firmware" +LICENSE = "NXP-Binary-EULA" +LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=73d4b970c18882e229e4bf1ada5bb8d6" + +inherit deploy fsl-eula-unpack + +INHIBIT_DEFAULT_DEPS = "1" + +SRC_URI = "git://github.com/nxp/qoriq-mc-binary;fsl-eula=true;nobranch=1" +SRCREV = "249c3259accb6ad940cdf09db7d9f7885432ef45" + +S = "${WORKDIR}/git" + +REGLEX_ls2088a = "ls2088a" +REGLEX_ls1088a = "ls1088a" +REGLEX_lx2160a = "lx2160a" + +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 = "(qoriq-arm64)" +PACKAGE_ARCH = "${MACHINE_ARCH}" + -- cgit v1.2.3-54-g00ecf