diff options
-rw-r--r-- | recipes/images/trdx-extra.inc | 1 | ||||
-rw-r--r-- | recipes/trdx-config/trdx-config.bb | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 6cce401..07db912 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -71,7 +71,6 @@ IMAGE_INSTALL += " \ nbench-byte \ \ ${IMAGE_INSTALL_MACHINE} \ - trdx-config \ \ trdx-oak-sensors \ " diff --git a/recipes/trdx-config/trdx-config.bb b/recipes/trdx-config/trdx-config.bb deleted file mode 100644 index 2a4d772..0000000 --- a/recipes/trdx-config/trdx-config.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "setup files" -LICENSE = "Public Domain" -PR = "r5" - -inherit update-rc.d - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -SRC_URI = " file://inittab \ - file://udev-late-mount \ - file://COPYING \ - " -LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING;md5=1c3a7fb45253c11c74434676d84fe7dd" - -PACKAGES = "${PN}" - -FILES_${PN} += "${sysconfdir}/init.d/udev-late-mount" - -DEPENDS_${PN} += "update-rc.d" -RDEPENDS_${PN} += "update-rc.d" - -do_install () { - install -d ${D}${sysconfdir}/init.d - install -m 0644 ${WORKDIR}/inittab ${D}${sysconfdir} - install -m 0755 ${WORKDIR}/udev-late-mount ${D}${sysconfdir}/init.d -} - -INITSCRIPT_NAME = "udev-late-mount" -INITSCRIPT_PARAMS = "defaults 60" |