summaryrefslogtreecommitdiff
path: root/packages/linux/linux.inc
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-03-06linux.inc: add back 'yes '' | oe_runmake oldconfig' that got droppedKoen Kooi1
2009-03-06fix configuration of older kernelsThomas Kunze1
Was broken from commit b697819f7e84e19ca2adc9846421c8c8137b8fca for kernels that have no scripts/Makefile.fwinst (<=2.6.26 or so)
2009-02-27linux.inc: fix the infamous 'install ./-m0644: file not found' errorMichael 'Mickey' Lauer1
2009-01-21linux.inc: Add lsppchg and lsppchd to linux.inc and sort the ↵Tim 'timtim' Ellis1
KERNEL_DEVICETREE devices by name
2008-12-08linux.inc: mangle defconfig to support thumb when building a thumb userspaceKoen Kooi1
* Dave, you owe me a beer :)
2008-11-21linux-2.6.26: Set as default kernel for AMCC460EX Canyonlands.Leon Woestenberg1
2008-11-21linux-2.6.26: add stub for boc01 machineJeremy Lainé1
2008-10-15linux.inc: add switch to turn of OABI compat for arm kernelsKoen Kooi1
2008-06-09linux.inc: add a symlink from /boot/devicetree to ↵Jeremy Laine1
/boot/devicetree-${KERNEL-VERSION}
2008-06-06linux.inc: optionally generate a kernel-devicetree packageJeremy Laine1
* if KERNEL_DEVICETREE is set, the devicetree will get shipped in a package called "kernel-devicetree" as /boot/devicetree-${KERNEL_VERSION}
2008-05-29linux.inc: Add device tree location for MPC8515E-RDB.Leon Woestenberg1
Note that in 2.6.26, the device trees have been merged/changed.
2008-05-05packages/linux/linux_2.6.25.bb : Set linux_2.6.25 as the kernel for the ↵Stelios Koroneos1
sequoia board
2008-04-24linux.inc: provide defaults for KERNEL_DEVICETREE_FLAGSJeremy Laine1
2008-04-22linux_2.6.25.bb: replace haleakala machine by kilaueaJeremy Laine1
2008-04-22linux_2.6.25.bb: add initial support for haleakalaJeremy Laine1
2008-03-31linux.inc: add dtc-native to DEPENDS if KERNEL_DEVICETREE is definedJeremy Laine1
2008-03-31linux.inc: move binary devicetree generation to linux.incJeremy Laine1
2008-03-31kernel.bbclass,linux.inc: cleanup definition of ${KERNEL_IMAGE_BASE_NAME}Jeremy Laine1
* drop ${DATETIME} from ${KERNEL_IMAGE_BASE_NAME} in kernel.bbclass, see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-March/005017.html * make ${KERNEL_IMAGE_BASE_NAME} and ${KERNEL_IMAGE_SYMLINK_NAME} ?=, see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-March/005016.html * remove ${KERNEL_IMAGE_BASE_NAME} and ${KERNEL_IMAGE_SYMLINK_NAME} from linux.inc * use ${KERNEL_IMAGE_BASE_NAME} for uImage deploy
2008-03-28linux.inc: remove UBOOT_* definitions, they are already defined in ↵Jeremy Laine1
kernel.bbclass
2008-03-27kernel.bbclass,linux.inc: move dependency on u-boot-openmoko-native to ↵Jeremy Laine1
kernel.bbclass
2008-03-27update kernel recipies to use new generic do_deploy from kernel.bbclassThomas Kunze1
2008-03-08linux.inc, gumstix-kernel.inc: remove sizecheck stuffThomas Kunze1
The do_sizecheck function is in kernel.bbclass for some time now.
2008-02-11linux.inc: typo fix for UBOOT_ADRESSLeon Woestenberg1
2008-02-04linux.inc: allow u-boot entrypoint to differ from loadadress and make ↵Koen Kooi1
atngw100 use it
2008-02-04linux.inc: sed out LOCALVERSION, it breaks too many things in kernel.bbclass ↵Koen Kooi1
and depmod
2008-02-03mpc83x3-rdb: Fix uImage kernel build.Leon Woestenberg1
2008-01-23propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi1
558d7f8556530ca23dc6e4b7d687d6727d3a7397) to branch 'org.openembedded.dev.avr32' (head d7597829fe950aa86acdfe521d11843d7277261c)
2008-01-18linux: do_sizecheck moved to kernel.bbclass (merged from Poky)Marcin Juszkiewicz1
2007-12-23merge of '6765ce1f621a9ef917ba1521afc7b81013e14dc2'Koen Kooi1
and 'fcc520f13c2e5df6e6b7d52dcbfb32cb1750c941'
2007-12-17linux.inc: merge in poky stuffKoen Kooi1
2007-12-10linux.inc: introduce CMDLINE_DEBUG to hide or show kernel messagesKoen Kooi1
* controlled by DISTRO_TYPE * You can define CMDLINE_DEBUG in your local.conf or distro.conf to override this behaviour
2007-12-10linux.inc: do_deploy changes:Koen Kooi1
* remove DATETIME from filename, PV+PR should be enough * name modules.tgz the same the kernel image to avoid confusion This implements the proposal from Paul S. that received no objections
2007-11-30linux.inc: remove unsupported gcc option from buildKoen Kooi1
2007-11-30propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi1
f7531c375389681cc06ea3169fea009301b94267) to branch 'org.openembedded.dev.avr32' (head f1af8a59e078436ab2999eef666d653dd9d4ed05)
2007-11-30linux.inc : change the generation of uImage to do_compile_append so thatGraeme Gregory1
the later stages like install/packaging/deploy can make use of this. This was done so that kernel-image could contain a uImage but is suitable for other cases as well.
2007-11-29propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi1
0238eff8862126ac83c3f05d7a6fb094feff89e9) to branch 'org.openembedded.dev.avr32' (head afeaa97ba6962d277699aab10b0b6a8089342824)
2007-11-28linux.inc: Added support for processor endiannessRod Whitby1
2007-11-05linux.inc: fixlet for avr32 and gcc 4.2.1Koen Kooi1
2007-11-05linux: add avr32 support for 2.6.23Koen Kooi1
2007-10-26linux.inc: enable OABI on EABI buildsKoen Kooi1
2007-10-25linux.inc: build mkimage unconditionallyKoen Kooi1
* see comment inside the file
2007-10-25linux.inc: bd-neon needs the uboot mkimage toolFlorian Boor1
2007-10-25mpc8323e-rdb: Adapted from mpc8313e-rdb, tested.Jeremy Laine1
2007-10-16linux.inc: try harder to find a kernel image in arch/<foo>/*Koen Kooi1
2007-10-09linux: provide symlink to lastest kernel image builtMarcin Juszkiewicz1
2007-10-08linux.inc: add RPSRCKoen Kooi1
2007-10-02linux.inc: replace == with = to make posix shell compliantCliff Brake1
2007-09-16linux.inc: make convenient selection of root-over-nfs actually workMichael Lauer1
2007-09-15linux.inc: add sizecheck, add convenient support for root-nfs-over-usbMichael Lauer1