meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-distro / classes / stx-postrun.bbclass
diff --git a/meta-starlingx/meta-stx-distro/classes/stx-postrun.bbclass b/meta-starlingx/meta-stx-distro/classes/stx-postrun.bbclass
deleted file mode 100644 (file)
index 7ba9cd3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-# This class is intended to include workarounds and finetuning of the rootfs
-# Most of the stuff in here needs to go else where.
-
-ROOTFS_POSTPROCESS_COMMAND_append = " stx_postprocess_rootfs;"
-# ETHDEV = "enp0s5"
-
-stx_postprocess_rootfs() {
-
-       # Issue: #83 /dev/root does not exist
-       # This workaround is to be removed once initramfs is added
-
-       cat > ${IMAGE_ROOTFS}/etc/udev/rules.d/99-dev-root-symlink.rules << \EOF
-KERNEL=="sda3", SYMLINK+="root"
-EOF
-}