blob: 113e6a69eaf293a50104c759c6df5d2e6e6847d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require ti-linuxutils.inc
SRC_URI += "file://linuxutils-BKL-fix-2.patch \
file://linuxutils_2_26-cmemk-fixes.patch \
file://linuxutils_2_26-sdmak-fixes.patch \
"
PE = "1"
PV = "2_26_01_02"
SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8"
SRC_URI[sha256sum] = "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2"
INSANE_SKIP_${PN} = "installed-vs-shipped"
COMPATIBLE_HOST ?= "null"
COMPATIBLE_HOST_ti-soc = "(.*)"
|