]> code.ossystems Code Review - meta-freescale.git/commitdiff
hv-cfg: remove
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 31 Jan 2018 04:46:34 +0000 (12:46 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 6 Feb 2018 12:02:16 +0000 (10:02 -0200)
This pkg will not be supported anymore.

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-virtualization/hv-cfg/hv-cfg_git.bb [deleted file]

diff --git a/recipes-virtualization/hv-cfg/hv-cfg_git.bb b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
deleted file mode 100644 (file)
index 4f147d2..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-DESCRIPTION = "Hypervisor Config"
-SECTION = "hv-cfg"
-LICENSE = "BSD"
-PR = "r6"
-
-LIC_FILES_CHKSUM = " \
-       file://p2041rdb/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
-       file://p3041ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
-       file://p4080ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
-       file://p5020ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
-"
-
-DEPENDS += "dtc-native"
-
-# this package is specific to the machine itself
-INHIBIT_DEFAULT_DEPS = "1"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-inherit deploy
-
-SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git;branch=sdk-v2.0.x"
-SRCREV = "348748b2ce26258509997b19fead0dd7bba4dea4"
-
-S = "${WORKDIR}/git"
-
-HV_CFG_M ?= "${@d.getVar('MACHINE', True).replace('-64b','')}"
-HV_CFG_M_t1042 = "t1040rdb"
-
-do_install () {
-       make install
-
-       install -d ${D}/boot/hv-cfg
-       cp -r ${S}/${HV_CFG_M}/${HV_CFG_M}/* ${D}/boot/hv-cfg
-}
-
-do_deploy () {
-       install -d ${DEPLOYDIR}/hv-cfg
-       cp -r ${S}/${HV_CFG_M}/${HV_CFG_M}/* ${DEPLOYDIR}/hv-cfg
-}
-addtask deploy after do_install
-
-PACKAGES += "${PN}-image"
-FILES_${PN}-image += "/boot"
-
-COMPATIBLE_HOST_qoriq-ppc = ".*"
-COMPATIBLE_HOST ?= "(none)"
-ALLOW_EMPTY_${PN} = "1"