aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2015-07-17recipes-kernel: linux: Update to 4.1.x (using the upstream branch)Romain Perier
2015-07-14recipes-kernel: linux: Change COMPATIBLE_MACHINE to match new naming rulesRomain Perier
2015-06-20recipes-kernel: linux-next: Update to lastest upstream tagRomain Perier
2015-06-20recipes-kernel: linux-next: Add features required by systemd to defconfigRomain Perier
2015-06-20Porting machines to linux-dtb.inc by using variable KERNEL_DEVICETREERomain Perier
linux-petitboot and linux and changed too
2015-04-21recipes-kernel: linux-petitboot: Backport gmac activation on firefly-rk3288Romain Perier
2015-04-19recipes-kernel: linux: New recipe which builds a minimal linux kernel image ↵Romain Perier
embedding an initramfs with Petitboot
2015-04-19recipes-kernel: linux: Add new recipe for Linux 4.0Romain Perier
2015-04-19recipes-kernel: linux-next: Update to lastest upstream tagRomain Perier
2015-04-19recipes-kernel: linux: Renamed linux_4.1 to linux-nextRomain Perier
2015-04-01recipes-kernel: linux: 3.21 -> 4.1Romain Perier
2015-04-01recipes-kernel: linux: Bump to lastest upstream tagRomain Perier
2015-02-14recipes-kernel: linux: Change version from 3.20 to 3.21Romain Perier
2015-02-14conf: machine: firefly: Use the right devicetree board now it is present on ↵Romain Perier
upstream
2015-02-14recipes-kernel: linux: Use the same defconfig for RK3188,RK3066 and RK3288Romain Perier
2015-02-14recipes-kernel: linux: Switch to lastest upstream tagRomain Perier
2015-01-23recipes-kernel: linux: Switch to lastest upstream tagRomain Perier
2015-01-23recipes-kernel: linux: Rename linux_3.19.bb to linux_3.20.bbRomain Perier
As 3.18 is released, linux-next is now the future 3.20
2015-01-23recipes-kernel: linux: Switch to lastest upstream tagRomain Perier
2015-01-23recipes-kernel: linux: Switch to lastest upstream tagRomain Perier
2015-01-23recipes-kernel: linux: Change the way tags are retrievedRomain Perier
By default the git fetcher try to find a tag attached to a branch (master for us). This is not true with linux-next as only the current tag is attached to master, other ones are still actives and maintained but detached. Adding argument "nobranch=1" to SRC_URI fixes this issue. Then, we need to define the commit id in SRCREV. In this way, we can checkout any active tag from next (as there are present during 2 months, this is useful).
2015-01-23recipes-kernel: linux: Use the same defconfig for RK30xx and RK31xx SoCsRomain Perier
2015-01-23recipies-kernel: linux: Switch to lastest upstream tagRomain Perier
2015-01-23recipies-kernel: linux: Make this recipe work with yocto next "dizzy"Romain Perier
2015-01-23recipies-kernel: linux: Add initial support for the MarsBoard RK3066Romain Perier
2015-01-23recipes-kernel: linux: Add support for selecting the right DTB from machine confRomain Perier
Add variable KERNEL_DEVICETREE_NAME. It must be set from the machine configuration file and contain the devicetree base name to be built.
2015-01-23recipies-kernel/linux: No longer use LINUX_VERSION_EXTENSION.Romain Perier
This version is already generated by linux build system and concatenated to the current version (for next).
2015-01-23recipes-kernel: Switch linux-next to 3.19 with lastest upstream tagRomain Perier
2015-01-23Adding recipies for linux mainlineRomain Perier
We use linux-next as most of the interesting features for Rockchip SoCs are merged and planned for next release.
2014-05-05linux-rockchip-3.0.inc: use consistent indentation with 4 spacesJulien Chauveau
cf. http://www.openembedded.org/wiki/Styleguide#Format_Guidelines
2014-05-04Integrating initrd image generation to linux-rockchip-3.0.inc .Romain Perier
This is related to issue #3.
2014-04-27Making the BSP Layer compatible with the daisy release (v1.6).Romain Perier
Adding necessary changes in linux-rockchip-3.0.inc in order to make it work with last kernel.bbclass
2014-04-27linux-rockchip-3.0.inc: Use oe_runmake instead of make directlyRomain Perier
2014-04-27Moving mkbootimg-native from recipes-kernel to recipes-support.Romain Perier
This is a better section because these tools will be used for packing some parts of the resulting image (and not only the kernel).
2014-04-26Adding new recipes for mkbootimgRomain Perier
2014-04-11Add generic configuration machine for rk3188Julien CHAUVEAU
2014-04-07Fix arch QA issuesJulien CHAUVEAU
2014-04-07Configure branch / defconfigJulien CHAUVEAU
2014-04-07Fix SRCREV invalid valueJulien CHAUVEAU
2014-04-06Update linux kernel branch name: 'radxa-rock/linux'Julien Chauveau
2014-04-04Initial commitJulien CHAUVEAU