summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2010-11-14imagetest-qemu: Add sanity test cases for scp/shutdown in targetJiajun Xu1
scp test is to check if file copying via network work or not in target. shutdown test is to check if target can be poweroff with qemu process off. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2010-11-14image.bbclass/initscripts: Make /etc/timestamp usage consistent.Gary Thomas3
Timestamp is kept in UTC Remove superfluous 'create_etc_timestamp()' function - seems to be a duplicate of 'rootfs_update_timestamp()' Remove External function reference [sgw@linux.intel.com: merged 2 patches and cleanup commit message] Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-14insane.bbclass: fix qa_configure and qa_stagingQing He1
fix the typo in `postfuncs' and effectively re-enables qa_configure and qa_staging Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14libnss-mdns: fix package removalQing He1
Fixes [BUGID #510] Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14procps: upgrade to version 3.2.8Qing He10
from 3.2.7 also update license info [sgw@linux.intel.com: added gmake-3.82 patch to correct location] Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-14iptables: upgrade to version 1.4.9Qing He1
from 1.4.8 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14iproute2: upgrade to version 2.6.35Qing He2
from 2.6.34 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14pciutils: upgrade to version 3.1.7Qing He5
from 3.1.5 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14nfs-utils: upgrade to version 1.2.3Qing He1
from 1.2.2 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14curl: upgrade to version 7.21.2Qing He1
from 7.21.0 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14tzdata: upgrade to version 2010oQing He1
from 2010j Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14shared-mime-info: upgrade to version 0.80Qing He2
from 0.71 also move PR out of .inc file Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14base.bbclass/poky.conf: Fix INCOMPATIBLE_LICENSE Whitelist checkingSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-13bitbake/fetch: Allow checking of a single url at a time (massive sstate ↵Richard Purdie1
speed improvement) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-13sstate.bbclass: Only create symlinks to different localpath urls if the ↵Richard Purdie1
fetch succeeded Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-12procps: fix for build against make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-11-10tcltk: Fix moving libtcl8.5.so into tcl-lib.Jingdong Lu1
Move /usr/lib/libtcl8.5.so into tcl-lib package. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2010-11-10kernel: prefer the kernel produced uImageBruce Ashfield1
The custom uImage produced by the kernel classes by default does not universally boot and working with existing uboot configurations and setups. This changes the preference to the uImage constructed by the kbuild processes and falls back to the other techniques if uImage is requested by the kernel does not produce one. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-10linux-wrs: rename force_revisions and allow overrideBruce Ashfield1
It is useful to override revision checking from a layer or other recipe. In order to show the global nature of the variable rename it KERNEL_REVISION_CHECKING and make it a weak assignment. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-10wrs_meta: add USB options for wacom tablet supportBruce Ashfield1
Fixes [BUGID: #394] qemumips: Added wacom tablet support to mti_malta32_be bsp config Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-10tslib: 32bit big endian supportJ. Aaron Gamble3
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 Gamble1
Fixes [BUGID #394] Signed-off-by: J. Aaron Gamble <john.gamble@windriver.com>
2010-11-10quilt: Fixed configure test for patch --version.Beth Flanagan2
OpenSuSE 11.3 uses GNU patch 2.6.1.81-5b68 which breaks quilt's configure test for patch version. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
2010-11-10poky.conf: Default Locale GenerationSaul Wold1
Add en-us and POSIX to default locale generation Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-10eglibc: add en-us locale generationSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-10eglibc: install the missing /etc/ld.so.conf into targetDexuan Cui1
${sysconfdir} should be added into FILES_${PN}. Fixes [BUGID #511] Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-10ld.so.conf: create empty fileSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-10busybox: enable more options for tar to support more file formats.Dexuan Cui1
Fixes [BUGID #495] Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-11-10bzip2: upgrade to version 1.0.6Qing He3
resolves security bug CVE-2010-0405 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-10imagetest-qemu: Add test case for dmesg check in targetJiajun Xu1
Add a test case for error log check with command dmesg in target. The case introduces a new folder in target, "/opt/test", which holds test scripts running in target. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2010-11-10poky.conf: Change default locale to POSIXSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-10task-sdk-gmae: fix typo in SDK-EXTRAS and convert to ?= for assignmentSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-10python: Fix hardcoded python references which should refer to PN, removing ↵Richard Purdie1
duplicate providers warning Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-09busybox: import upstream patch for make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-11-09eglibc: fix build of eglibc-initial for make 3.82Joshua Lock2
Make 3.82, as shipped with Fedora 14, fixes some holes in the parser which in turn breaks behaviour of some Makefiles. Most notably eglibc's. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-11-07package.bbclass: make sure 'sysroots' created before lockfileKevin Tian1
package sstate requires a lock under sysroots/, which however may not be created when sstate_setscene functions are executed and then causes failures. here we make sure 'sysroots' created before do_package_setscene is executed. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-11-07poky.conf: add PWD to BB_HASHBASE_WHITELISTKevin Tian1
Without doing this I can't reuse prebuilts generated from one directory in another build directory which is really not comfortable for developers. Due to difference on PWD variable, base hash becomes different for every sstate package. So here PWD is added to the hase base whitelist, which makes most prebuilts reusable now in a different build directory. However there still remains one issue about do_populate_sysroot sstate package. Absolute path is encoded in this task which then blocks reuse on them. Perhaps we need some redesign for do_populate_sysroot into two stages, with all absolute path related operations moved to the 2nd stage. This way then the 1st stage can be reused. Partially fix [BUGID #522] Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-11-06meta/classes: Mark do_package_write and do_build as noexec tasksRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-03cross-canadian bbclass: replace hardcoded -pokysdk with SDK_VENDORKoen Kooi1
Signed-off-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-03openssl: Use STAGING_BINDIR_NATIVE as the path to perl, not bindir which can ↵Richard Purdie1
point to incorrect places Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02sstate: Provide a temporary mechanism to stop collisions between toolchain ↵Richard Purdie1
components in builds from scratch using sstate Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02external-python-tarball: Include SDKMACHINE in tarball nameRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02external-python-tarball: Add ability to generate an externally usable ↵Richard Purdie1
standalone python tarball Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02openssl/db/gdbm: Extend to provide BBCLASSEXTEND nativesdkRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02python: Remove hardcoded python references and replace with PN, allowing use ↵Richard Purdie2
of BBCLASSEXTEND=nativesdk Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02base/utils.bbclass: Sync up overlapping functionsRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02utils.bbclass: Add functions from OE.devRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02gnome.bbclass: Remove autotools_stage referenceRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02gnome.bbclass: Use BPN instead of PN and set SRC_URI name similar to OE.devRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02base-files: Allow a basic issue file to be extended by the code, following ↵Richard Purdie3
the method now used by OE Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>