aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-append/netbase/netbase_5.0.bbappend
blob: fc4a86670cc3354134e73684d6664aa0ec8d2be1 (plain)
1
2
3
4
5
6
7
8
9
10
FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:"

SRC_URI_append_fsl += "file://71-fsl-dpaa-persistent-networking.rules"

do_install_append_fsl () {
	install -d ${D}${sysconfdir}/udev/rules.d/
	install -m 0644 ${WORKDIR}/71-fsl-dpaa-persistent-networking.rules ${D}${sysconfdir}/udev/rules.d
}

PRINC := "${@int(PRINC) + 1}"