deleted file mode 100644
@@ -1,14 +0,0 @@
-# Add a ROOTFS_POSTPROCESS_COMMAND that will strip the write_net_rules
-# executable from the file system. This will prevent the
-# 70-persistent-net.rules from being created. Not having this file
-# will allow moving SD cards between EVMs and similar boards such as
-# beaglebone and the EVM.
-
-ROOTFS_POSTPROCESS_COMMAND += "rootfs_rm_net_rules;"
-
-rootfs_rm_net_rules () {
- if [ -e ${IMAGE_ROOTFS}/lib/udev/write_net_rules ]
- then
- rm ${IMAGE_ROOTFS}/lib/udev/write_net_rules
- fi
-}
@@ -24,4 +24,4 @@ BAD_RECOMMENDATIONS += " \
"
BAD_RECOMMENDATIONS += "${@oe.utils.conditional("INIT_MANAGER", "sysvinit", "", "busybox-syslog", d)}"
-inherit core-image remove-net-rules
+inherit core-image
This isn't the issue it used to be, remove this bbclass. Signed-off-by: Andrew Davis <afd@ti.com> --- meta-arago-distro/classes/remove-net-rules.bbclass | 14 -------------- .../recipes-core/images/arago-image.inc | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 meta-arago-distro/classes/remove-net-rules.bbclass