diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:17 +0000 |
---|---|---|
committer | Daiane Angolini <daiane.angolini@nxp.com> | 2019-01-11 14:31:49 +0000 |
commit | bb0f2f2aa72af0d4fac9b10a28d3cbdb99b0c26a (patch) | |
tree | d4d4b52efac1189d5feafd557d00b91287a129e7 | |
parent | fa32f46677c16f62f359e6dabdf8cab00bb140db (diff) | |
download | meta-freescale-bb0f2f2aa72af0d4fac9b10a28d3cbdb99b0c26a.tar.gz |
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 <chunrong.guo@nxp.com>
-rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.12.0.bb (renamed from recipes-dpaa2/management-complex/management-complex_10.10.0.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-dpaa2/management-complex/management-complex_10.10.0.bb b/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 | |||
6 | 6 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;fsl-eula=true;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;fsl-eula=true;nobranch=1" |
10 | SRCREV = "a71009e13b1e7dac9cffc708f62037e67985bbfc" | 10 | SRCREV = "cdb5af4b25ec1ee3e9d26ece41efaa1556b28bac" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | REGLEX_ls2088a = "ls2088a" | 14 | REGLEX_ls2088a = "ls2088a" |
15 | REGLEX_ls1088a = "ls1088a" | 15 | REGLEX_ls1088a = "ls1088a" |
16 | REGLEX_lx2160a = "lx2160a" | ||
16 | 17 | ||
17 | do_install () { | 18 | do_install () { |
18 | install -d ${D}/boot | 19 | install -d ${D}/boot |
@@ -34,6 +35,6 @@ FILES_${PN}-image += "/boot" | |||
34 | 35 | ||
35 | INHIBIT_PACKAGE_STRIP = "1" | 36 | INHIBIT_PACKAGE_STRIP = "1" |
36 | 37 | ||
37 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)" | 38 | COMPATIBLE_MACHINE = "(qoriq-arm64)" |
38 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 39 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
39 | 40 | ||