summaryrefslogtreecommitdiff
path: root/packages/linux/linux.inc
AgeCommit message (Collapse)AuthorFiles
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 : 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-28linux.inc: Added support for processor endiannessRod Whitby1
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
2007-09-09merge of '6cbf0719a581ec7faecefbc05b3c17d8b1b72d52'Marcin Juszkiewicz1
and '7d51500e1f981f891b494ca3d396c965faecc9e0'
2007-09-09linux: changed way of adding uboot-mkimage dependency so #2926 should be fixedMarcin Juszkiewicz1
Something is wrong wen it comes to overrides and adding into variable - bug #2966 opened.
2007-09-07linux.inc: prepare adding fic-gta01/fic-gta02 supportMichael Lauer1
2007-09-07linux.inc: use kernel decompressor (fast!) instead of uboot one ↵Koen Kooi1
(sloooooooow), closes #2925
2007-09-07linux.inc: add configure magic for replacing bootlogoKoen Kooi1
2007-09-06at91sam*: add 2 more at91sam machines, close #2942Nicolas Ferre1
2007-08-25linux.inc: add PV into uboot commentKoen Kooi1
2007-08-23linux.inc: catch up with depends after gumstix changesKoen Kooi1
2007-08-22KERNEL_IMAGETYPE cleanupMarcin Juszkiewicz1
Proper place for KERNEL_IMAGETYPE is machine config as there is no machine which use miscelanous types of kernel. Moved found occurences.
2007-08-21compulab-pxa270_2.6.22.bb: fix issues caused by inclusion of linux.incCliff Brake1
the compulab kernel recipe has an extra task that is used to create images with a special header. This task needs to know the image file name created in linux.inc
2007-08-21gumstix: make uboot entry point overridable per machineKoen Kooi1
2007-08-21linux.inc: require mkimage for gumstixKoen Kooi1
2007-08-07linux 2.6.22: Alix boards use bzImage kernelsMarcin Juszkiewicz1
2007-08-05rename u-boot[-mkimage]-gta01[-native] to u-boot[-mkimage]-openmoko[-native]Michael Lauer1
2007-07-03linux: make Sarge-AT91 use u-boot-mkimage-gta01-native instead of uboot ↵Marcin Juszkiewicz1
(which is not building)
2007-07-03linux: added Sarge-AT91 support (based on original submission kernel)Marcin Juszkiewicz1
2007-06-21linux.inc: s/arm/${ARCH}/gKoen Kooi1
2007-06-14linux 2.6.2x: unify and add deploy for u-boot machinesKoen Kooi1