blob: 1b7cf3cc27cec9f9957a8b36456fc68abb646e43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require oprofile.inc
PR = "${INC_PR}.0"
SRC_URI += "\
file://armv6_fix.patch;patch=1 \
file://oparchive_fix.patch;patch=1 \
file://root_option.patch;patch=1 \
file://opstart.patch;patch=1 \
file://fix-arith.patch;patch=1;pnum=0 \
file://gcc43x-fix.patch;patch=1 \
file://armv7a.diff;patch=1"
|