aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-03-15linux-3.1: remove CONFIG_RAMOOPS=y from Zaurus defconfigsAndrea Adami
* this was enabled by mistake, nonsense on Zaurus Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-03-15linux-kexecboot_3.2: add more defconfigs for Zaurus familyAndrea Adami
* prepare for systemd * note: more fixes for pxa and sha1100 coming with 3.3 and 3.4 * (especially for collie) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-02-29linux_3.2: update from 3.2.7 to 3.2.8Andrea Adami
* apply latest stable patchset to match linux-yocto_3.2 * (work in progress to use linux-yocto as default kernel) * bump INC_PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-02-23README: update layer dependencies listPaul Eggleton
* meta-initramfs is now required * meta-oe is currently required but we should be able to remove this dependency fairly soon. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-02-23linux_3.2: update from 3.2.1 to 3.2.7Andrea Adami
* apply latest patchset * bump INC_PR
2012-02-23linux-kexecboot_3.2 and _git: remove and add .bbappendAndrea Adami
* recipes are now in meta-initramfs Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-02-23remove linux-kexecboot_3.1, now in meta-initramfsAndrea Adami
* add .bbappend * bump PR and INC_PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-02-23remove initramfs-images, now in meta-initramfsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-02-23meta-handheld: recipe moved to meta-initramfs, add bbappendsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-02-07zaurus.inc: remove remnant of kernel26 from MACHINE_FEATURESAndrea Adami
* and do some minor cleanings, removing unneeded var for kernel type * remove outdated comments about tosa suspend as well Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-02-07zaurus.inc: remove module_autoload remnants, now built in kernelAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-02-07zaurus.inc: always provide kernel in /bootAndrea Adami
* install kernel and symlink as expected by kexecboot * for compatibility with images using minimal tasks * (kexec)boot tested: opie-image and core-image-minimal Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-02-07linux(-kexecboot): upgrade from 3.1.8 to 3.1.10Andrea Adami
* apply latest patchset for 3.1 and bump PR of both recipes * (Kernel 3.2 is still on hold because we are waiting for klibc_2.0) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-25kexecboot-cfg: Inhibit toolchain dependencies and set better labelAndrea Adami
* Inhibit toolchain dependencies, this just creates config file * Use DISTRO-MACHINE for label, unless it is not set (e.g. OE-Core with DISTRO = ""), in which case use DISTRO_VERSION-MACHINE. Unfortunately the maximum practical length for qvga is about 24 characters so we can't make all three fit. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-23zaurus.inc: decouple build of zaurus-installer (and linux-kexecboot)Andrea Adami
* Once flashed on device there isn't any advantage rebuilding * initramfs images for linux-kexecboot on each image build. * * One would bitbake zaurus-installer only when needed. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-23initramfs-kexecboot(-klibc)-image: explicitly install kexec(-klibc)Andrea Adami
* for clarity, specify we just install the two binaries * (despite the fact that kexec is a runtime dependency for kexecboot) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-22udev: add modified touchscreen.rulesPaul Eggleton
This adds an appropriate udev rule for h1940 iPAQs with recent kernels. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2012-01-22linux_3.1: add patches for h1940Paul Eggleton
Add kernel patches for h1940 by Vasily Koruzhick <anarsoul@gmail.com> Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2012-01-22conf/machine/h3600: force udev 164Paul Eggleton
With the old 2.6.29 kernel on this machine we cannot use the version of udev in meta-oe, so force the OE-Core version. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-22conf/machine/h3600: enable jffs2 and tar.bz2 IMAGE_FSTYPESPaul Eggleton
jffs2 is needed if you wish to boot from internal flash using the CRL bootldr. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-22conf/machine/h3600: make kernel and /boot/params essentialPaul Eggleton
Use MACHINE_EXTRA_ESSENTIAL_RDEPENDS to ensure that the kernel image and ipaq-boot-params get installed for any image (including core-image-minimal). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-21conf/machine/h3600: switch to linux (2.6.29)Paul Eggleton
Switch from linux-handhelds-2.6 (2.6.21-hh20) to standard linux (2.6.29.6) kernel. Also remove redundant setting of TARGET_ARCH (the include files already set this). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-21linux: add 2.6.29 kernel for h3600Paul Eggleton
Add a recipe for Linux 2.6.29 for the iPAQ h3600 machine only. (Note that this will probably not work for h3800 as broken support for this machine is removed by one of the patches.) Kernel defconfig and patches by Dmitry Artamonow <mad_soft@inbox.ru> (downloaded from http://mad.is-a-geek.org/h3600/). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-21ipaq-boot-params: add LIC_FILES_CHKSUMPaul Eggleton
This is MIT licensed, and since it consists only of a file with a single line in it, just point to the OE-Core MIT license file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-20zaurus-installer: Inhibit toolchain dependenciesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-20zaurus-legacy-tar.bb: Inhibit toolchain dependenciesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-20zaurus-updater: Inhibit toolchain dependenciesAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-16zaurus.inc: don't install device nodes, rely on devtmpfsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-16linux-kexecboot: bump INC_PR to follow kexecboot upgradeAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-16kexecboot_git: move to 8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7Andrea Adami
* take advantage of last commits allowing to boot with empty /dev * (the directory must be present, though) * minor fixes * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-16initramfs-kexecboot-image: use INITRAMFS_FSTYPESAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-16zaurus.inc: add settings for INITRAMFS_FSTYPESAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-15zaurus.inc: remove IMAGE_DEVICE_TABLES settingsAndrea Adami
* Zaurus devices are now only using devtmpfs enabled kernels Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-15initramfs-kexecboot-* images: adapt to oe-coreAndrea Adami
* Set IMAGE_FEATURES = "" to prevent the setting of things * like EXTRA_IMAGE_FEATURES in local.conf (from oe-core). * Readd IMAGE_BASENAME like all other images are doing. * Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-14linux(-kexecboot)-3.1: move common stuff like SRC_URI and checksums to .inc fileMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-14linux(-kexecboot)-3.2: add 3.2.1 for spitzMartin Jansa
* for now with negative D_P * be aware that current klibc doesn't build agains linux-headers from 3.2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-14linux(-kexecboot)-git: upgrade to 3.2.0-rc7Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-14zaurus.inc: weak assignment to IMAGE_FSTYPESMartin Jansa
* easier for builder to limit IMAGE_FSTYPES in local.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-14linux(-kexecboot): update from 3.1.7 to 3.1.8Andrea Adami
* apply latest stable patchset * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-05linux(-kexecboot): upgrade from 3.1.6 to 3.1.7Andrea Adami
* apply latest stable patchset 2012-01-03 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-02linux(-kexecboot): upgrade from 3.1.4 to 3.1.6Andrea Adami
* apply latest stable patchset 2011-12-21 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-12-18linux.inc: set LOGO_SIZE based on MACHINE_GUI_CLASSPaul Eggleton
MACHINE_GUI_CLASS is somewhat outdated but at least most machines in meta-handheld set this and the kernel can at least pass do_fetch correctly. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-09zaurus.inc: adapt jffs2 and sum.jffs2 to changes in oe-coreAndrea Adami
* in oe-core jffs2 summary has been added to image_types.bbclass and * IMAGE_CMD_jffs2 now includes '-n' to skip cleanmarkers node creation * so we need to customize only padding, endianness and compression mode * While there remove compression settings which are handled in kernel. * This allows us to use the same string for mkfs.jffs2 and for sumtool. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-12-09linux(-kexecboot): upgrade from 3.1.2 to 3.1.4Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-12-09motorola-ezx-base.inc: enable "iwmmxt" as extra arch only when neededAntonio Ospite
Use PACKAGE_EXTRA_ARCHS_tune-xscale so we don't need to remove the generic PACKAGE_EXTRA_ARCHS line in case we enable tune-iwmmxt.inc Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-09motorola-ezx-base.inc: do not define TARGET_ARCHAntonio Ospite
Removing TARGET_ARCH = "arm" fixes this error: Error, the PACKAGE_ARCHS variable does not contain TUNE_PKGARCH (armv5te). Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
2011-11-28linux 2.6.39: remove all traces of itKoen Kooi
The previous commit stated: From e6a10fdf93658c0ab93e9a9afc924f52589ab4f6 Mon Sep 17 00:00:00 2001 From: Paul Eggleton <paul.eggleton@linux.intel.com> Date: Sun, 27 Nov 2011 21:33:58 +0000 Subject: linux: move h1940 up to 3.1 * Add new h1940 defconfig from Vasily Koruzhick <anarsoul@gmail.com> * Remove 2.6.39 as no machine in meta-handheld is using it anymore So lets indeed remove 2.6.39 and stop the parse failures from happening Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-27linux: move h1940 up to 3.1Paul Eggleton
* Add new h1940 defconfig from Vasily Koruzhick <anarsoul@gmail.com> * Remove 2.6.39 as no machine in meta-handheld is using it anymore Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-11-25linux(-kexecboot).inc: don't use IMAGE_FEATURES to decide CMDLINE_DEBUGMartin Jansa
* user can still define CMDLINE_DEBUG in local.conf or distro.conf * recipe output should be the same when we're using it in image with debug-tweaks and later in another image this time without debug-tweaks Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-25linux-git: upgrade to 3.2.0-rc3Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>