summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-27405-2894138/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-wrs: allow packed refs to be presentBruce Ashfield2010-08-201-2/+17
| | | | | | | | | | | | | The code which creates a working tree from the source Wind River Linux git repository manipulates the refs to make non-tracking, local branches. packed-refs remove the files from refs, making this code break and the builds fail. To fix this, if we detect the packed refs we simply create the local refs from the remote branches. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* deploy.bbclass: use new style staging for deploy tasksJoshua Lock2010-08-194-28/+18
| | | | | | | | | | All tasks which implement a do_deploy should inherit this class to have the changes in the deploy task staged. Update recipes which include a do_deploy function to inherit this class and to use DEPLOYDIR rather than DEPLOY_DIR_IMAGE. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-wrs: Make sure kern-tools-native is built before do_patchRichard Purdie2010-08-181-2/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-wrs: Fix qemux86-64Joshua Lock2010-08-133-2/+51
| | | | | | | | | | Use the fragment support provided by kern-tools in the linux-wrs recipe to add some extra modules required for qemux86-64 such as evdev and uvesafb. Add a patch to increase CONNECTOR_MAX_MESSAGE_SIZE as uvesafb was sending larger messages than the kernel would accept. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* kernel-arch: x86-64 is no longer a valid architecture, map it to x86Joshua Lock2010-08-131-1/+1
| | | | | | | Also use the exported (and re-mapped) ARCH rather than TARGET_ARCH in the linux-wrs recipe. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-wrs: Enable tracking of the secondary wrs_meta branch in PVRichard Purdie2010-08-131-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* kernel.bbclass: do_deploy should use ${B}, not ${S} (which is what ${B} ↵Richard Purdie2010-08-111-3/+0
| | | | | | defaults to) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* kernel/package.bbclass: Handle kernel module stripping centrallyRichard Purdie2010-08-101-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* kernel.bbclass: Clean up kernel packaging outputRichard Purdie2010-08-101-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-wrs: perf needs python and perl at runtime, not buildtimeRichard Purdie2010-08-091-2/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-wrs: Make sure install_perf runs before do_packageRichard Purdie2010-08-091-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-wrs: Make sure install_perf happens for do_packageRichard Purdie2010-08-091-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* perf: performance analysis tools for LinuxBruce Ashfield2010-08-091-0/+25
| | | | | | | | | | | | | | | | | Performance counters for Linux are a new kernel-based subsystem that provide a framework for all things performance analysis. It covers hardware level (CPU/PMU, Performance Monitoring Unit) features and software features (software counters, tracepoints) as well. To enforce the coupling between userspace and kernel, this commit introduces perf as a subpackage of the linux-wrs tree. perf is built directly inside the kernel tree (and hence picks up all appropriate patches), but is packaged as a separate utility that can be added to the rootfs and used to analyze the kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: add dynamic configuration and patchingBruce Ashfield2010-08-091-7/+31
| | | | | | | | | | | This change adds the ability to dynamicaly modify a git based linux repo during the do_patch and do_configure changes. The bulk of the work is done by the kern_tools, and the recipe simply needs to add createme and modifyme scripts to go along with the existing configme. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* qemux86-64: Add new emulation machine for 64bit x86Richard Purdie2010-07-271-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-wrs: Bump PR and fix some quotingRichard Purdie2010-07-231-4/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-wrs: Add COMPATIBLE_MACHINE definition to stop parsing errors on ↵Richard Purdie2010-07-211-0/+2
| | | | | | unsupported machines Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux: 2.6.33.2: turn on CONFIG_OPROFILE and CONFIG_LATENCYTOP for netbook ↵Dexuan Cui2010-07-211-1/+1
| | | | | | | | and qemux86 profile/profileui and latencytop need the kernel supports. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* linux_wrs: remove duplicate PVBruce Ashfield2010-07-211-1/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* qemu/mips: arrange for vmlinux to be bootableBruce Ashfield2010-07-191-4/+2
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kernel: create base recipe for Wind River Linux kernel buildingBruce Ashfield2010-07-191-0/+82
| | | | | | | | | | | | This base recipe implements support for building a git based Wind River Linux kernel repository. There are several restrictions in this first import: - no patching (needs guilt) - missing Wind River features (config audit, etc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-igep2: drop linux-igep2 in favour to generic linux-igep recipe.Enric Balletbo i Serra2010-07-052-2100/+0
| | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
* linux-igep: Add common 2.6 Linux Kernel for all IGEP based platforms.Enric Balletbo i Serra2010-07-054-0/+4971
| | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
* linux: move some older kernels to meta-extrasJoshua Lock2010-06-2916-6818/+0
| | | | | | Move kernels for retired machines to meta-extras Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-omap: fix build failure with gcc-4.3.3Dexuan Cui2010-06-232-1/+31
| | | | | | | | | | | | | | | | | | | Pull time.h patch from upstream Linux kernel (commit 38332cb98772f5ea757e6486bed7ed0381cb5f98) The patch fixes the following build failure: LD .tmp_vmlinux1 kernel/built-in.o: In function `timespec_add_ns': undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `do_gettimeofday': undefined reference to `__aeabi_uldivmod' undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `timespec_add_ns': undefined reference to `__aeabi_uldivmod' undefined reference to `__aeabi_uldivmod' kernel/built-in.o: more undefined references to `__aeabi_uldivmod' Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* linux-2.6.33.2: Ensure enable QEMU network drivers for qemux86Joshua Lock2010-06-102-79/+87
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux: bump PR of linux-2.6.3243.2 after the fix for RTCJoshua Lock2010-06-091-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Fix the issue of /dev/misc/rtc missing from hwclock.shZhai Edwin2010-06-091-2/+1
| | | | | | Build RTC driver into kernel by default on qemux86 to avoid missing of /dev/misc/rtc Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* linux: Bump to 2.6.33.2Joshua Lock2010-05-196-1/+1
| | | | | | | Use the same kernel version as the moblin distro so that we provide a similar kernel for all QEMU machines and the netbook machine. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Move all QEMU machines to use a common kernel recipe set and versionJoshua Lock2010-05-186-3/+3663
| | | | | | | | | | | The different kernel recipes encapsulate functionality groups for machines, therefore it makes sense to have all the QEMU machines using the same kernel recipe. Switch the QEMU machines to default to the "linux" recipes for their kernel and bump the latest recipe from linux-2.6.32 to 2.6.33. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux: Ensure we have buildable kernel recipes for each machineJoshua Lock2010-05-1310-13/+83
| | | | | | | | | | | | Fix various kernels to build with our toolchain, this includes well known fixes for: * sumversion.c: compilation failing with a 'PATH_MAX' undeclared (fixed by adding limits.h to sumversions includes * a patch taken from oe.dev to stop GCC >= 4.3 from optimizing a loop which causes compilation to fail * Fixing the KERNEL_OUTPUT for mx31 and nokia800 kernel recipes Signed-off-by: Joshua Lock <josh@linux.intel.com>
* igep0020: Rename files for IGEP v2 boards, prepare for support Hw rev. B and ↵Enric Balletbo i Serra2010-04-072-1/+1
| | | | | | rev. C Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
* linux-igep2: update to latest stable version 2.6.28-3Enric Balletbo i Serra2010-04-074-69/+34
| | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
* linux-nokia800_2.6.21: Remove legacy staging functionJoshua Lock2010-03-232-6/+7
| | | | | | | The recently added kernels for the N800 include legacy staging functions, update them to follow the new world order. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-omap-zoomsync_2.6.32.bb : add kernel from TI zoom2 integration treeGraeme Gregory2010-03-182-0/+2313
| | | | | | | | This is the latest code from dev.omapzoom.org and is also what OE is using for zoom2 machine. Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-omap: Build fixRichard Purdie2010-02-231-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux: Enable linux-2.6.32 for qemux86 and qemuppcJoshua Lock2010-02-182-1/+2156
| | | | | | | | | | The qemux86 configuration is simply a copy of the qemux86-defconfig from linux-rp with make oldconfig and mostly default answers. Configuration for qemuppc already exists but DEFAULT_PREFERENCE was not set in the recipe. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-2.6.32: Add defconfig for qemuppcJoshua Lock2010-01-191-0/+1780
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-2.6.32 (for mpc8313erdb)Esben Haabendal2010-01-192-0/+1792
|
* linux-rp: Support a 2.6.29 kernel for qemumipsJoshua Lock2010-01-063-5/+1727
| | | | | | | Modify the linux-rp-2.6.29 to enable building a kernel for qemumips with a defconfig taken form OE.dev's linux kernel Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-dummy: Drop do_stageRichard Purdie2009-11-171-4/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Richard Purdie2009-11-134-4/+4
| | | | | | | | | | | | | populate_staging task to populate_sysroot This change makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-igep2: Fix audio capture, the capture result is always silenceEnric Balletbo i Serra2009-11-122-1/+39
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-igep2: kernel recipe for IGEP v2 boardEnric Balletbo i Serra2009-10-142-0/+2097
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-omap3-pm: remove 1 unneeded patchMike Turquette2009-08-271-1/+0
| | | | | | | Tracking upstream is messy. Will generate a new stable kernel recipe once 2.6.31 is released and this recipe will keep tracking upstream git. Signed-off-by: Mike Turquette <mturquette@ti.com>
* linux-omap3-pm: refresh patches and remove some sed magic to boot zoom2Mike Turquette2009-08-2613-1954/+706
| | | | Signed-off-by: Mike Turquette <mturquette@ti.com>
* linux-omap3-pm: remove 0001-OMAP3-MMC-Add-mux-for-pins.patchMike Turquette2009-08-261-2/+0
| | | | | | Zoom2 MMC patches are now upstream. Patch no longer required. Signed-off-by: Mike Turquette <mturquette@ti.com>
* linux-omap3-pm: OMAP3 kernel recipe to build Kevin Hilman's linux-omap-pm treeMike Turquette2009-08-059-0/+2015
| | | | | | | | | Currently tested on Zoom2 and Beagle board. Please test if you have an OMAP3 board! The source tree for this recipe is the latest and greatest power management code for OMAP3. You can find it at http://git.kernel.org/?p=linux/kernel/git/khilman/linux-omap-pm.git;a=summary Signed-off-by: Mike Turquette <mturquette@ti.com>
* linux: Fix kernel.org mirror urlsRichard Purdie2009-07-0710-34/+34
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>