summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2010-09-07poky-image: Set LICENSE field for the image recipes (note this doesn't apply ↵Richard Purdie5
to the image contents, just the recipe and code used Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07poky-image: Set LICENSE field for the image recipes (note this doesn't apply ↵Richard Purdie7
to the image contents, just the recipe and code used Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07tasks: Set LICENSE fieldRichard Purdie5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07QT4 mips: disable the LDFLAGS "-Bsymbolic-functions"Yu Ke2
"-Bsymbolic-functions" flag makes ld to bind the global function symbol of shared library at compiling time, thus reduce the runtime relocation cost. However, this flag in binutil 2.20 cause QT4 mips building failure, which is "final link failed: Bad value" error in libQtWebKit.so linking stage. If downgrad to binutil 2.19, this error disappears. so before binutil new release is out, it is better to disable this flag for QT4 mips. Fix [BUGID #271] Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-09-07linux: Fix the compulab image post deploy function by making it a postfuncRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07sstate: Make sure the sstate function is the last to run, not the firstRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07pseudo: Honour the NO32LIBS variableRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07udev: Drop old versionsRichard Purdie35
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07poky-default.inc: Use standard udev version for PPC, seems to work fineRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07toolchain-scripts: export extra variables for use by scriptsJoshua Lock1
Export the location of the native sysroot for use in the scripts to determine the location of native binaries. Also add a POKY_DISTRO_VERSION to the external toolchain environment as a method of determining if we're running under a build directory or not i.e. not if the variable is empty Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-06linux-wrs: Ensure S directory exists else task can failRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-06gcc-crosssdk-initial: Ensure native dependencies are built, these can differ ↵Richard Purdie1
accross different gcc versions causing build failures Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-06kernel/wrs: update SRCREV for v2.6.34.6 + changesBruce Ashfield4
Updating the SRCREVs for the recent port of bug fixes for all boards and the integration of qemux86-64 config and connector changes. Now that the qemux86-64 changes are in tree, we can drop them from the linux-wrs recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-09-06task-poky-tools.bb: avoid multiple RRECOMMENDS to override each otherKevin Tian1
there're two RRECOMMENDS_task-poky-tools-profile both using direct assignment, which makes 'perf' overriden by "kernel-module-oprofile" Fix [BUGID #97] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-06poky-default-revisions.inc: Move SRCREVs to correct locations, fix whitespaceRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-06poky-default.inc: Make sure sdk version of gcc is fixed and doesn't changeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-04tasks-poky-basic and tasks-poky-qt: bump PR and remove atSaul Wold2
Remove at since it's failing build Add Zypper to lsb image Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-03task-poky-qt.bb: Exclude mips from buildingSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-03clutter-mozembed: move patches back into meta-moblinScott Garman2
These patches were mistakenly moved into meta/recipes-graphics/clutter during the metadata reorg. This moves them back where they belong. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-03rpm: Fix autoconf/libtool usageMark Hatle5
In order to resolve a host-contamination problem, we re-work the way that autoconf and friends are invoked during the compilation of RPM. This has a side effect of fixing another bug where RPM was being renamed HOST_ARCH-HOST_OS-rpm. So we remove the "fixes" for that behavior as well. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-03rootfs_rpm: Workaround for checksum changesMark Hatle1
With the new checksum changes, the system is no longer able to determine if the function resolve_package is used. So it doesn't get emitted. The workaround resolves this by triggering an exit 0, followed by a bogus usage of the function. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-03zypper: add new packageQing He2
Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
2010-09-03libzypp: add new packageQing He3
Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
2010-09-03sat-solver: added new packageQing He3
Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
2010-09-03augeas: add new packageQing He2
version 0.7.3 Signed-off-by: Qing He <qing.he@intel.com>
2010-09-03Fix broken references to libcheckScott Garman4
* check has been renamed to libcheck Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-03rpm: Change the way the python version is determined so its sane and works ↵Richard Purdie2
with checksumming Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-03task-poky-qt: create a task and add to poky-image-sdkSaul Wold3
Fixes [BUGID #260] Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-03bootmisc.h: use "date -s" to set timeKevin Tian1
without "-s", 201009031653 would be interpreted incorrectly by date and then we saw below warning: date: invalid date 165320100903 Fix [BUGID #265] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-03distro-tracking: update lttng-ust, lttng-viewerDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-03lttng-viewer: upgrade to the latest version 0.12.35Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-03lttng-ust: upgrade to the latest version 0.7Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-03poky.conf: Set hash policyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-03sstate: Handle symlink directory entries correctlyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-03rpm: Raise the number of potential rescans before aborting with a dep loopMark Hatle2
Within Poky we have a large number of self-referencing packages. So we need to raise the number of rescans before triggering a dependency loop error. 100 seems like a reasonable number. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-03eglibc: Add siteconfig cache generationJeff Polk5
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
2010-09-03uclibc: Add siteconfig cache generationJeff Polk5
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
2010-09-03ncurses: Add siteconfig cache generationJeff Polk2
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
2010-09-03zlib: Add siteconfig cache generationJeff Polk2
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
2010-09-03glibc: Add siteconfig cache generationJeff Polk5
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
2010-09-03siteconfig: generate configuration data caches for autoconfJeff Polk2
siteinfo: Use configuration caches when available Generate cached configuration data for autoconf for the package based on a list of header, types, and functions to eliminate the need for all subesequent package builds to do the actual tests via the cross compiler and sysroot. The cache files are stored in the sysroot in ${STAGING_DATADIR}/${TARGET_SYS}_config_site.d. Siteinfo appends any files it finds in that directory to the normal CONFIG_SITE. All of the cache values set the variables only if not already set so they may be overridden by any of the normal site files. Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
2010-09-03rootfs_rpm: Support install_all_localesMark Hatle1
Support installing all locales similarly to how it is done within the ipk support. This has had basic testing, but it's not a normally used function so there could still be some flaws. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-03roots_rpm: Enable installation of recommended packagesMark Hatle2
Within RPM there is a field called "Suggests". This filed behaves like "Recommends" does in ipk. So we write out the packages using the Suggests field with the Poky 'Recommends' values... and then use the arbitrary tags to capture the Poky 'Suggests' within a new "Recommends" tag. Slightly confusing, but the end result is a functioning install. Also some performance enhancements were add at the same time. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-03package_rpm: Start packaging directoriesMark Hatle1
Match ipkg behavior and unconditionally include directories in the packages Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-03glibc-package.inc: disable build-time locale generation for nativesdkKevin Tian4
The idea of build-time locale generation is documented in glibc-package.inc: Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION is set. The idea is to avoid running localedef on the target (at first boot) to decrease initial boot time and avoid localedef being killed by the OOM killer which used to effectively break i18n on machines with < 128MB RAM. However it doesn't make sense to do same thing for glibc-nativesdk, as the build system is powerful. More importantly is that ideally host_arch running sdk may even be out of the support list of target_arch by qemu-native. Regarding to above rationale, this commit disables build time locale generation to avoid following error when asking qemu to run localdef: NOTE: /opt/poky/sysroots/i586-pokysdk-linux/lib/ld-linux.so.2: No such file or directory nativesdk binaris have opt path hardcoded to avoid mess with host bits, which is another reason that build time locale generation is not feasible here. This fixes [BUGID #264] also add 'nativesdk' to eglibc per RP's suggestion Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-03eglibc: Set BBCLASSEXTEND to include nativesdkRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-03udev: don't reference parent sysfs node directlyKevin Tian2
udev warns direct reference to parent sysfs, which is not necessary and may break future kernel. Actually udev will handle parent nodes automatically for ATTRS key. This fixes [BUGID #113] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-03kern-tools: add dependency on guilt-nativeKevin Tian1
Fix [BUGID #262] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02rpcbind: move patch to correct locationSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02linux-libc-headers: update hayes-gone patch to remove HAYES ioctls from mipsSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>