diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb b/meta/recipes-devtools/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb new file mode 100644 index 0000000000..6dbb19cec9 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb @@ -0,0 +1,15 @@ +# This kernel compiler is required by the Freecom FSG-3 machine +# This kernel compiler is required by the Nokia tablets +# Please talk to Rod Whitby and Richard Purdie before considering removing this file. + +require gcc-csl-arm-2005q3.inc +require gcc-cross.inc +require gcc-cross-initial.inc +require gcc-cross-kernel.inc + +DEFAULT_PREFERENCE = "-1" + +PR = "r1" + +SRC_URI += "file://gcc-3.4.4-makefile-fix.patch;patch=1" + |