From 8915f467750cb551a37276d9ebb992ff98b5adc0 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Tue, 16 Jul 2019 15:23:35 +0800 Subject: [PATCH] dpl-examples: remove recipes Signed-off-by: Chunrong Guo --- .../dpl-examples/dpl-examples_git.bb | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 recipes-dpaa2/dpl-examples/dpl-examples_git.bb diff --git a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb deleted file mode 100644 index aca35a84..00000000 --- a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "Datapath layout examples" -LICENSE = "Freescale-EULA" -LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987" - -DEPENDS = "dtc-native" - -inherit deploy fsl-eula-unpack - -SRC_URI = "git://github.com/qoriq-open-source/dpl-examples.git;fsl-eula=true;nobranch=1" -SRCREV = "a6c83759c0d9c02822eec89e86357a0998ef51d4" - -S = "${WORKDIR}/git" - -REGLEX_ls2088a = "ls2088a" -REGLEX_ls1088a = "ls1088a" - -do_install () { - install -d ${D}/boot - install -m 644 ${S}/${REGLEX}/RDB/*.dtb ${D}/boot - install -m 644 ${S}/${REGLEX}/RDB/custom/*.dtb ${D}/boot -} - -do_deploy () { - install -d ${DEPLOYDIR}/dpl-examples - install -m 644 ${S}/${REGLEX}/RDB/*.dtb ${DEPLOYDIR}/dpl-examples - install -m 644 ${S}/${REGLEX}/RDB/custom/*.dtb ${DEPLOYDIR}/dpl-examples -} -addtask deploy before do_build after do_install - -PACKAGES += "${PN}-image" -FILES_${PN}-image += "/boot" - -COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -- 2.40.1