aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
AgeCommit message (Collapse)Author
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-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-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-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-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-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-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-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>
2011-11-02formfactor: initial commit of collie, poodle and tosa machconfigAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-19Ensure FILESEXTRAPATHS_prepend has a trailing colonPaul Eggleton
This is important for when multiple bbappends get applied to the same recipe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17formfactor: add formfactor files previously removed from OE-corePaul Eggleton
These files (for three of the Zaurus machines) were inherited from Poky. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17keymaps: add keymaps from OE classicPaul Eggleton
Add keymaps for applicable machines from OE classic. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-06nandlogical: correct oobblock/writesize patchDmitry Eremin-Solenikov
Somehow the oobblock-to-writesize.patch patch got damaged. Correct it. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-04zaurusd: switch from svn.o-hand.com to git.yoctoproject.orgMartin Jansa
* bump PE for upgrade path * fix LICENSE and add LIC_FILES_CHKSUM * move files from directory files to zaurusd for faster lookup Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-04nandlogical: switch to remote SRC_URIAndrea Adami
* add patch against original source * fix license * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-04encdec-updater: switch to remote SRC_URIAndrea Adami
* bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-04initramfs-kexecboot*image: 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-04kexecboot: 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-08-16acx-firmware/tiinit: set LICENSE to CLOSEDPaul Eggleton
The firmware is closed source, and this avoids LIC_FILES_CHKSUM which is redundant here. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-16acx-firmware/tiinit: fix SRC_URIPaul Eggleton
Seems that SDG Systems moved some files around, fix SRC_URI for these recipes accordingly. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-14Add firmware recipes for hx4700 wifi supportPaul Eggleton
Copy in recipes from OE-dev. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30zaurus-legacy-tar: adopt necessary changes for oe-coreAndrea Adami
* fix SRC_URI and add checksums * update license * delete static binary * inherit deploy * bump PR Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30zaurus-updater: adopt necessary changes for oe-coreAndrea Adami
* update LIC_FILES_CHKSUM * (so calling sed in do_configure won't break checksum) * inherit deploy * bump PR Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-07-30zaurus-installer: adopt necessary changes for oe-coreAndrea Adami
* inherit deploy * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-07-30nandlogical: adopt necessary changes for oe-coreAndrea Adami
* this is the same patched source file we have in org.openembedded.dev * probably worth fixing it (source + diff from original) * * remove FILESPATHPKG * add LICENSE and LIC_FILES_CHKSUM * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-07-30zaurus-utils: add LIC_FILES_CHKSUMPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30zaurus-legacy-tar: inherit deployPaul Eggleton
Integrate change from meta-zaurus to inherit deploy class for this recipe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30encdec-updater: move source file to its own subdirPaul Eggleton
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>