aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-18linux-handhelds-2.6: remove comment ending with backslashdannyMartin Jansa
* http://lists.linuxtogo.org/pipermail/bitbake-devel/2012-December/003954.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-25linux-yocto_3.2: move to its specific directoryAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-10-13encdec-updater: remove NATIVE_INSTALL_WORKSPaul Eggleton
This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-15linux-yocto: slob breaks usb networking, use slabAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-09-15zaurus.inc: fix xserver/mesa virtual providersAndrea Adami
* xserver-xorg-lite has been removed with commit 5868358 * mesa-xlib has been removed with commit 7a815ca * * default-providers.inc gives following settings: * PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" * PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg" * PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" * PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa-dri" * PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa-dri" * PREFERRED_PROVIDER_virtual/libx11 ?= "libx11" Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-09-15linux-yocto: use LZMA for Zaurus collieAndrea Adami
* this way we save more than 500KiB, important when you have just 14MiB ! Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-08-12zaurusd: remove dependency on procpsPaul Eggleton
With a little tweaking we don't need procps; we can rely on what busybox provides. If nothing else requires procps this saves some space on the target. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-12zaurus: fix jffs2 and ubifs images for collieAndrea Adami
* sumtool doesn't accept the same params used in mkfs.jffs2 * ubi calculation was wrong, erasesize is 0x20000 * and subpages seem to be 512 bytes Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-08-02zaurus.inc: ensure formfactor is installed in every imageAndrea Adami
* formfactor.bbappend of meta-handheld will provide rotation reading for psplash. * This will be removed once formfactor will be a runtime dependency * of oe-core's psplash. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-08-02zaurus.inc: add framework for ubifs image typesAndrea Adami
* In preparation for the next kexecboot release. * tested on poodle, c7x0 and spitz 3200 * (the different partitioning btw spitz models will be * detected by kexecboot) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-07-19recipes: svn SRC_URI s/proto=/protocol=/gMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-12formfactor: fix sed expressionAndrea Adami
* a last-minute check was added...with a missing '*' * don't add newline so we can easily test -s Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-07-11formfactor: add machine-specific /etc/rotation for psplashAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-07-11linux-yocto-tiny-kexecboot: unset CONFIG_MTD_NAND_VERIFY_WRITE for ZaurusAndrea Adami
* for easier UBI support whithout needing VID HDR offsets * (dedekind, the author, says this setting is only meant for debug) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-07-11linux-yocto: unset CONFIG_MTD_NAND_VERIFY_WRITE for ZaurusAndrea Adami
* for easier UBI support whithout needing VID HDR offsets * (dedekind, the author, says this setting is only meant for debug) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-07-11linux_git: remove unused obsolete recipe (was for Zaurus spitz)Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-07-11linux_3.2: remove obsolete recipe and defconfigs (was Zaurus-only)Andrea Adami
* we use now linux-yocto Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-07-11linux_3.1: remove obsoleted Zaurus defconfigAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-06-27linux_2.6.29: fix parsing warningsAndrea Adami
* declare COMPATIBLE_MACHINE to fix * WARNING: Unable to get checksum for linux SRC_URI entry * defconfig: file could not be found Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-06-27linux_3.0.1 fix parsing warningsAndrea Adami
* declare COMPATIBLE_MACHINE to fix * WARNING: Unable to get checksum for linux SRC_URI entry * defconfig: file could not be found Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-06-20zaurus.inc: redefine XZ compression levelAndrea Adami
* xz -7 makes sense if your vmlinux is much larger than 16 MiB uncompressed Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-06-20linux-kexecboot: remove recipes, we use linux-yocto-tiny-kexecbootAndrea Adami
* this patch matches the corresponding one in meta-initramfs * and removes stale .bbappends and obsolete recipes Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-06-17meta-handheld: append to BBPATH instead of prepend so order of bblayers.conf ↵Martin Jansa
is respected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-05-20zaurusd: add uinput kernel module to RRECOMMENDSPaul Eggleton
tskeys needs the uinput kernel module to function. Also move the RDEPENDS line down to the end where it belongs. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-04-23linux-kexecboot_3.2: unlock removing DEFAULT_PREFERENCE = "-1"Andrea Adami
* klibc can now be built against kernel >3.1 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-04-23zaurus.inc: update references to linux-kexecbootAndrea Adami
* now using linux-yocto-tiny-kexecboot Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-04-23zaurus-installer: use linux-yocto-tiny-kexecboot kernelAndrea Adami
* bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-04-23zaurus: use linux-yocto as virtual/kernelAndrea Adami
* tested 3.2 on c7x0, poodle, spitz Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-04-23linux-yocto-tiny-kexecboot: initial commit of v. 3.2 for ZaurusAndrea Adami
* initially reusing configurations of linux-kexecboot_3.2 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-04-23linux-yocto: initial commit of v. 3.2 for ZaurusAndrea Adami
* initially reusing configurations of linux_3.2 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-04-23linux-kexecboot_3.2: set console to tty1 to hide cursorAndrea Adami
* revert accidental change Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-04-09linux(-kexecboot)_git: add CC_OPTIMIZE_FOR_SIZE=yAndrea Adami
* to spitz kernel * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-04-09linux(kexecboot)_3.2: add CC_OPTIMIZE_FOR_SIZE=yAndrea Adami
* to Zaurus kernels * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-04-09linux(-kexecboot)_3.1: add CC_OPTIMIZE_FOR_SIZE=yAndrea Adami
* to Zaurus kernels * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-04-09linux-kexecboot: add CONFIG_GPIO_PCA953X=y to akita defconfigsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-04-09linux: add CONFIG_GPIO_PCA953X=y to akita defconfigsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-04-09udev: better mangling of oe-core local.rulesAndrea Adami
* do not keep a copy of local.rules * bump PR * (this patch will be superfluous if/when accepted by oe-core) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-04-05README: remove meta-oe dependencyPaul Eggleton
meta-handheld no longer depends on meta-oe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-04-02linux-git: drop setversion fix, it's fixed in kernel.bbclass nowMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-02udev: generalize the check in touchscreen ruleAndrea Adami
* The rule only works for devices reporting ts pressure * and ignores the other touchscreens (happens e.g. on ipaq h1940). * a0,1,*18 a = absolute axes (ABS_X 0x00 ABS_Y 0x01 ABS_PRESSURE 0x18) * (see include/linux/input.h) * * Guidelines for touchscreen suggest only ABS_X and ABS_Y are mandatory * (http://kernel.org/doc/Documentation/input/event-codes.txt) * * Side-effect of the patch is to remove a dependency on meta-oe * but using older udev from oe-core. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-03-28formfactor, keymaps, udev: use better form of PRINCMartin Jansa
* this way we can stack multiple bbappends from different layers without overwritting PRINC value Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-28linux-3.2: upgrade to 3.2.12Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-25keymaps: edit script to reuse 2.6 kernel keymapsAndrea Adami
* The keymap.sh script installed by oe-core recipe has a check * for KERNEL_MAJMIN=`uname -r | cut -d '.' -f 1,2` * so the keymaps-2.6.map's are ignored when running 3.x kernels * Thus, we replace the suffix of the runtime kernel with "2.6" in the .bbappend. * Bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-03-25h2200-bootloader: add LIC_FILES_CHKSUMPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-03-25conf/machine/h2200: ensure kernel image is installedPaul Eggleton
Ensure the kernel image gets installed into the rootfs - LAB expects it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-03-25linux-handhelds-2.6: restore to working orderPaul Eggleton
* Fix SRC_URI - handhelds.org CVS is long gone * Add SRC_URI checksums * Fix Makefile for current versions of make * Use FILESEXTRAPATHS instead of FILESPATHPKG * Add LIC_FILES_CHKSUM Tested on h2200. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-03-15linux-git: remove CONFIG_RAMOOPS=y from spitz defconfigAndrea Adami
* this was enabled by mistake, nonsense on Zaurus Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-03-15linux-3.2: 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_(3.1|3.2|git): simplify and embed the linux-${PV}.incAndrea Adami
* v2 fixes checksums * those kernels will be hopefully soon replaced by * linux-yocto cut-down versions (...yoctized...) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-03-15linux_3.2: update from 3.2.8 to 3.2.9, add more defconfigsAndrea Adami
* v2 fixes wrong checksums * add remaining Zaurus defconfigs and normalize spitz * add AUTOFS4_FS for systemd compatibility * apply latest patchset and match with yocto version * add a patch to fix build error(warning) on collie; * more fixes for pxa and sha1100 coming with 3.3 and 3.4 * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>