summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
AgeCommit message (Collapse)Author
2011-06-01linux-xilinx: kbuild Fix passing Wno options to gcc4.6aalonso/powerpcAdrian Alonso
* kbuild-Fix-passing-Wno-options-to-gcc-4.4.patch: * From kernel mailing list http://permalink.gmane.org/gmane.linux.kernel.next/16754 Starting with 4.4, gcc will happily accept -Wno-≤anything> in the cc-option test and complain later when compiling a file that has some other warning. This rather unexpected behavior is intentional as per http://gcc.gnu.org/PR28322, so work around it by testing for support of the opposite option (without the no-). Introduce a new Makefile function cc-disable-warning that does this and update two uses of cc-option in the toplevel Makefile. * Add Makefile option to disable warnings from unused-but-set-variable * linux-xilinx_git: * Include previous patch to SRC_URI * Increment PR Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2011-05-04linux-xilinx: remove srcrev versionAdrian Alonso
* Remove SRCREV predefined version in order to use AUTOREV from xilinx-preferred-versions file * Minor cleanups * Bump PR Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2011-05-04defconfig: spartan6-lx9mb kernel configAdrian Alonso
* Kernel config for spartan6-lx9mb target board * New file Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2011-05-04linux-xilinx: add spartan6-lx9mb to compatible listAdrian Alonso
* Add spartan6-lx9mb target board to compatible list * Remove DEFAULT_PREFERENCE settings since compatibility is determined by previous setting * Bumb PR Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2011-03-31linux-xilinx: use device_tree helper functionAdrian Alonso
* Use deveice_tree helper function for setting target dts source file instead of hardcodded value * Use xilinx-utils for identify the target board model find_board functions inspects the xilinx hardware project to find out the model board used. * Bump PR Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2011-03-16linux: fix dtb include pathAdrian Alonso
* Fix dtb include path * Remove unused settings Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2011-03-01linux-xilinx: update kernel versionAdrian Alonso
* Sync kernel version to 2.6.37 from xilinx repo * Add linux.inc to meta-xilinx layer (deprecated in main layer). * Increase PR Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2011-02-04defconfig: virtex5 config for linux 2.6.37.rc4Adrian Alonso
* Update defconfig for linux 2.6.37 rc4 * Enable xilinx spi driver Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2011-02-04defconfig: virtex4 config for linux 2.6.37.rc4Adrian Alonso
* Update defconfig for linux 2.6.37 rc4 * Enable xilinx spi driver Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2011-02-04linux-xilinx: add license files checksumAdrian Alonso
* Add LICENSE_FILES_CHKSUM information * Bump PR Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2011-02-04linux-xilinx: remove hardcoded include pathAdrian Alonso
* Remove hardcodded include path * Fix inherit xilinx-kernel for sw/hw integration * Remove configure prepend function, use default config mechanism * Bump PR Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2011-02-04linux-xilinx: update kernel version 2.6.37 rc4Adrian Alonso
* Update kernel version 2.6.37 rc4 * Remove xilinx frame buffer patch, integrated in 2.6.36 * Bump PR Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2010-12-08linux-xilinx: update to kernel 2.6.35Adrian Alonso
* Update to kernel 2.6.35 version * Add path linux-xilinx-do-not-use-OS-option.patch to * Fix error: Do not use -Os option if --enable-target-optspace is not set. * Gcc optospace options is disabled for powerpc machines * Bump PR Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
2010-09-10linux: rename dir structure for xilinx platforms kernel supportAdrian Alonso
* Rename dir structure following Poky guidelines * Update path inclusion for linux.inc * Increase PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>