aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2011-11-25linux-git: move CMDLINE_DEBUG to linux-git.inc to be used also for ↵Martin Jansa
linux-kexecboot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-25linux-kexecboot: don't disable DEBUG, PRINTK, BUG if we have debug in ↵Martin Jansa
CMDLINE_DEBUG Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-24linux-kexecboot: use kernel_conf_variable like linux.inc does and respect ↵Martin Jansa
CMDLINE_DEBUG Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-24linux(kexecboot): update from 3.1.1 to 3.1.2Andrea Adami
* apply latest patchset * fix missing sha256sum in linux-kexecboot_3.1.bb Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-24linux(kexecboot): initial commit of kernel 3.1 updated to patchset 1Andrea Adami
* tested on corgi, poodle and spitz * added INC_PR to linux.inc and reset INC_PR of linux-kexecboot.inc * JaMa: dropped hx4700 and h1940 from COMPATIBLE_MACHINES and SRC_URI Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-02linux.inc: be more strict in CONF_SED_SCRIPTMartin Jansa
* without this ARM_THUMB is also removing ARM_THUMBEE from defconfig and not setting it back Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-16linux: bump SRCREV for 3.1.0-rc9 and use repo on kernel.org againMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-17linux_git: set CMDLINE_DEBUG to debug for git versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17linux(-kexecboot): add recipes for git version 3.1.0-rc6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17linux-kexecboot: move defconfig to linux-kexecboot-2.6.39Martin Jansa
* linux-kexecboot directory will be used for defconfigs for git version Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17linux-kexecboot.inc: hardcode loglevel=3 to keep bootlogo intactAndrea Adami
* Being a second-stage bootloader we don't expect any output on screen. * Adding 'debug' as commandline arg is pointless because * linux-kexecboot is compiled without debug and printk in order * to minimize the size. * Full debug implies not only editing the commandline (e.g. earlyprintk) * but re-enabling full debug options in the defconfigs. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: clean up handling of config variablesDmitry Eremin-Solenikov
Provide a simple way to set a kernel config variable, ignore original value from defconfig, etc. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: drop bigendian supportDmitry Eremin-Solenikov
None of meta-hh boxes uses bigendian mode. Drop support for it. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: drop cortex-a8 fixup, none of meta-hh machines uses A8Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: drop OABI-only supportDmitry Eremin-Solenikov
It's not logical to support OABI-only config with current kernel/userspace. Drop support for OABI configurations. If necessary one can enable OABI compat. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: drop old udev checkDmitry Eremin-Solenikov
We have udev 145, 164, 173 in oe-core/meta-oe and the check was for udev < 141. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: drop savedefconfig, it is provided by kernel.bbclassDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: devicetree is used on hh boxes, drop dt handlingDmitry Eremin-Solenikov
If later required, we should add an extra kernel-dtb.bbclass for generic handling of dt. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: drop devicetree settingsDmitry Eremin-Solenikov
Device tree names should go to machine conf files, not to kernel recipe or linux.inc. Also for now they are unused, as none of this machines is supported by meta-hh/linux.inc. Drop them accordingly. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: drop RPSRC - it's unused nowDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: drop at91sam9263ek cmdline settingDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: drop a hack for kernels <= 2.6.29Dmitry Eremin-Solenikov
linux.inc isn't used with such old kernels anymore, drop the hack. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux.inc: drop a part of the file for the devices we don't care aboutDmitry Eremin-Solenikov
meta-hh doesn't care about n900, om-gta0x or eee701, so drop the respective hook. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15linux-2.6.39.inc: do not reassign SRC_URIAndrea Adami
* fix missing bootlogo Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-06linux.inc: set debug level according to oe-corePaul Eggleton
Use the oe-core style "debug-tweaks" IMAGE_FEATURES entry to enable debugging. Based on meta-smartphone commit 029a03a75fe45cfb5c12b373bc90d88832b78add by Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-06linux.inc: fix use of LOGO_SIZE in SRC_URIPaul Eggleton
This arrangement is more flexible and is more compatible with OE-core. Fix suggested by Andrea Adami <andrea.adami@gmail.com>. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-04linux(-kexecboot): move shared definitions to linux-${PV}.incMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-04linux: add some logo files from meta-zaurusMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-04linux-kexecboot: import from meta-zaurusMartin Jansa
* from rev 36ad029194d2b57efa07896b5cda3231bc71f357 in meta-smartphone repo http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=36ad029194d2b57efa07896b5cda3231bc71f357 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-04linux-2.6.39: upgrade to 2.6.39.4 and import 2 patches from meta-zaurusMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-04linux-2.6.39: drop files which don't belong hereMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-24linux-3.0: update to 3.0.1Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-14linux 3.0: enable APM emulation in defconfigPaul Eggleton
This is needed for environments that rely on apm/apmd for suspend/resume handling. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-14linux 3.0: fix usage of KERNELORG_MIRRORPaul Eggleton
This already includes the pub/ subdirectory, adding it on again results in fetch failures. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-10linux 3.0: add initial recipe with patches for hx4700 machineKoen Kooi
(imported from OE commit 82f25a42165fc050b21da183ec882109cec73d15) Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-08-10linux.inc: add LIC_FILES_CHKSUMPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30linux.inc: replace call to oenote with bbnotePaul Eggleton
OE-core uses bbnote, bbwarn, etc. instead of oenote, oewarn, etc. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Fix usage of KERNELORG_MIRRORPaul Eggleton
This already includes the pub/ subdirectory, adding it on again results in fetch failures. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-24initial commit of meta-handheldPaul Eggleton
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>