X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-distro%2Fclasses%2Fstx-postrun.bbclass;fp=meta-starlingx%2Fmeta-stx-distro%2Fclasses%2Fstx-postrun.bbclass;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=7ba9cd3ea1f9d4d19ad3dbb54b089bcb272aca08;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git 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 index 7ba9cd3..0000000 --- a/meta-starlingx/meta-stx-distro/classes/stx-postrun.bbclass +++ /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 -}