aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
AgeCommit message (Collapse)Author
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-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-07conf: machine: Update license headersRomain Perier
2015-07-07conf: machine: Prefix MACHINE by SoCs nameRomain Perier
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-02-14conf: machine: firefly: Use the right devicetree board now it is present on ↵Romain Perier
upstream
2015-01-23Add machine configuration file for the Firefly RK3288Romain Perier
2015-01-23machine: mars-board: Use rk3066a-marsboard.dts, now it is merged upstreamRomain Perier
2015-01-23Add machine configuration file 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-23Switch radxa-rock machine to mainline kernelRomain Perier
Use the right kernel as virtual kernel package and the right serial console (which is different on mainline)
2014-09-24rockchip.inc: set KERNEL_IMAGETYPE="zImage"Julien CHAUVEAU
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-19Revert "Adding KERNEL_IMAGETYPE="Image" in rockchip's machine header."Julien CHAUVEAU
This reverts commit 18d24300943edd17f3054aadb6fc86e5644914f2.
2014-05-10Add ext4 into IMAGE_FSTYPES.Romain Perier
This is related to issue #5.
2014-05-02rockchip: remove "ext3" and "tar.gz" from IMAGE_FSTYPESJulien CHAUVEAU
2014-04-27Adding KERNEL_IMAGETYPE="Image" in rockchip's machine header.Romain Perier
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-26Rockchip RK3188/RK3066 CPUs are ARM Cortex-A9Julien Chauveau
2014-04-11Add generic configuration machine for rk3188Julien CHAUVEAU
2014-04-07Fix serial consoleJulien CHAUVEAU
The SERIAL_CONSOLE variable is deprecated. http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-SERIAL_CONSOLE
2014-04-04Initial commitJulien CHAUVEAU