From 069a29886eefd7adb7d79f8e8be80d6a89608843 Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Mon, 10 Feb 2020 15:47:17 +0100 Subject: management-complex: update 10.18.0 -> 10.20.1 Since LDSK-19.09.311219 is out and contains updated u-boot-qoriq, atf, rcw and so on, take care of management-complex firmware, too. Signed-off-by: Jens Rehsack --- .../management-complex_10.18.0.bb | 41 ---------------------- .../management-complex_10.20.1.bb | 41 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 recipes-dpaa2/management-complex/management-complex_10.18.0.bb create mode 100644 recipes-dpaa2/management-complex/management-complex_10.20.1.bb diff --git a/recipes-dpaa2/management-complex/management-complex_10.18.0.bb b/recipes-dpaa2/management-complex/management-complex_10.18.0.bb deleted file mode 100644 index f21b27e7..00000000 --- a/recipes-dpaa2/management-complex/management-complex_10.18.0.bb +++ /dev/null @@ -1,41 +0,0 @@ -SUMMARY = "DPAA2 Management Complex Firmware" -LICENSE = "NXP-Binary-EULA" -LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=73d4b970c18882e229e4bf1ada5bb8d6" - -inherit deploy - -INHIBIT_DEFAULT_DEPS = "1" - -SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1" -SRCREV = "249c3259accb6ad940cdf09db7d9f7885432ef45" - -S = "${WORKDIR}/git" - -REGLEX_ls2088a = "ls2088a" -REGLEX_ls2080a = "ls2080a" -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.20.1.bb b/recipes-dpaa2/management-complex/management-complex_10.20.1.bb new file mode 100644 index 00000000..2bdb768a --- /dev/null +++ b/recipes-dpaa2/management-complex/management-complex_10.20.1.bb @@ -0,0 +1,41 @@ +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;nobranch=1" +SRCREV = "eee09c4d82b04cdd8c11b9427b146cfb040355c7" + +S = "${WORKDIR}/git" + +REGLEX_ls2088a = "ls2088a" +REGLEX_ls2080a = "ls2080a" +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