summaryrefslogtreecommitdiff
path: root/recipes/linux
AgeCommit message (Collapse)AuthorFiles
2010-06-14recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa1
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup add PR = r1 to recipes not including any .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-13linux-leviathan: fix the "empty.gz already exists" messageDenis 'GNUtoo' Carikli1
if we don't check if empty and empty.gz already exist, The fist time empty.gz is copied to the deploy dir, then the second build we have: gzip: empty.gz already exists; not overwritten And it fails. so we need to touch and gzip only if empty.gz not already present.
2010-06-11linux-2.6.34: add support for Lite5200 boardDmitry Eremin-Solenikov3
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-11linux-zigbee: Bump rev to fix some problems with channel setting in 802154Stefan Schmidt1
2010-06-10linux-leviathan: permit booting directly with fastbootDenis 'GNUtoo' Carikli1
if we don't gzip the empty ramdisk,the bootloader will refuse to boot our kenrnel when in fastboot mode and will display this message: booting... FAILED (remote: reproduce boot image with on-flash ramdisk error)
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa4
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-09linux_2.6.34: add defconfig for c7x0 and akitaAndrea Adami3
* minor fixes to spitz config, which is reused for akita * added uinput module
2010-06-08linux-openmoko-2.6.29: fix for lost touchscreen bug #2328Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08linux-openmoko-2.6.34: bump SRCREV, remove applied pcf patchMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08linux-openmoko-2.6.34: add slow resume fix #2337Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08linux-openmoko-2.6.32: add patch for building with gcc-4.5.0 (backport from ↵Martin Jansa2
linux_2.6.34 patch) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-07linux-omap-psp 2.6.32: rebase patches onto new baselineKoen Kooi49
2010-06-07linux-omap-psp 2.6.32: add cpuidle multi-config for beagleboardKoen Kooi1
2010-06-06linux-omap-psp 2.6.32: disable CDC_EEM for beagleboardKoen Kooi1
2010-06-05linux-openmoko-2.6.34: add patch for building with gcc-4.5.0 (from linux_2.6.34)Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05linux-openmoko-2.6.34: fix for lost touchscreen bug #2328Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05linux-openmoko-2.6.32: fix for lost touchscreen bug #2328Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-04opensimpad (2.4): Switch to FILESPATHPKGTom Rini2
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04linux-handhelds: Switch to FILESPATHPKGTom Rini7
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04linux-efika (2.6.20.20): Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04openezx-kernel_git: update recipeAntonio Ospite1
* bump KV * bump SRCREV: The new version enables CONFIG_DEVTMPFS by default and some other stuff, and fixes usblan on gen2 when booting from MMC * Provide a fallback CMDLINE * Keep OABI config setting * Use a -oe LOCALVERSION both in KV and in .config Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Koen Kooi <koen@openembedded.org>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa5
* 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 Jensen1
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 Schmidt1
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 Adami1
* 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 Raj1
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 Raj2
with gcc 4.5 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-30linux-kexecboot: update defconfig for poodleAndrea Adami2
2010-05-29linux-2.6.34: Make preferred kernel for all supported qemu machine (x86, ↵Khem Raj7
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 Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-27linux-2.6.24: enable ppp modules for hipox machinesledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-05-26linux-openmoko: partial revert of rename to PN_PV shemeMartin Jansa5
* 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 Jansa8
* 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 Jansa2
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 Jansa18
* 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 Schmidt2
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 Larson147
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 Larson166
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 Jansa15
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 Alonso2
* 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 Alonso1
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 Adami1
* patch is not yet in ${RPSRC}
2010-05-21linux-openmoko-devel_git.bb: apply getline fix for scripts/unidef.cKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-05-21linux-omap-psp 2.6.32: tweak reported powervalue for MUSB on beagleboardKoen Kooi1
2010-05-21linux-rp: make 2.6.26 compile for poodleHenry von Tresckow6
* 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 Adami1
* 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 Monk6
* 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 Monk1
* 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 Westerhof1
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 Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>