aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-08-27README: Add a contributing sectionfidoRomain Perier
This section explains how to send patches to the Yocto Project mailing list and the required patches format Signed-off-by: Romain Perier <romain.perier@gmail.com>
2015-08-06machine: Improve machine descriptionRomain Perier
Machine descriptions are shown on layers.openembedded.org, so we need something clear and understandable for the user. Signed-off-by: Romain Perier <romain.perier@gmail.com> Reviewed-by: Trevor Woerner <twoerner@gmail.com>
2015-08-06machine: Move rk3288.conf to include directoryRomain Perier
As rk3288 itself is not a machine nor a generic one that we plan to support, and as this file was created to factorize code between rk3288-based platforms, that's better to move it into the include directory. Signed-off-by: Romain Perier <romain.perier@gmail.com> Reviewed-by: Trevor Woerner <twoerner@gmail.com>
2015-08-06machine: Remove generic machine rk3188Romain Perier
It does not match any machine, and I think that it might be difficult to ensure that it will work on all rk3188-based devices if we are not able to test... Signed-off-by: Romain Perier <romain.perier@gmail.com> Reviewed-by: Trevor Woerner <twoerner@gmail.com>
2015-08-06machine: Rename rockchip.inc include file to rk3066.incRomain Perier
This include file is used by rk3066 and rk3188 based devices. So this is better to rename it rk3066.inc and to create another include file rk3188.inc which simply includes it. In that way, we have one include file for each SoC and it reduces confusions. Signed-off-by: Romain Perier <romain.perier@gmail.com> Reviewed-by: Trevor Woerner <twoerner@gmail.com>
2015-07-31Updating README to reflect new repositoryRomain Perier
Signed-off-by: Romain Perier <romain.perier@gmail.com>
2015-07-30conf/machine: Makes SERIAL_CONSOLES overridableFlorent Revest
That's very important to be able to redefine some variables for the need of custom kernels. As on rockchip-based devices the serial interface might change from a kernel to another, makes it overridable using '?='. Signed-off-by: Florent Revest <revestflo@gmail.com> Reviewed-by: Romain Perier <romain.perier@gmail.com>
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-07-07conf: machine: Update license headersRomain Perier
2015-07-07conf: machine: Prefix MACHINE by SoCs nameRomain Perier
2015-06-21recipes-bsp: petitboot: Fix wrong dependenciesRomain Perier
We must use DEPENDS and not DEPENDS_${PN}, which does not make sense here and produce a build error in some cases
2015-06-20recipes-support: rkflashtool: Fix invalid LICENSE formatRomain Perier
2015-06-20README: Update supported version to fido (yocto 1.8)Romain 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-20initrdscripts: Create /var/volatile subdirectories from init-boot-petitboot.shRomain Perier
In fido, "base-files" now creates symlinks /var/log and /var/tmp which are redirected to /var/volatile/log and /var/volatile/tmp. These subdirectories are created by init managers like systemd or sysvinit, so petitboot initramfs needs to create them, as well. Otherwise pb-discover logs everything to the standard output as its log directory does not exist.
2015-06-20Porting machines to linux-dtb.inc by using variable KERNEL_DEVICETREERomain Perier
linux-petitboot and linux and changed too
2015-06-20conf: machine: all rk3188-based boards have now DEFAULTTUNE "cortexa9-neon"Romain Perier
2015-06-20conf: machine: Add rk3288.conf to be shared between all rk3288-based boardsRomain Perier
2015-06-15Remove busybox bbappend, this is no longer required for "fido"Romain Perier
2015-04-23Update release version and some informations in READMERomain Perier
2015-04-21recipes-core: busybox: New bbappend which adds an udhcp patch from upstreamRomain Perier
This patch adds option "pxepathprefix" to udhcpc, this is required by petitboot when it tries to configure network interfaces for the first time
2015-04-21recipes-kernel: linux-petitboot: Backport gmac activation on firefly-rk3288Romain Perier
2015-04-19Add a READMERomain 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-core: images: New recipe to create an initrafms image which ↵Romain Perier
automatically starts Petitboot at boot
2015-04-19recipes-core: initrdscripts: Add initramfs initializations scripts for PetitbootRomain Perier
2015-04-19recipes-bsp: New recipe for Petitboot, a kexec-based bootloaderRomain Perier
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-support: Add new package rules for rkflashtoolRomain Perier
2015-01-23Add machine configuration file for the Firefly RK3288Romain 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-23machine: mars-board: Use rk3066a-marsboard.dts, now it is merged upstreamRomain 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