summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-09-08groff:Add new groff packageXiaofeng Yan4
groff allows for a short reference for the GNU roff language Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-09-08man: Add new man packageXiaofeng Yan30
A set of documentation tools: man, apropos and whatis Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-09-08Distro tracking: add package aliasesDexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-08at: Disable PARALLEL_MAKE for at and add back to task-basicSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-08gcc_4.5.0: add --enable-poison-system-directories option to crossNitin A Kamble9
recipes Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-09-08binutils: add binutils_poison.patchNitin A Kamble5
and also correct the license field in the recipe This fixes [BUGID #245] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-09-08bitbake: save the initial PATH for use when starting a subprocessJoshua Lock2
It was possible for bitbake-runtime to be run against a semi-installed python-native resulting in tracebacks with ImportError's. To prevent this we stash the initial PATH in the BBConfiguration when bitbake is started and then set this in the env when launching bitbake-runtask through subprocesses Popen() call. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-08kernel.bbclass/linux-wrs: move definition of perf package to kernel classJoshua Lock2
By defining the perf package in the shared kernel class bitbake will be able to find the package provider even when the preferred kernel doesn't build perf, preventing dependency resolution failures. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-08package.bbclass: Ensure all packages package when running a buildRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-08bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters.Joshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-08bitbake/fetch: fix by moving try_premirror() to the right placeJoshua Lock1
The previous commit didn't define the method as part of the Fetch object Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-08powertop: fix a typo: REPENDS ==> RDEPENDSDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-08libzypp: workaround to pass mips buildKevin Tian2
libzypp failed due to GCC "internal compiler error: segmentation fault" error on MIPS target. The cause is about boost tribool type usage. If having assignement within conditional check as below: if ( (a = b) ) ... <a is a tribool type, b is a normal bool type> then gcc4.3.3 throws internal error. Then the workaround is to move assignement out of the conditional check. However I didn't find same case from web. We can come back to recheck this issue after upgrading to gcc4.5.0 for MIPS. If this issue is still there, we'll need more analysis to decide whether to report to gcc upstream or to libzypp upstream. This fixes [BUGID #277] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-08sat-solver: change /usr/lib64 to /usr/libKevin Tian1
we use /usr/lib for x86-64 target, but sat-solver will use /usr/lib64 if 64bit target arch is detected. This finally causes libzypp failed to find libsatsolver.a. use "-DLIB=lib" to explicitly enforce the requirement fix [BUGID #286] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-08bitbake/fetch: add try_premirror method and special case git fetcherJoshua Lock2
Add a new method, try_premirror, to the Fetch object which checks to see whether the file needs to be fetched from a premirror. Override this in the Git fetcher to only require a pre-mirror fetch when the clone directory does not exist. Fixes [BUGID 290] Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-07bitbake/bitbake-runtask: Ensure signals to the parent don't pass to the ↵Richard Purdie1
children directly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07qemu: Apply fix for armv6 locale generation using TLS registersRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07ldconfig-native: Set LICENSERichard Purdie1
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 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-07bitbake/codeparser: Deal with functions with trailing whitespaceRichard 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-07scripts: use the exported POKY_NATIVE_SYSROOT variableJoshua Lock5
Rather than trying to determine things through guess-work use the newly exported variables to determine where the native binaries reside and whether we are running in a build directory or not. Signed-off-by: Joshua Lock <josh@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-07runqemu-nfs: check for required programsJoshua Lock1
The unfs server requires either rpcbind or portmap to be installed and running to start so check for their presence in the script. 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-06fetch: fix setting of localpath in SRC_URI parametersJoshua Lock1
When setting localpath in the SRC_URI parameters the basename should be set explicitly as the localpath() method is not called. Fixes [BUGID #81] Signed-off-by: Joshua Lock <josh@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>