diff options
Diffstat (limited to 'recipes/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb b/recipes/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb new file mode 100644 index 0000000000..e8051dde22 --- /dev/null +++ b/recipes/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb @@ -0,0 +1,13 @@ +# 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. + +DEFAULT_PREFERENCE = "-1" + +require gcc-cross-initial_csl-arm-2005q3.bb +require gcc-cross-kernel.inc + +PR = "r3" + +SRC_URI += "file://gcc-3.4.4-makefile-fix.patch;patch=1" + |