summaryrefslogtreecommitdiffstats
path: root/recipes/linux
AgeCommit message (Collapse)Author
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-06-02linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative pathVitus Jensen
deploy method in kernel.bbclass automatically adds {S} Signed-off-by: Vitus Jensen <vjensen@gmx.de> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-31linux-bug_2.6.27.2.bb: Fix install.Stefan Schmidt
We have been in trying to copy the files from the wrong base dir resulting in a file not found. Starting from ${S} is the right path.
2010-05-30linux-rp.inc: Rename getline in unifdef.c to parseline to avoid conflict.Andrea Adami
* sync with linux.inc * see https://patchwork.kernel.org/patch/11166/ * committed in 2.6.29 (commit d15bd1067b1fcb2b7250d22bc0c7c7fea0b759f7)
2010-05-30linux_2.6.34.bb: Correct the patch path for ↵Khem Raj
use-noclone-attribute-for-naked.patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-30linux_2.6.34.bb: Fix the boot issue due to naked functions when compiled ↵Khem Raj
with gcc 4.5 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-30linux-kexecboot: update defconfig for poodleAndrea Adami
2010-05-29linux-2.6.34: Make preferred kernel for all supported qemu machine (x86, ↵Khem Raj
arm, mips, sh and ppc) Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-27linux_2.6.34.bb: Make it to support qemuarmKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-27linux-2.6.24: enable ppp modules for hipox machinesledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-05-26linux-openmoko: partial revert of rename to PN_PV shemeMartin Jansa
* details in http://thread.gmane.org/gmane.comp.handhelds.openembedded/32950 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-26linux-openmoko: rename recipes to common PN_PV scheme, cleanup versioningMartin Jansa
* move DESCRIPTION to .inc * remove OEV, KERNEL_RELEASE and KERNEL_VERSION, keep KERNEL_* from kernel.bbclass * update distro/machine configs where needed Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-26linux-openmoko: remove linux-openmoko-devel as it will be merged with ↵Martin Jansa
linux-openmoko-shr-devel to linux-openmoko_2.6.29 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-26linux-openmoko: drop 2.6.31 and shr-drm-devel (2.6.29-rc3+drm patches) versionMartin Jansa
* 2.6.32 version is superior in all aspects * this versions have WSOD issue on every resume (so not as usable as 2.6.32 where it's fixed) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-26linux-zigbee: Add recipe for the linux-zigbee treeStefan Schmidt
Zigbee development tree which contains patches that have not yet hit mainline. Known working machine is imote2 at the moment.
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25linux-openmoko-2.6.34: add rebased gdrm and qtmoko patches, use ↵Martin Jansa
gta02_drm_defconfig again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-24linux-xilinx-ml507: Update kernel version and add fb fixAdrian Alonso
* kernel version 2.6.33 * frame buffer fix patch add support for new xps_tft display modules Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-05-24linux-xilinx-ml507: Enable video framebuffer in defconfigAdrian Alonso
Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-05-22linux-rp: fix SRC_URI of poodle_pm-r7.patchAndrea Adami
* patch is not yet in ${RPSRC}
2010-05-21linux-openmoko-devel_git.bb: apply getline fix for scripts/unidef.cKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-21linux-omap-psp 2.6.32: tweak reported powervalue for MUSB on beagleboardKoen Kooi
2010-05-21linux-rp: make 2.6.26 compile for poodleHenry von Tresckow
* first try: kernel compiles * still hangs at: "Uncompressing Linux..... done, booting the kernel." Signed-off-by: Henry von Tresckow <hvontres@gmail.com> Acked-by: Andrea Adami <andrea.adami@gmail.com>
2010-05-21linux.inc: Rename getline in unifdef.c to parseline to avoid conflict.Andrea Adami
* move patch from linux-kexecboot.inc * see https://patchwork.kernel.org/patch/11166/ * committed in 2.6.29 (commit d15bd1067b1fcb2b7250d22bc0c7c7fea0b759f7) * Acked-by: Tom Rini <tom_rini@mentor.com> * Acked-by: Henning Heinold <heinold@inf.fu-berlin.de> * Acked-by: Koen Kooi <koen@openembedded.org>
2010-05-19linux-davinci: Update to latest kernel for DA8xx/OMAPL1xxRoger Monk
* Update to latest kernel patches PSP 3.20.00.12 * Still 2.6.33rc4 * Update defconfigs to match updated kernel configs * Bump Kernel PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-19linux-davinci: Fix Hawkboard RTC configuration causing hangRoger Monk
* RTC shouldn't touch RTC registers unless the hardware driver is configured * Debug tracked down thanks to laurent.dufrechou@gmail.com Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-18linux-ixp4xx: Add a patch to avoid a name clash with the C library onMike Westerhof
recent buildhosts. This will not change the generated binary; it merely facilitates building the kernel and modules.
2010-05-18linux-openmoko-2.6.34: add new versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17linux-openmoko-2.6.32: add patches from gdrm-for-merging instead of ↵Martin Jansa
gdrm-2.6.32 branch and rebase Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17linux-openmoko-2.6.32: move to 2.6.32.13, add 2 more patchesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17linux: add 2.6.34 with spitz defconfigMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17linux_git: bump SRCREV for 2.6.34Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-17linux-qsd8: updates srcrev, htcleo defconfigLukas Gorris
2010-05-16linux-qsd8: move to new branchStiffmaster
2010-05-16linux-2.6.33: Make 2.6.33 as default kernel for qemux86Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-15linux-2.6.33: Make 2.6.33 default kernel for qemumips.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-15machine/qemush4: Add new machine for SH4 on qemuKhem Raj
* Make improvements to run-qemu script. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-15qemuppc: Add new machine qemuppc running ppc on QEMU.Khem Raj
* Tested with DISTRO=minimal image=minimal-image * Adjust run-qemu.sh to use native-qemu and fix variables needed for powerpc run. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-14linux.inc: add protptype for 'kernel-headers' packageKoen Kooi
2010-05-14linux-omap-psp 2.6.32: add ram timing for second bank as wellKoen Kooi
2010-05-13machine/qemuarm: Move kernel version to 2.6.33Khem Raj
* Tested using gcc 4.4.4 DISTRO=minimal Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-13linux-openmoko-shr-devel: bump SRCREV for ar6000 fixesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-10linux-omap-psp 2.6.32: rediff touchbook and beagleboard patches, tweak ↵Koen Kooi
beagleboard defconfig
2010-05-07linux-omap-psp 2.6.32: move to 3.00.01.06Koen Kooi
2010-05-06classes/recipes: Catch populate_staging references that were missed in the ↵Richard Purdie
first pass Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Joshua Lock
populate_staging task to populate_sysroot This change, pulled from Poky, 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. This patch also includes fixes for all recipes which reference the directory. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05linux: spitz defconfig, readd CONFIG_PMMartin Jansa
* lost somewhere during defconfig merges/upgrades * also missing in 2.6.33 defconfig * suspend/resume works again :) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-04linux-omap-psp 2.6.32: refresh touchbook defconfig, add disabled patch to ↵Koen Kooi
enable 800MHz operation
2010-05-04linux-omap-psp 26.32: sync with beagleboard validation kernel againKoen Kooi
This adds back support for the ds1307 RTC and adds support for the AT24 eeprom