mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
initscripts: remove obsolete device_table.txt
device_table.txt was once used by an init script named 'devices' to create the basic files under /dev. However, it's no longer used now. The devices init script has been removed, and makedevs command has been disabled by default in busybox. Besides, considering the device managers and devtmpfs filesystem, this file is not likely to be used again. So we remove it. (From OE-Core rev: cc3842255ade0ad6fb312f06f5e5e1edd9767c94) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -26,7 +26,6 @@ SRC_URI = "file://functions \
|
||||
file://checkroot.sh \
|
||||
file://umountnfs.sh \
|
||||
file://sysfs.sh \
|
||||
file://device_table.txt \
|
||||
file://populate-volatile.sh \
|
||||
file://read-only-rootfs-hook.sh \
|
||||
file://volatiles \
|
||||
@@ -103,7 +102,6 @@ do_install () {
|
||||
#
|
||||
install -m 0755 ${WORKDIR}/banner.sh ${D}${sysconfdir}/init.d/banner.sh
|
||||
install -m 0755 ${WORKDIR}/umountfs ${D}${sysconfdir}/init.d/umountfs
|
||||
install -m 0755 ${WORKDIR}/device_table.txt ${D}${sysconfdir}/device_table
|
||||
#
|
||||
# Create runlevel links
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user