summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* Update devicetree list for cyclone5 to include de0 boardDalon Westergreen2016-03-104-2/+10
| | | | | -> Add de0 board device tree to default list -> disable de0 dts for 4.0/4.1/4.2 kernels
* Use KBUILD_DEFCONFIG instead of in recipe kernel metadata for kernel ↵Dalon Westergreen2016-03-0923-486/+2
| | | | configuration. Use of in kernel source defconfigs will create tested configurations of the kernel, and still allow additional features to be enabled using cfg files
* Update kernel recipes for ltsi, dev, 4.2, and 4.3 kernelsDalon Westergreen2016-03-0910-19/+20
| | | | | | | - Update SRCREV for 3.10 ltsi, 3.10 ltsi-rt, 4.2, 4.3 kernels - Add new 4.4 recipe - Move development kernel recipe to 4.4 branch and remove 4.3 development recipe - Add new recipes for 4.1 ltsi kernel, and 4.1 ltsi development kernel
* Update to add support for the kernel v4.3Yves Vandervennet2016-02-172-1/+6
| | | | | | | | - recipes for the stable and development configurations - removed development recipe for 4.2 Signed-off-by: Yves Vandervennet <yvanderv@opensource.altera.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Add Altera 10m50 GHRD supportMarek Vasut2016-01-252-0/+1457
| | | | | | | | | | | | Add support for the Altera 10M50 development kit with the nios2 GHRD. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Khem Raj <raj.khem@gmail.com> Cc: Ley Foon Tan <lftan@altera.com> Cc: Thomas Chou <thomas@wytron.com.tw> Cc: Walter Goossens <waltergoossens@home.nl> Cc: Yves Vandervennet <yvanderv@opensource.altera.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nios2: Upgrade to linux-yocto 4.4Marek Vasut2016-01-251-0/+0
| | | | | | | | | | | | | Upgrade the generic nios2 machine to linux-yocto 4.4 . The new kernel version contains considerable amount of nios2 improvements. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Khem Raj <raj.khem@gmail.com> Cc: Ley Foon Tan <lftan@altera.com> Cc: Thomas Chou <thomas@wytron.com.tw> Cc: Walter Goossens <waltergoossens@home.nl> Cc: Yves Vandervennet <yvanderv@opensource.altera.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* u-boot,altera-ltsi-rt: Update to working SHA idIlya Katsnelson2016-01-251-1/+1
| | | | | | | Fix the name of the machine in the comments for Arria10 Signed-off-by: Ilya Katsnelson <ikatsnelson@vmem.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update linux-altera-ltsi_3.10.bbStefan2016-01-231-1/+1
| | | update patch which is searched as I got the following ERROR: Fetcher failure: Unable to find revision bcf9c6441ec6e785ec1c829b4650a582b5e7559e in branch socfpga-3.10-ltsi even from upstream
* Add generic-nios2 machine to meta-alteraMarek Vasut2015-12-062-0/+99
| | | | | | | | | | | | | | Add support for the Altera NIOS2 architecture and a generic machine config. Also add Linux kernel defconfig for linux-yocto 4.1 package. Heavily based on work by Walter Goossens <waltergoossens@home.nl> Signed-off-by: Marek Vasut <marex@denx.de> Cc: Khem Raj <raj.khem@gmail.com> Cc: Ley Foon Tan <lftan@altera.com> Cc: Thomas Chou <thomas@wytron.com.tw> Cc: Walter Goossens <waltergoossens@home.nl> Cc: Yves Vandervennet <yvanderv@opensource.altera.com>
* Add EDAC and A10SYSCON to default kernel configurationDalon Westergreen2015-11-152-0/+12
|
* Add linux-altera-dev linux-altera-ltsi-dev and linux-altera-ltsi-rt-devDalon Westergreen2015-11-153-0/+7
|
* Set SRCREV for all kernel versions and add dev versions to follow AUTOREVDalon Westergreen2015-11-137-0/+20
|
* Move KERNEL_DEVICETREE back to linux recipesDalon Westergreen2015-11-126-5/+16
|
* Clean up KERNEL_DEVICETREE in machine conf and kernel recipesDalon Westergreen2015-11-125-10/+0
|
* Move KERNEL_DEVICETREE to linux recipesDalon Westergreen2015-11-115-0/+15
|
* Update linux-altera kernel recipesDalon Westergreen2015-11-1132-128/+503
|
* Build kernels properly in YP1.8Ben Fleming2015-07-061-9/+11
| | | | | | | | Made changes recommended in http://www.yoctoproject.org/docs/1.8/ref- manual/ref-manual.html#migration-1.8-kernel-build-changes to ensure make runs in the proper directory. Signed-off-by: Ben Fleming <bfleming@meteorcomm.com>
* Fix Altera Linux kernel recipe for Fido 1.8student2015-06-231-4/+4
|
* linux-altera: Restrict the recipes only for altera machinesKhem Raj2015-05-274-4/+6
| | | | | | | arria5 and cyclone5 for now are only ones supported in layer Remove executable mod on the recipe files Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-altera: Remove incorrect COMPATIBLE_MACHINEKhem Raj2014-09-204-9/+7
| | | | | | beautify ?= Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Yocto layer for Altera's SoCFPGAYves Vandervennet2014-09-206-0/+138
Signed-off-by: Yves Vandervennet <yvanderv@opensource.altera.com>