summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-12-23qmake2.bbclass: add space to end of DEPENDS_prependPaul Eggleton1
There needs to be a space at the end of DEPENDS_prepend or otherwise it can collide with the contents of DEPENDS. The OE version of this file has this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2010-12-23binutils*.inc: Recipe format cleanupScott Garman3
Cleanup some simple whitespace / line break issues. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-12-23binutils: delete unused patchesScott Garman5
These patches are not used by any current binutils recipe. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-12-23qemuimage-testlib: Add check for existence of image and correctness of ip ↵Jiajun Xu1
address Fixes [BUGID #612, #611] Add check for existence of image to be tested in qemuimage-testlib. This ensures that sanity test returns failure immediatly when there is no image found. And also add check for the correctness of ip address. If the ip address returned by function Test_Fetch_Target_IP is 0, it means qemu starts up failed and no valid ip address found. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2010-12-23apr-util: add --without-odbc to EXTRA_OECONFSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23unifdef: add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23qemu-helper: add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23eglibc: Only package ld.so.conf, not /etc/rpc which then conflicts with netbaseRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-23cross-localedef: add LIC_FILES_CHKCSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23linux-yocto: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23xserver-xf86: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23gtk: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23qemu-helper: Add LIC_FILE_CHKSUMSSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23gdb: Add LIC_FILE_CHKSUMSSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23bootst-jam: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23tzcode: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23unifdef Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23python: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23icon-naming-utils: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23desktop-file-utils: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23guilt: add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23python-pygobject: remove older install of generate-constants and add ↵Saul Wold2
BBCLASSEXTEND Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23perl: Add LIC_FILES_CHKSUM to native recipeSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23xf86-input-vmmouse: add COMPATIBLE_HOST set to x86*Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23db: add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23connman: Update to 0.64 to solve build issue with .37 kernel headersSaul Wold4
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23apr: add configure for NODELAY to mips-commonSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23insane.bbclass: make LIC_FILES_CHKSUM failures report errorsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23linux-yocto: add dropped qemuppc configurationBruce Ashfield1
The _ to - mass change mangled a config file name, which was dropped from the update. This adds the fixed file back to the meta branch of the kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-12-23qemu: Add some checks before enabling KVMZhai Edwin1
Check the missing modules and permission with informative output. [BUGID #599] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-23matchbox-stroke: Make as singletonZhai Edwin2
Multiple matchbox-stroke instances would occupy whole screen and cause end user confusing. Making matchbox-stroke singleton is one work around. This patch allow only one instance of matchbox-stroke based on some mechanism in matchbox-desktop. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-23matchbox-keyboard: Make as singletonZhai Edwin2
Multiple matchbox-keyboard instances would occupy whole screen and cause X window segfault. Making matchbox-keyboard singleton is one work around. This patch allow only one instance of matchbox-keyboard based on some mechanism in matchbox-desktop. In future, an applet and GTK-IM modules in matchbox-keyboard can be used to automatically map/unmap the virtual keyboard on demand. [BUGID #509] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-23linux-yocto: update to 2.6.37-rc6Bruce Ashfield1
Fixes [BUGID #596] Updating the SRCREVs of the target branches in the linux-yocto development kernel to point to 2.6.37-rc6 content. At this point branches have been switched from _ to - and we are able to remove the old branch names. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-12-23qemu: match kernel headers to preferred kernelBruce Ashfield2
As the yocto-kernel advances, the libc headers must also advance. This commit fixes the SRC_URI and SRCPV to work properly with the latest linux-yocto kernel. It also switches the qemu* targets to prefer this libc recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-12-23linux-yocto-stable: fix qemux86 branch nameBruce Ashfield1
The mapping of qemu to kernel branch name for the stable kernel had a small leak from the devel kernel. Nothing broke since qemux86 prefers the 2.6.37 kernel and this was hidden. This fixes the mapping for anyone who does want a 2.6.34 based qemux86 kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-12-23apr: update x86_64 site config fileSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23apt: update use-host patch to support x86_64Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23send-pull-request: allow users to select git-send-email or sendmailDarren Hart1
Some users find it easier to use their git sendmail setup over a local MTA to deliver mail with the send-pull-request script. If you would like to do this, please read the git-send-email man page and set the relevant entries in your git config. In particular, be sure to set sendemail.from to avoid being asked each time. Reported-by: Khem Raj <raj.khem@gmail.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2010-12-23meta-emenlow: update to the new BSP layoutTom Zanussi64
This modifies the meta-emenlow BSP layer to reflect the new BSP standard layout as defined in the latestYocto BSP Developer's Guide. There's no change in functionality here - this simply moves things around, adds a README, and makes the SRCREVs local. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-12-22bitbake/depexp: fix early exitJoshua Lock1
Stupdi typo/thinko from me had depexp exiting once recipes had parsed as I'd used a return the while loop where I'd meant a continue... Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-22opkg: Update to svn r590 to fix symbolic link issuesRichard Purdie5
See the longlinksfix patch for details but symlinks over 100 chars long were broken in sdk tarballs and its due to problems in the inbuilt tar in libbb in opkg. The patch fixes this and switched to svn r590 which already had partial fixes. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-22owl-video-widget: bump PR after recent patchJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-21poky.bbclass: Move mirrors/premirrors to poky.confRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-21bitbake/fetch: Fix fetch errorRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-21gnome-doc-utils: use BBCLASSEXTEND for native variantJoshua Lock2
A recent patch from me created a native variant of gnome-doc-utils with a new recipe file. This is uneccesarry. BBCLASSEXTEND is the brighter future. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-21sanity.bbclass: Add check for '.' in PATH and error if found (see bug #572)Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Spell checked the file.Scott Rifenbark1
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section.Scott Rifenbark1
Another round of feedback from Tom Z applied. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: replaced the append file line in the templateScott Rifenbark1
Section 1.1 has the example filesystem layout. The last line of the example filesystem layout had linux-wrs. It has been changed to linux-yocto-stable. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated the Linux Kernel Configuration sectionScott Rifenbark1
These changes are another round of edits from Tom Z. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>