summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
index 7d5e9366ec..0ef9532e3a 100644
--- a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
+++ b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
@@ -7,6 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
7 file://COPYRIGHT;endline=15;md5=349c872e0066155e1818b786938876a4" 7 file://COPYRIGHT;endline=15;md5=349c872e0066155e1818b786938876a4"
8PR = "r1" 8PR = "r1"
9 9
10# Need to set this since it has machine specific components
11PACKAGE_ARCH = "${MACHINE_ARCH}"
12
10# USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf. 13# USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
11# Set PACKAGE_ARCH appropriately. 14# Set PACKAGE_ARCH appropriately.
12PACKAGE_ARCH_${PN}-inittab = "${MACHINE_ARCH}" 15PACKAGE_ARCH_${PN}-inittab = "${MACHINE_ARCH}"