Commit Graph

256 Commits

Author SHA1 Message Date
Romain Perier
c27546822b recipes-kernel: linux-next: Update to lastest upstream tag 2015-04-19 16:12:57 +00:00
Romain Perier
3a03d3754c recipes-kernel: linux: Renamed linux_4.1 to linux-next 2015-04-19 16:11:12 +00:00
Romain Perier
7466dbc58d recipes-kernel: linux: 3.21 -> 4.1 2015-04-01 16:22:58 +00:00
Romain Perier
a16f107a3e recipes-kernel: linux: Bump to lastest upstream tag 2015-04-01 16:22:07 +00:00
Romain Perier
2e847797ef recipes-kernel: linux: Change version from 3.20 to 3.21 2015-02-14 10:11:26 +00:00
Romain Perier
f2d938fbb3 conf: machine: firefly: Use the right devicetree board now it is present on upstream 2015-02-14 10:09:33 +00:00
Romain Perier
5d87a47878 recipes-kernel: linux: Use the same defconfig for RK3188,RK3066 and RK3288 2015-02-14 10:08:01 +00:00
Romain Perier
8c0c4dd05d recipes-kernel: linux: Switch to lastest upstream tag 2015-02-14 10:06:58 +00:00
Romain Perier
7e0717ad1e recipes-support: Add new package rules for rkflashtool 2015-01-23 17:20:28 +00:00
Romain Perier
d9f365fc7c Add machine configuration file for the Firefly RK3288 2015-01-23 17:20:28 +00:00
Romain Perier
e4758a1af7 recipes-kernel: linux: Switch to lastest upstream tag 2015-01-23 17:20:28 +00:00
Romain Perier
df8031706e recipes-kernel: linux: Rename linux_3.19.bb to linux_3.20.bb
As 3.18 is released, linux-next is now the future 3.20
2015-01-23 17:20:28 +00:00
Romain Perier
64cad35c77 recipes-kernel: linux: Switch to lastest upstream tag 2015-01-23 17:20:28 +00:00
Romain Perier
0af3baa5ab machine: mars-board: Use rk3066a-marsboard.dts, now it is merged upstream 2015-01-23 17:20:28 +00:00
Romain Perier
fa0e1b80d3 recipes-kernel: linux: Switch to lastest upstream tag 2015-01-23 17:20:28 +00:00
Romain Perier
e30070efce recipes-kernel: linux: Change the way tags are retrieved
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-23 17:20:28 +00:00
Romain Perier
64da4bc47c recipes-kernel: linux: Use the same defconfig for RK30xx and RK31xx SoCs 2015-01-23 17:20:28 +00:00
Romain Perier
f2e04fa016 recipies-kernel: linux: Switch to lastest upstream tag 2015-01-23 17:20:28 +00:00
Romain Perier
f402515318 recipies-kernel: linux: Make this recipe work with yocto next "dizzy" 2015-01-23 17:20:28 +00:00
Romain Perier
9dbecaae67 recipies-kernel: linux: Add initial support for the MarsBoard RK3066 2015-01-23 17:20:28 +00:00
Romain Perier
cb5c395d47 Add machine configuration file for the MarsBoard RK3066 2015-01-23 17:20:28 +00:00
Romain Perier
92d2d73d57 recipes-kernel: linux: Add support for selecting the right DTB from machine conf
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-23 17:20:28 +00:00
Romain Perier
04b3be2714 recipies-kernel/linux: No longer use LINUX_VERSION_EXTENSION.
This version is already generated by linux build system and concatenated to the
current version (for next).
2015-01-23 17:20:28 +00:00
Romain Perier
ebad16febf recipes-kernel: Switch linux-next to 3.19 with lastest upstream tag 2015-01-23 17:20:28 +00:00
Romain Perier
5b8152d085 recipies-core: Add rockchip-basic-image distro
This adds a basic and minimalistic distro based on core-image-minimal.
It adds package management and ssh-server features and contains development
tools.
2015-01-23 17:20:28 +00:00
Romain Perier
57b071ccaa recipies-devtools: Add net-kexec package
This installs a script which is able to kexec a kernel through the network from
user space. As the proprietary bootloader is limited and does not offer such a
feature, this is a good alternative for developers.
2015-01-23 17:20:28 +00:00
Romain Perier
1cab262f9e Switch radxa-rock machine to mainline kernel
Use the right kernel as virtual kernel package and the right
serial console (which is different on mainline)
2015-01-23 17:20:28 +00:00
Romain Perier
a205071d7d Adding recipies for linux mainline
We use linux-next as most of the interesting features for Rockchip SoCs
are merged and planned for next release.
2015-01-23 17:20:28 +00:00
Julien CHAUVEAU
fcb2387101 rockchip.inc: set KERNEL_IMAGETYPE="zImage"
The variable KERNEL_IMAGETYPE is required by rockchip-update-img.bbclass but
its default value is not correctly loaded by the build system, so we have to
add it into the machine configuration file.
2014-09-24 10:26:38 +02:00
Romain Perier
15b2f5d456 rockchip-bootloader: Don't execute packaging tasks.
This is related to issue #4.
2014-09-19 14:26:53 +02:00
Julien CHAUVEAU
9b4799c15a Revert "Adding KERNEL_IMAGETYPE="Image" in rockchip's machine header."
This reverts commit 18d2430094.
2014-09-19 11:05:56 +02:00
Romain Perier
51afdd9620 Add ext4 into IMAGE_FSTYPES.
This is related to issue #5.
2014-05-10 17:36:22 +00:00
Julien CHAUVEAU
8dc393689a rockchip-update-img: add 'rootdelay=1' parameter in CMDLINE
Reduce boot delay from 30 seconds to 1 second, caused by rk30xxnand-3.0.36+.ko
which is not responding to wait-for-root in pre_mountroot() function of initrd
https://github.com/radxa/initrd/blob/master/scripts/local#L16
2014-05-05 14:38:08 +02:00
Julien Chauveau
e99a212e4f linux-rockchip-3.0.inc: use consistent indentation with 4 spaces
cf. http://www.openembedded.org/wiki/Styleguide#Format_Guidelines
2014-05-05 00:01:38 +02:00
Julien Chauveau
4bc308ea2f Revert "Adding bbappend file for cpio in order to make it "native""
This reverts commit 868f847857.
2014-05-04 22:22:45 +02:00
Romain Perier
1a381d2ff4 Integrating initrd image generation to linux-rockchip-3.0.inc .
This is related to issue #3.
2014-05-04 20:47:10 +02:00
Julien CHAUVEAU
63f845bac9 rockchip-update-img: fix creation of 'update' image 2014-05-02 16:24:32 +02:00
Julien CHAUVEAU
8bb75db93d rockchip-update-img: add dependency to rockchip-bootloader 2014-05-02 09:57:51 +02:00
Julien CHAUVEAU
203fd151a9 rockchip-update-img: set image dependency to ext4 2014-05-02 09:57:44 +02:00
Julien CHAUVEAU
a4e7c9d464 rockchip: remove "ext3" and "tar.gz" from IMAGE_FSTYPES 2014-05-02 09:57:23 +02:00
Julien CHAUVEAU
5fb1781560 rockchip-bootloader: add new recipe 2014-05-02 09:56:06 +02:00
Julien CHAUVEAU
06a8752c6d rockchip-update-img: add dependency to mkbootimg-native 2014-04-28 10:27:55 +02:00
Romain Perier
aeb75814ba Making the BSP Layer compatible with the daisy release (v1.6).
Adding necessary changes in linux-rockchip-3.0.inc in order to make it work with last kernel.bbclass
2014-04-27 16:33:56 +00:00
Romain Perier
034137530d linux-rockchip-3.0.inc: Use oe_runmake instead of make directly 2014-04-27 14:41:10 +00:00
Romain Perier
c3157c5d5c Moving mkbootimg-native from recipes-kernel to recipes-support.
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-27 11:50:10 +00:00
Romain Perier
868f847857 Adding bbappend file for cpio in order to make it "native" 2014-04-27 11:48:54 +00:00
Romain Perier
18d2430094 Adding KERNEL_IMAGETYPE="Image" in rockchip's machine header.
This is required in order to avoid auto-compression made by the kernel bbclass.
(which would require useless build dependencies like lzop or bzip2)
2014-04-27 11:27:18 +00:00
Romain Perier
dde7504af7 Adding new recipes for mkbootimg 2014-04-26 10:14:46 +00:00
Julien Chauveau
8409c5bf82 Rockchip RK3188/RK3066 CPUs are ARM Cortex-A9 2014-04-26 00:04:21 +02:00
Julien CHAUVEAU
5c3c84ce3e Add generic configuration machine for rk3188 2014-04-11 16:11:18 +02:00