diff options
author | John Klug <john.klug@multitech.com> | 2019-03-19 11:57:39 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | 05ff86be0b41c5f082c777153b73c949a2e07637 (patch) | |
tree | 6c6af1be86e990eaf2a6c47165dd5e6cdd0a41c8 /recipes-kernel/rs9113/rs9113.inc | |
parent | 49cacf2e9736cc4e1bd228f630e2fcf3b036b2b7 (diff) | |
download | meta-multitech-05ff86be0b41c5f082c777153b73c949a2e07637.tar.gz meta-multitech-05ff86be0b41c5f082c777153b73c949a2e07637.tar.bz2 meta-multitech-05ff86be0b41c5f082c777153b73c949a2e07637.zip |
rs9113 startup moved to package rs9113-autostart
Diffstat (limited to 'recipes-kernel/rs9113/rs9113.inc')
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index 80025d6..a229f20 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -8,9 +8,11 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" # noarch contains the init script and configuration for the driver and # the firmware file (firmware/*.rps). -PACKAGES = "${PN}-utils-extra ${PN}-misc kernel-module-${PN} ${PN}-util ${PN}-dbg ${PN}-noarch" +PACKAGES = "${PN}-utils-extra ${PN}-misc kernel-module-${PN} ${PN}-util ${PN}-dbg ${PN}-noarch ${PN}-autostart" +ALLOW_EMPTY_${PN}-autostart = "1" PACKAGE_ARCH_${PN}-noarch = "all" PACKAGE_ARCH_${PN}-misc = "all" +PACKAGE_ARCH_${PN}-autostart = "all" PACKAGE_ARCH_${PN}-util = "${TUNE_PKGARCH}" PACKAGE_ARCH_${PN}-utils-extra = "${TUNE_PKGARCH}" PACKAGE_ARCH_${PN}-dbg = "${TUNE_PKGARCH}" @@ -20,9 +22,9 @@ RDEPENDS_${PN}-misc = "bash" DR = "${DL_DIR}/rs9113-ipk" FILESEXTRAPATHS_append := "${DR}:" -INITSCRIPT_PACKAGES = "${PN}-noarch" -INITSCRIPT_NAME_${PN}-noarch = "rs9113" -INITSCRIPT_PARAMS_${PN}-noarch = "start 50 S ." +INITSCRIPT_PACKAGES = "${PN}-autostart" +INITSCRIPT_NAME_${PN}-autostart = "rs9113" +INITSCRIPT_PARAMS_${PN}-autostart = "start 50 S ." BB_STRICT_CHECKSUM = "0" |