summaryrefslogtreecommitdiffstats
path: root/meta/conf
Commit message (Collapse)AuthorAgeFilesLines
* Drop remaining bootcdx86 references, the -live images for qemux86 and ↵Richard Purdie2011-01-241-4/+0
| | | | | | atom-pc replace this Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* staging: Use relative path in sysroot-destdir for target recipesDongxiao Xu2011-01-211-0/+1
| | | | | | | | | | Original we used absolute path in sysroot-destdir for both native and target recipes. This commit changes target recipes to use relative path which is same as the image directory. [sgw: merged with libtool sysroot work] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro tracking: add graphics recipes tracking dataYu Ke2011-01-211-18/+19
| | | | | | | add required filed for package report system to generate more acurate report Signed-off-by: Yu Ke <ke.yu@intel.com>
* overo: use the new upstream u-boot recipeDarren Hart2011-01-211-1/+1
| | | | | | | | | In preparation to remove the u-boot-omap3 recipe, update the overo machine to use the new upstream u-boot recipe. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
* beagleboard: add x-load and u-boot dependsDarren Hart2011-01-211-0/+3
| | | | | | | | | The Beagleboard xM requires x-load and u-boot to be installed on the MMC as it has no NAND (as of rev B and onward). Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com>
* u-boot: Add a new upstream u-boot recipeDarren Hart2011-01-211-0/+1
| | | | | | | | | | 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>
* x-load: us TI upstream repository, update recipes accordinglyDarren Hart2011-01-211-1/+1
| | | | | | | | | | | | 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>
* bitbake.conf: add USERNAME to BB_HASHBASE_WHITELISTKevin Tian2011-01-211-1/+1
| | | | | | previously only USER is in the whitelist, however both are possible on different distros Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* resolvconf: upgrade to version 1.48Qing He2011-01-211-3/+3
| | | | | | from 1.43 Signed-off-by: Qing He <qing.he@intel.com>
* zaurusd: upgrade to svn revision 426Qing He2011-01-212-4/+4
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* dbus: upgrade to version 1.4.1Qing He2011-01-211-2/+2
| | | | | | from 1.4.0 Signed-off-by: Qing He <qing.he@intel.com>
* libnfsidmap: upgrade to version 0.24Qing He2011-01-211-6/+3
| | | | | | from 0.23 Signed-off-by: Qing He <qing.he@intel.com>
* coreutils: upgrade to version 8.9Qing He2011-01-211-3/+5
| | | | | | | | from 8.5 coreutils now depends on gmp Signed-off-by: Qing He <qing.he@intel.com>
* distro-tracking: update some tracking fieldsQing He2011-01-211-98/+24
| | | | | | removing some dated items to make the fields more concise. Signed-off-by: Qing He <qing.he@intel.com>
* poky-default.inc: bump binutils preferred version to 2.21Scott Garman2011-01-211-1/+1
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* poky.conf: Correctly set gdk-pixbuf PREFERRED_PROVIDERRichard Purdie2011-01-201-4/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add PREFERRED_PROVIDERs for gdk-pixbuf-loaders after gdk-pixbuf ↵Richard Purdie2011-01-201-0/+5
| | | | | | updates Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-lsb: Add poky-lsb.conf as distro of lsb imageJingdong Lu2011-01-201-0/+6
| | | | Signed-off-by: Jingdong Lu<jingdong.lu@windriver.com>
* machine/qemu: Allow for users to override the preferred kernel versionDarren Hart2011-01-201-1/+1
| | | | | | | | The linux-yocto-rt kernel has been boot tested on qemux86-64. Unlock the preferred provider for virtual/kernel so it can be selected and used. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* systemtap: new packageTom Zanussi2011-01-201-0/+1
| | | | | | | Add systemtap, a general-purpose script-directed dynamic tracing and performance analysis tool for Linux. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* qemuimagetest: Use same image during sanity testing instead of copying a new ↵Jiajun Xu2011-01-201-5/+5
| | | | | | | | | | | | | | | | | image for each case To reduce the time on sanity testing, we remove variable SHARE_IMAGE and use a new variable TEST_SERIALIZE in local.conf. It is by default set to 1. Poky will copy and boot the to-be tested image for only once. It will not remove or kill the image and test cases will be serialized executed against the same image. If it is set to 0, image is always be copied for each cases, which takes much time. I had a experiment that latest qemuppc sato only takes 7 minutes to finish 9 sanity test cases, which takes more than 20 minutes before. I also removed sanity case "boot" from sato/sdk/lsb because the other cases for these targets already cover the check point of "boot". Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
* linux-yocto: beagleboard enablementBruce Ashfield2011-01-191-3/+3
| | | | | | | | | | | | Enable beagleboard support for 2.6.37. The only non-kernel related change for the board is to update the serial console designation. The Beagleboard use omap serial driver, so we replace ttyS2 with ttyO2. This is described in following link: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg40838.html Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Liming Wang <liming.wang@windriver.com>
* distro-tracking: update manual checkingSaul Wold2011-01-181-10/+17
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* pseudo: Update to the latest upstream versionMark Hatle2011-01-181-1/+1
| | | | | | | | | Update pseudo to the latest version to resolve a number of optimization defects. The problems were present on both 64-bit and 32-bit systems, but generally only caused issues on 32-bit hosts. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* xserver-xf86-dri-lite: upgrade to 1.9.3Yu Ke2011-01-181-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* mesa: add mesa 7.8.2Yu Ke2011-01-181-1/+1
| | | | | | The latest mesa 7.10 has dependency on GPLv3 library talloc, so it is still necessary to keep one old non-GPLv3 mesa.And the latest non-GPLv3 version is mesa 7.8.2, so this patch add it. Signed-off-by: Yu Ke <ke.yu@intel.com>
* xf86-video-intel: upgrade to 2.14.0Yu Ke2011-01-181-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xwininfo: upgrade to 1.1.1Yu Ke2011-01-181-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* libdrm: upgrade to 2.4.23Yu Ke2011-01-181-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xf86-input-synaptics: upgrade to 1.3.0Yu Ke2011-01-181-1/+1
| | | | | | | - update license checksum due to commit "COPYING: add three missing authors listed in synaptics.c". the license type is unchanged. - Pass correct "sdkdir" value for cross compiling Signed-off-by: Yu Ke <ke.yu@intel.com>
* xf86-input-evdev: upgrade to 2.6.0Yu Ke2011-01-181-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xf86-input-keyboard: upgrade to 1.5.0Yu Ke2011-01-181-1/+1
| | | | | | - update license checksum due to commit "Sun's copyrights now belong to Oracle". the license type is unchanged. Signed-off-by: Yu Ke <ke.yu@intel.com>
* xdpyinfo: upgrade to 1.2.0Yu Ke2011-01-181-1/+1
| | | | | | - update license checksume due to the commit "COPYING: replace stub with actual copyright notice". it provide more accurate license info. the license type is unchanged. Signed-off-by: Yu Ke <ke.yu@intel.com>
* xprop: upgrade to 1.2.0Yu Ke2011-01-181-1/+1
| | | | | | - LICENSE_CHECKSUM changed due to the commit "COPYING: replace stub with copyright notices". this commit add more accurate license info, and the license type is still MIT-X. Signed-off-by: Yu Ke <ke.yu@intel.com>
* bigreqsproto: upgrade to 1.1.1Yu Ke2011-01-181-3/+3
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xinit: upgrade to 1.3.0Yu Ke2011-01-181-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xhost: upgrade to 1.0.4Yu Ke2011-01-181-1/+1
| | | | | | - LICENSE checksum changes due to that "Sun's copyrights now belong to Oracle". it is corp name change only, the license is still MIT-X. Signed-off-by: Yu Ke <ke.yu@intel.com>
* libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* ↵Dexuan Cui2011-01-171-0/+2
| | | | | | | | | | | | | | | and crt*.o Currently gcc-runtime installs the files, but actually gcc-runtime's do_configure checks if the files are available, so before we build gcc-runtime, we should have some recipe install the files first! -- currently gcc-cross-intermediate actually does that(gcc-cross also installs the files, but it installs into the gcc-build-internal* directory), but gcc-cross-intermediate will have its own sysroot in future, after that, gcc-runtime won't build. So let us add this new target recipe and move the installation of the files from gcc-runtime into it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* linux-yocto: enable arch ARM config settings for KARCH based boardsBruce Ashfield2011-01-171-1/+1
| | | | | | | | The switch to KARCH meant that the arch arm settings were not being applied to all boards. This commit adds the new option along with the existing one to cover all boards. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto-stable: add atom-pc preempt_rt supportBruce Ashfield2011-01-171-1/+1
| | | | | | | | | | | | | | | | Updating the SRCREV to capture this commit to the 2.6.34 kernel: linux-2.6-windriver: atom-pc-preempt_rt meta-data The following patch adds support for the preempt_rt kernel type for the atom-pc machine. It should be applied to the wrs_meta branch. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: add systemtap config to -stable and -dev kernelsBruce Ashfield2011-01-171-2/+2
| | | | | | | | | | | | | | Enable the parameters required for systemtap for all BSPs based off the standard kernel type. CONFIG_KPROBES=y CONFIG_RELAY=y CONFIG_DEBUG_INFO=y CONFIG_DEBUG_FS=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* qemuimagetest: Use the same image in sanity testing to fix the timeout issue ↵Jiajun Xu2011-01-141-0/+8
| | | | | | | | | | | | | | | on autobuilder Fixes [BUGID #595] Because of the QEMU booting slowness issue(see bug #646 and #618), autobuilder may suffer a timeout issue when running sanity test. We introduce variable SHARE_IMAGE here to fix the issue. It is by default set to 1. Poky will copy latest built-out image and keep using it in sanity testing. If it is set to 0, latest built-out image will be copied and tested for each case, which will take much time. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
* bitbake.conf: Whitelist FILESPATH as a variable not to include in taskhashesRichard Purdie2011-01-121-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf: Whitelist MACHINE variable in PACKAGE_ARCHSRichard Purdie2011-01-121-0/+3
| | | | | | | | | | | | PACKAGE_ARCHS represents all compatible architectures for a given machine. It makes no sense for this variable to change any task checksums as it doesn't inject any machine dependency into any known task. Multimachine means machine specific packages will be detected through other variables. Before this patch, even native packaging tasks were ending up being marked as machine specific. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: add routerstation pro and mpc8315e-rdb supportBruce Ashfield2011-01-123-5/+5
| | | | | | | | | The routerstation pro and mpc8315e-rdb have been validated on 2.6.37 so we can switch their preference to linux-yocto and update the machine compatibility to add them to the support list. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* trace-cmd: Bump SRCREV and recipe PV and PR values.Darren Hart2011-01-121-1/+1
| | | | | | | | | | | Upgrade to 6c696cec3f264a9399241b6e648f58bc97117d49 which includes fixes to the Makefile to allow for user override of CC and AR via the environment as well as python SWIG wrapper fixes. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto: update to 2.6.37Bruce Ashfield2011-01-101-11/+11
| | | | | | | | | | Fixes [BUGID: 620] Update the SRCREVs to include the full 2.6.37 release plus the forward port of the alternate RPC port patch. With this fix, we can complete usermode NFS booting of all the qemu* targets. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kern-tools: create generic variables for platform/board/kernelBruce Ashfield2011-01-101-2/+2
| | | | | | | | Update the SRCREV to pickup changes to update the use of WRS_* to be K* to provide more generic names for the platform/board/kernel configuration options. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: update SRCREV to pickup debug/ftrace config changesBruce Ashfield2011-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | Updating to reflect the changes from Darren Hart: [ linux-yocto-2.6.37: Add debugfs and ftrace features to standard ktype meta-data ftrace provides low impact tracing facilities and should be made available on the main kernel - as opposed to a debug or tracing kernel which often add enough overhead to mask subtle bugs. These features are available on the 2.6.34 yocto kernel. Boot and trace-cmd tested on qemux86-64. Signed-off-by: Darren Hart <darren@dvhart.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Tom Zanussi <tom.zanussi@intel.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* routerstation: disable command line overridesBruce Ashfield2011-01-101-2/+2
| | | | | | | | | | | Fixes [BUGID #581] The initial routerstation pro BSP went out with with command line overrides enabled. We'd need to be able to set the command line from Redbot, so we should disable the forcing of the built in variant. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>