summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-01-26edison:stash: bruce's locationsedisonBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-01-13kern-tools: set SRCREV for non-master developmentBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-11-28linux-yocto-dev: bumping revision to 3.2-rc2Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-10-24linux-korg: update linux-korg URI and versionBruce Ashfield
Updating to the latest korg version, and dropping common tasks from the recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-10-24linux-yocto-dev: bumping -dev version to 3.1Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-09-30linux-korg: clear meta data flagBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-30linux-yocto-dev: bumping to 3.1-rc4Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-02linux-korg: make YOCTO_EXTERNAL_BRANCH assignment conditionalBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-27linux-korg: dropping feature additionsBruce Ashfield
The feature addons won't be available in a korg based kernel, so they don't belong in the recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-21meta-kernel-dev: adding 3.0 kernel bbappendBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-21meta-kernel-dev: update -rt recipe apppendBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-12meta-kernel-dev: allow for dangling bbappend filesDarren Hart
With the bitbake commit: 7a2a24de094ce8f2e2068bbee6709dfc2cdc69b9 missing base recipe files for bbappends became an error. Rather than creating a separate kernel development layer for every layer containing a new kernel recipe name, conditionally set BB_DANGLINGAPPENDS_WARNONLY. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Jeff Mitchell <jmitchell@ll.mit.edu>
2011-06-10meta-kernel-dev: update bbappends to track new recipe namesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-10linux-yocto-dev: update to 2.6.40 aka 3.0Bruce Ashfield
Changing the kernel revision to 2.6.40 to build the new 3.0 kernel. This is a temporary commit but allows build and boot with 3.0 while escaping the issues that the version change to 3.x causes. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-05-12linux-korg: fix invalid SRCREVBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-05-06meta-kernel-dev: rename directories to match meta orginizationBruce Ashfield
Things moved from packages/* in meta, so it makes sense to copy that organization here. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-05-05linux-libc-headers: comment local repo by defaultBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-05-04kern-tools: comment local clone by defaultBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-05-04linux-yocto-dev: remove beagleboard default comaptibilityBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-05-04linux-yocto-dev: clarify override instructionsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-05-03linux-korg/linux-yocto-dev: restore SRCPVBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-05-02linux-yocto-dev: update SRC_URI to yocto git serversBruce Ashfield
Fixups on the meta-kernel-dev recipes to have proper URLs, reorganized comments and a split KSRC variable to allow multiple dev recipes to be set at once. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-08kernel: add linux-yocto-dev and linux-korg recipesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-03-10linux-yocto/kern_dev: add 'file' protocolBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-02-14meta-linaro: fix EHCI power up on beagleboard xmDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-14meta-linaro: avoid compile failure due to CONFIG_SND_SOC_ALL_CODECS=mDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-14meta-linaro: avoid compile failure due to CONFIG_NOP_USB_XCEIV=mDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-14meta-linaro: start with the stock linaro omap3 configDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-09meta-linaro: remove obsoleted beagleboard-linaro directoryDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-09linux-linaro-2.6.35: inherit from kernel and drop linux.incDarren Hart
linux.inc has some strange code it which overwrites the uImage and modifies the .config. kernel.bbclass provides everything we need to create images and boot. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-09linux-linaro: base recipe on linux.incDarren Hart
In order to use the full do_configure in the existing linux kernel recipe infrasturcture, use linux.inc rather than just the kernel bbclass. This ensures the defconfig is copies to .config, the recipe fails to build without this change. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-09gcc-4.5.1.linaro: sync up with latest masterNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-02-09meta-linaro: add libc-headers based on the linaro kernelDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-09meta-linaro: add gcc-4.5.1 patches from the core gcc recipeDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-09meta-linaro: rename gcc-linaro work directoryDarren Hart
do_unpack_append() was being treated as a Python function, so the syntax was wrong. By using that function to run a shell function, the problem is solved. Patterned this after similar functions, e.g. in the eglibc recipe. Proposed-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-09meta-linaro: use recipe-*/*/*.bb* layoutDarren Hart
Make the meta-linaro more consistent with other layers and fix a an issue where all the recipes were not being matched by BBFILES. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-09linux-linaro: use a fixed srcrevDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-09meta-linaro: fix compiler failures for OMAP4 smc instructionsDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-09meta-linaro: update beagleboard configDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-09meta-linaro: remove layer specific machine configsDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-02-02kernel dev: bruce's locationsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-02-02kernel-dev: update for git fetcher changesBruce Ashfield
The git fetcher changes in master (Feb 2 2011) require SRC_URI updates to the bbappend files. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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>