From 912815e204566a0a3b8fbf3edc0ced2ca2d981dc Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 11 Jan 2019 03:14:17 +0000 Subject: [PATCH] mc: Upgrade version to 10.12.0 *update to lsdk 1812 tag include the following changes cdb5af4 - Add the prebuilt binaries of mc 10.12.0 release 840aa8e - Initial commit to add README Signed-off-by: Chunrong Guo --- ...nt-complex_10.10.0.bb => management-complex_10.12.0.bb} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename recipes-dpaa2/management-complex/{management-complex_10.10.0.bb => management-complex_10.12.0.bb} (81%) diff --git a/recipes-dpaa2/management-complex/management-complex_10.10.0.bb b/recipes-dpaa2/management-complex/management-complex_10.12.0.bb similarity index 81% rename from recipes-dpaa2/management-complex/management-complex_10.10.0.bb rename to recipes-dpaa2/management-complex/management-complex_10.12.0.bb index 2e02ba15..6b5d0a87 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.10.0.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.12.0.bb @@ -6,13 +6,14 @@ inherit deploy fsl-eula-unpack INHIBIT_DEFAULT_DEPS = "1" -SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;fsl-eula=true;nobranch=1" -SRCREV = "a71009e13b1e7dac9cffc708f62037e67985bbfc" +SRC_URI = "git://github.com/nxp/qoriq-mc-binary;fsl-eula=true;nobranch=1" +SRCREV = "cdb5af4b25ec1ee3e9d26ece41efaa1556b28bac" S = "${WORKDIR}/git" REGLEX_ls2088a = "ls2088a" REGLEX_ls1088a = "ls1088a" +REGLEX_lx2160a = "lx2160a" do_install () { install -d ${D}/boot @@ -34,6 +35,6 @@ FILES_${PN}-image += "/boot" INHIBIT_PACKAGE_STRIP = "1" -COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)" +COMPATIBLE_MACHINE = "(qoriq-arm64)" PACKAGE_ARCH = "${MACHINE_ARCH}" -- 2.40.1