generic-poky/meta-sysmocom-bsp/recipes-bsp/netbase/init-ifupdown_sysmocom.inc

9 lines
362 B
C++

# TODO: When dropping netbase for edison we can rename it
SYSMOCOM := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESEXTRAPATHS_prepend := "${SYSMOCOM}/netbase-${PV}:${SYSMOCOM}/netbase:"
PRINC = "4"
# systemd does not look at /etc/rcS.d for the script. Make sure
# there is a symlink available
INITSCRIPT_PARAMS = "start 40 S 2 . stop 40 0 6 1 ."