summaryrefslogtreecommitdiff
path: root/recipes-core/base-files/fstab-at91_1.0.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-07-28 10:55:23 -0500
committerJohn Klug <john.klug@multitech.com>2021-07-28 10:55:23 -0500
commitcc36ba03134419a638ffa00d84be2e3c8f9ec386 (patch)
treebe6d1153d7cd4b53fbbcd22fcc12cf2d6c3628f6 /recipes-core/base-files/fstab-at91_1.0.bb
parent31995639efffcc31e0ec82554bedc5e72897f259 (diff)
downloadmeta-mlinux-atmel-cc36ba03134419a638ffa00d84be2e3c8f9ec386.tar.gz
meta-mlinux-atmel-cc36ba03134419a638ffa00d84be2e3c8f9ec386.tar.bz2
meta-mlinux-atmel-cc36ba03134419a638ffa00d84be2e3c8f9ec386.zip
fstab now based on file system type for Atmel and NXP
Diffstat (limited to 'recipes-core/base-files/fstab-at91_1.0.bb')
-rw-r--r--recipes-core/base-files/fstab-at91_1.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-core/base-files/fstab-at91_1.0.bb b/recipes-core/base-files/fstab-at91_1.0.bb
deleted file mode 100644
index cd2102a..0000000
--- a/recipes-core/base-files/fstab-at91_1.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-inherit allarch
-PR = "r1"
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PROVIDES = "fstab"
-DEPENDS = "base-files"
-RDEPENDS_${PN} = "base-files"
-
-SRC_URI = "file://fstab"
-
-FILES_${PN} = "${sysconfdir}/fstab"
-
-do_install() {
- install -d ${D}${sysconfdir}
- install -m 0644 ${WORKDIR}/fstab ${D}${sysconfdir}
-}