summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb')
-rw-r--r--yocto-poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/yocto-poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/yocto-poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb
deleted file mode 100644
index 5c30bd510..000000000
--- a/yocto-poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "Device formfactor information"
-SECTION = "base"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
- file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-PR = "r45"
-
-SRC_URI = "file://config file://machconfig"
-S = "${WORKDIR}"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-INHIBIT_DEFAULT_DEPS = "1"
-
-do_install() {
- # Install file only if it has contents
- install -d ${D}${sysconfdir}/formfactor/
- install -m 0644 ${S}/config ${D}${sysconfdir}/formfactor/
- if [ -s "${S}/machconfig" ]; then
- install -m 0644 ${S}/machconfig ${D}${sysconfdir}/formfactor/
- fi
-}
OpenPOWER on IntegriCloud