aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
AgeCommit message (Collapse)Author
2011-02-12recipes: pre/post actionsMark Hatle
A number of the recipes did not properly label their pre and post actions, causing the actions to occur in all split packages. This was corrected by defaulting to _${PN} in most cases. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-02-09uboot: move license data into recipe with SRC_URIDarren Hart
The LIC_CHKSUM_FILES are specific to the source determined by SRC_URI. As such, keep all the license information together with the SRC_URI. This also avoids confusion from having these defined in both the .inc and the .bb files. The CHKSUM got out of date in u-boot_git.bb, so update it while we're at it. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Ilya Yanok <yanok@emcraft.com> CC: Gary Thomas <gary@mlbassoc.com> CC: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-09uboot: build with -O2 on all architecturesDarren Hart
The -Os option was disabled due to a bug in gcc building bad binaries for ARM in an earlier commit: f2dc7fadd8c6b180c3f985873261216d53f47f0d This caused problems for powerpc which was resolved by replacing -Os with -O2 for that architecture: d0eb6794d964aa5ac938533a222c39bef09fd945 Using -O2 also works for ARM, so there is no need to condition using -O2 on powerpc. Remove the condition and use -O2 on all architectures. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Ilya Yanok <yanok@emcraft.com> CC: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-09u-boot: compile with -O2 on PowerPCIlya Yanok
gcc on PowerPC is currently compiled with -Os optimization disabled so we have to use -O2 on PowerPC instead. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-09u-boot: add LIC_FILES_CHKSUMIlya Yanok
Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-09linux/u-boot: Update LICENSE fields to specify GPL versionRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-24Drop remaining bootcdx86 references, the -live images for qemux86 and ↵Richard Purdie
atom-pc replace this Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-21u-boot-omap3: remove in favor of upstream u-bootDarren Hart
This repository is stale, the u-boot_git.bb recipe uses the upstream repository. Remaining machines using this recipe have already been converted to using u-boot_git.bb. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-01-21u-boot: Add a new upstream u-boot recipeDarren Hart
uboot-omap3 appears to be fairly stale (last commit in April 2010) while the upstream u-boot is making regular tagged releases. Add a new recipe using the upstream u-boot repository. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-01-21x-load: us TI upstream repository, update recipes accordinglyDarren Hart
TI is now maintaining an upstream x-loader git repository and sakoman will no longer be maintained. Current upstream includes signGP and incorporates it into the Makefile. The new Makefile ift target builds the universal MLO binary. The armv7-a patch is included. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-01-21zaurusd: upgrade to svn revision 426Qing He
Signed-off-by: Qing He <qing.he@intel.com>
2011-01-06recpies: use SRCPV instead of SRCREV for PVYu Ke
SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-06apmd: added HOMEPAGE, minor formatting changesScott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-01-06apmd: delete unused patchScott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-01-05usbutils: Don't install the uncompressed version of usb.ids, the compressed ↵Richard Purdie
version will suffice Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-05pciutils: Don't install the uncompressed version of pci.ids, the compressed ↵Richard Purdie
version will suffice Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-30RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-25u-boot: add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21libacpi: remove patch that is no longer needed by upstreamSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-10usbinit: Fix License checksum issueRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-10qemu-config: Fix License checksum issuesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-10usbinit: update license infoQing He
Signed-off-by: Qing He <qing.he@intel.com>
2010-12-10qemu-config: update license infoQing He
Signed-off-by: Qing He <qing.he@intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-09hostap-conf: update LICENSE and LIC_FILES_CHKSUM infoDongxiao Xu
Import GPLv2 COPYING file. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-09orinoco-conf: update LICENSE and LIC_FILES_CHKSUM infoDongxiao Xu
Import GPLv2 COPYING file. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06eee-acpi-scripts: Update to 1.1.11Zhai Edwin
Rebased remove-doc-check.patch Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-06acpid: update to 1.0.10Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-06pointercal: Add license checksumZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-06formfactor: update LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06keymaps:Add license checksum and update the GPL informationMei Lei
Add a patch to generate COPYING file and get the COPYING file checksum to bb file, update the "GPL" to "GPLv2" according to the COPYING file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-12-01u-boot-mkimage: update license infoQing He
Signed-off-by: Qing He <qing.he@intel.com>
2010-12-01zaurusd: update license infoQing He
Signed-off-by: Qing He <qing.he@intel.com>
2010-12-01v86d: update license infoQing He
Signed-off-by: Qing He <qing.he@intel.com>
2010-12-01setserial: update license infoQing He
Signed-off-by: Qing He <qing.he@intel.com>
2010-11-23libacpi:Add license checksum to bb fileMei Lei
Add LICENSE file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-23acpid: Add license checksum to bb fileMei Lei
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-22pm-utils: Upgrade to version 1.4.1Dongxiao Xu
Fixed its metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-14pciutils: upgrade to version 3.1.7Qing He
from 3.1.5 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-10tslib: 32bit big endian supportJ. Aaron Gamble
Fixes [BUGID #394] patch added from: https://launchpad.net/ubuntu/+source/tslib/1.0-7 Enables wacom tablet/touchscreen support on qemumips Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-10Added qemumips /etc/pointercal file for touchscreen calibrationJ. Aaron Gamble
Fixes [BUGID #394] Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com>
2010-10-11recipes-bsp: Cleanup package descriptions and summariesMark Hatle
[BUGID #281] Evaluate and update each package in recipes-bsp to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-08Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart
In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07poky-default-revisions.inc: Move SRCREV settings into this fileRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-07libacpi: fix COMPATIBLE_HOST definitionNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-10-04qemumips: Add formfactor file so the mouse works correctlyRichard Griffiths
Fixes [BUGID #99] Signed-off-by: Richard Griffiths <rgriffit@windriver.com>
2010-09-30Move prism-firmware, spectrum-fw, python-urlgrabber, python-iniparse and ↵Richard Purdie
yum-metadata to meta-extras Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-30spectrum-fw: Set LICENSERichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-30pointercal: Add LICENSE fieldRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-30signgp: Add licence info from OE.devRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>