mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
PRINC := "${@int(PRINC) + 2}"
|
|
|
|
# Generic patches
|
|
SRC_URI_append = " file://smsc95xx-randomize-mac-once.patch"
|
|
|
|
# Board specific patches
|
|
SRC_URI_append_imx233-olinuxino-maxi = " file://imx233-olinuxino.patch"
|
|
|