Multiple INITSCRIPT Questions

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multiple INITSCRIPT Questions

1,268 Views
stevenyu
Contributor III

Hi Support,

We try to modify sources/poky/meta/recipes-core/udev/eudev_3.1.5.bb, and add below lines. The result is mymount has been put to /etc/init.d already, but it is not in /etc/rc5.d ! After checking with many Internet Yocto document, we still cannot find the reason. Do you know what do we miss?

Regards,

Steven Yu

# sources/poky/meta/recipes-core/udev/eudev_3.1.5.bb #

SRC_URI = 

...
file://mymount \

...

install -d ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/mymount ${D}${sysconfdir}/init.d/mymount

# add mymount in INITSCRIPT_PACKAGES

INITSCRIPT_PACKAGES = "eudev udev-cache mymount"
INITSCRIPT_NAME_eudev = "udev"
INITSCRIPT_PARAMS_eudev = "start 04 S ."
INITSCRIPT_NAME_udev-cache = "udev-cache"
INITSCRIPT_PARAMS_udev-cache = "start 36 S ."

# add below two lines for mymount
INITSCRIPT_NAME_mymount = "mymount"
INITSCRIPT_PARAMS_mymount = "start 01 2 3 4 5 . stop 20 0 6 1 ."

Labels (1)
0 Kudos
1 Reply

800 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Steven Yu,

Have you found a fix for this? There are a couple of threads on the communities that may help like for example the following:

https://community.nxp.com/thread/394712

Regards,

0 Kudos