aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-10-28 13:04:40 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2015-10-28 13:36:53 +0000
commit99d5ab56adc469d6c8b755c8b78c418fff3b9d9f (patch)
tree846ba55d2a0cd9004acee217313be775f500913c /meta-linaro
parent5cc4441fb538d6f37b62d8ee7d204c882df487cb (diff)
linaro-image-lng: drop sysvinit fixup
Since we moved from sysvinit to systemd, we shouldn't need these fixups. Change-Id: I91b0764f34e02f94819b34c02542c3e8eacda929 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'meta-linaro')
-rw-r--r--meta-linaro/recipes-linaro/images/linaro-image-lng.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-linaro/recipes-linaro/images/linaro-image-lng.bb b/meta-linaro/recipes-linaro/images/linaro-image-lng.bb
index 6a7d6d24..a1a3d790 100644
--- a/meta-linaro/recipes-linaro/images/linaro-image-lng.bb
+++ b/meta-linaro/recipes-linaro/images/linaro-image-lng.bb
@@ -68,14 +68,6 @@ IMAGE_PREPROCESS_COMMAND_qemux86 += "qemux86_fixup;"
IMAGE_PREPROCESS_COMMAND_qemux86-64 += "qemux86_fixup;"
qemux86_fixup() {
- # Since we use autoserial, remove serial consoles
- # See sysvinit-inittab recipe
- sed -i '/2345:respawn:\/sbin\/getty/d' ${IMAGE_ROOTFS}/etc/inittab
-
- # Add a default network interface
- echo "auto eth0" >> ${IMAGE_ROOTFS}/etc/network/interfaces
- echo "iface eth0 inet dhcp" >> ${IMAGE_ROOTFS}/etc/network/interfaces
-
# The hostname can be changed by using
# hostname_pn-base-files = "linaro"
# See base-files recipe