[yocto] package install in using INITSCRIPT_PARAMS

Insop Song insop.song at gmail.com
Thu Dec 26 16:26:14 PST 2013


Hi,

I've use the following to set up SystemV init.d configuration and it
works fine for full root file system generation.

----------------------------------------------------------------
my example>

INITSCRIPT_NAME = "startwifi"
INITSCRIPT_PARAMS = "start 99 S ."

----------------------------------------------------------------

However, if I don't include the above application as part of the image
and later install it using RPM installation (busybox rpm), then
"/etc/rcS" is not set up on rpm installation.

I'd think that this should be set upon rpm installation as well.
What do you think?

Thank you,

Insop



My build env
-------------------------------------------------------------------
Build Configuration:
BB_VERSION        = "1.18.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "powerpc-fsl_networking-linux"
MACHINE           = "b4860qds"
DISTRO            = "fsl-networking"
DISTRO_VERSION    = "1.4.1"
TUNE_FEATURES     = "m32 fpu-hard e6500 altivec"
TARGET_FPU        = "hard"
meta
meta-yocto
meta-yocto-bsp    = "(nobranch):5130199a19fd7410003001e99ca736699a350f10"
meta-fsl-ppc      = "(nobranch):77d0e8f5455830a813fa5a823e37da990eec3635"
meta-fsl-ppc-toolchain = "(nobranch):8ec94cec04527cb971c125b1ddd2c5375034d723"
meta-virtualization = "(nobranch):ad6df4f59cd7646f61db29e8fa51f878329d6f93"
meta-fsl-networking = "(nobranch):04ff616e1b6e97b7d9497adfe7b858d0e969135b"
meta-oe
meta-networking   = "(nobranch):7c8dd8f096b64a709175d37a08a4fb02ca263616"



More information about the yocto mailing list