summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-01-04meta-kernel-dev: create kernel development layerkernel-devBruce Ashfield
What is it ? ------------ A gathering place for extensions to the linux-yocto (or really any) kernel recipes that faciliate the creation and development of kernel features, BSPs or configuration. What does it do? ---------------- Currently this is mainly additions to the kernel recipes to: - Use a local clone vs a remote clone - Use AUTOREV to track the HEAD of branches vs a specific revision - Ensure that the $MACHINE is compatible with the yocto kernel - disables branch/revision checking - controls the naming of the linux build dirs via BB_LOCALCOUNT_OVERRIDE and LOCALCOUNT What will be added to it ? -------------------------- - Tools specifically related to kernel development if they are unique and don't belong in the main layers. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-12-09meta-linaro: Move files under meta-linaroSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-30beagleboard-linaro machine: use linaro gcc for this machineNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-30gcc_4.5.1.linaro: implement new gcc recipe from linaro codeNitin A Kamble
These recipes are created by using linaro gcc source code and existing gcc recipes in the poky. Rebased patches to the linaro gcc code: These two patches needed rebasing, as some of the code form these patches is already in the linaro tree code. gcc-4.5.linaro/gcc-flags-for-build.patch gcc-4.5.linaro/gcc-poison-system-directories.patch change the version to 4.5.1.linaro: Change the version to 4.5.1.linaro as it reflects the linaro's gcc source tree's version correctly. New Patch: change_base_version_to_4.5.1.linaro.patch This is a new patch to reflect the change in the version in the BASE_VER in the source code; more documentation in the patch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-11-23Initial meta-linaro skeletonDarren Hart
Introduce the meta-linaro layer with an initial skeleton including the recipe for linux-linaro-2.6.35: dvhart@fear:~/source/poky.git/meta-linaro$ tree . |-- TODO |-- conf | |-- layer.conf | `-- machine | `-- beagleboard-linaro.conf `-- recipes-kernel |-- linux-linaro-2.6.35 | `-- beagleboard-linaro | `-- defconfig `-- linux-linaro-2.6.35_git.bb The general approach to using this layer is to add the layer to bblayers.conf and to set MACHINE to a *-linaro machine from those added by this layer. For now you can build the existing images, such as poky-image-minimal. We may add linaro specific images as we flesh out the recipe. Signed-off-by: Darren Hart <dvhart@linux.intel.com>