From 59d36c9832702989bfcca8a5af29fb2dff01efcc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 2 Aug 2021 11:01:05 -0700 Subject: layer: Convert to new override syntax Signed-off-by: Khem Raj --- recipes-dpaa2/aiopsl/aiopsl_git.bb | 6 +++--- recipes-dpaa2/dce/dce_git.bb | 2 +- recipes-dpaa2/management-complex/management-complex_10.14.1.bb | 8 ++++---- recipes-dpaa2/management-complex/management-complex_10.20.4.bb | 8 ++++---- recipes-dpaa2/management-complex/management-complex_10.24.0.bb | 10 +++++----- recipes-dpaa2/restool/restool_git.bb | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) (limited to 'recipes-dpaa2') diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.bb index a1b002893..e679c4884 100644 --- a/recipes-dpaa2/aiopsl/aiopsl_git.bb +++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb @@ -14,7 +14,7 @@ do_configure[noexec] = "1" do_compile[noexec] = "1" DEMOS_PATH_ls2088a = "LS2088A" -DEMOS_PATH_ls1088a = "LS1088A" +DEMOS_PATH:ls1088a = "LS1088A" do_install () { install -d ${D}/usr/aiop/bin @@ -24,8 +24,8 @@ do_install () { cp -rf ${S}/misc/setup/traffic_files/ ${D}/usr/aiop/ } -FILES_${PN} += "/usr/aiop/*" -INSANE_SKIP_${PN} += "arch" +FILES:${PN} += "/usr/aiop/*" +INSANE_SKIP:${PN} += "arch" INHIBIT_PACKAGE_STRIP = "1" INHIBIT_PACKAGE_DEBUG_SPLIT = "1" COMPATIBLE_MACHINE = "(ls2088a|ls1088a)" diff --git a/recipes-dpaa2/dce/dce_git.bb b/recipes-dpaa2/dce/dce_git.bb index 9984f0802..24b39a0b3 100644 --- a/recipes-dpaa2/dce/dce_git.bb +++ b/recipes-dpaa2/dce/dce_git.bb @@ -17,5 +17,5 @@ do_install () { oe_runmake install DESTDIR=${D} } -INSANE_SKIP_${PN} = "ldflags" +INSANE_SKIP:${PN} = "ldflags" COMPATIBLE_MACHINE = "(qoriq-arm64)" diff --git a/recipes-dpaa2/management-complex/management-complex_10.14.1.bb b/recipes-dpaa2/management-complex/management-complex_10.14.1.bb index ddb305c1a..456455ec6 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.14.1.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.14.1.bb @@ -12,9 +12,9 @@ SRCREV = "408110ee632f6291545b0b156cd74e7e3b4612cc" S = "${WORKDIR}/git" REGLEX_ls2088a = "ls2088a" -REGLEX_ls2080a = "ls2080a" -REGLEX_ls1088a = "ls1088a" -REGLEX_lx2160a = "lx2160a" +REGLEX:ls2080a = "ls2080a" +REGLEX:ls1088a = "ls1088a" +REGLEX:lx2160a = "lx2160a" do_install () { install -d ${D}/boot @@ -32,7 +32,7 @@ do_deploy () { addtask deploy before do_build after do_install PACKAGES += "${PN}-image" -FILES_${PN}-image += "/boot" +FILES:${PN}-image += "/boot" INHIBIT_PACKAGE_STRIP = "1" diff --git a/recipes-dpaa2/management-complex/management-complex_10.20.4.bb b/recipes-dpaa2/management-complex/management-complex_10.20.4.bb index 3e14a26ea..d50cacdca 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.20.4.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.20.4.bb @@ -12,9 +12,9 @@ SRCREV = "f73683596a7b72124d67b62e64f3dc2bb36b9321" S = "${WORKDIR}/git" REGLEX_ls2088a = "ls2088a" -REGLEX_ls2080a = "ls2080a" -REGLEX_ls1088a = "ls1088a" -REGLEX_lx2160a = "lx2160a" +REGLEX:ls2080a = "ls2080a" +REGLEX:ls1088a = "ls1088a" +REGLEX:lx2160a = "lx2160a" do_install () { install -d ${D}/boot @@ -32,7 +32,7 @@ do_deploy () { addtask deploy before do_build after do_install PACKAGES += "${PN}-image" -FILES_${PN}-image += "/boot" +FILES:${PN}-image += "/boot" INHIBIT_PACKAGE_STRIP = "1" diff --git a/recipes-dpaa2/management-complex/management-complex_10.24.0.bb b/recipes-dpaa2/management-complex/management-complex_10.24.0.bb index 17049a15e..fd41c36dd 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.24.0.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.24.0.bb @@ -12,10 +12,10 @@ SRCREV = "324817697a4c89a9a940fb7dba1b18909913ee20" S = "${WORKDIR}/git" REGLEX_ls2088a = "ls2088a" -REGLEX_ls2080a = "ls2080a" -REGLEX_ls1088a = "ls1088a" -REGLEX_lx2160a = "lx216xa" -REGLEX_lx2162a = "lx216xa" +REGLEX:ls2080a = "ls2080a" +REGLEX:ls1088a = "ls1088a" +REGLEX:lx2160a = "lx216xa" +REGLEX:lx2162a = "lx216xa" do_install () { install -d ${D}/boot @@ -33,7 +33,7 @@ do_deploy () { addtask deploy before do_build after do_install PACKAGES += "${PN}-image" -FILES_${PN}-image += "/boot" +FILES:${PN}-image += "/boot" INHIBIT_PACKAGE_STRIP = "1" diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index 66cea7ef3..5376d8f72 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb @@ -2,7 +2,7 @@ SUMMARY = "DPAA2 Resource Manager Tool" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=ec8d84e9cd4de287e290275d09db27f0" -RDEPENDS_${PN} += "bash dtc" +RDEPENDS:${PN} += "bash dtc" SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1" SRCREV = "8ddbe4c9559ffad5d7e5dd3cd5f00ceeff7f05d4" -- cgit v1.2.3-54-g00ecf