x86,armsr: interpolate GRUB_SERIAL into /etc/inittab
authorPhilip Prindeville <philipp@redfish-solutions.com>
Wed, 13 Sep 2023 16:09:43 +0000 (10:09 -0600)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 19 Nov 2023 16:33:37 +0000 (17:33 +0100)
commitb10768476f9dc5178d0038e3877b14f95184e46e
tree2eaad3b9a740833ed7e8920e12c761f618b34846
parent5a64a482a24f79d246aea43191157aaf318622b8
x86,armsr: interpolate GRUB_SERIAL into /etc/inittab

Some platforms have their console on other ports than ttyS0, so
allow the developer to tailor this on bespoke platform images.

Fixes issue #13401.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
target/linux/armsr/base-files.mk [new file with mode: 0644]
target/linux/armsr/base-files/etc/inittab
target/linux/armsr/image/Makefile
target/linux/x86/base-files.mk [new file with mode: 0644]
target/linux/x86/base-files/etc/inittab
target/linux/x86/image/Makefile