mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00

This includes the kernel configuration plus a fix, backported from 2.6.36 kernel, to fix smsc95xx support for MAC configuring at run time. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
PRINC := "${@int(PRINC) + 1}"
|
|
|
|
# Generic patches
|
|
SRC_URI_append = " file://smsc95xx-randomize-mac-once.patch"
|
|
|
|
# Board specific patches
|
|
SRC_URI_append_imx233-olinuxino-maxi = " file://imx233-olinuxino.patch"
|
|
|