summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* openjade-native: Set datadir explicitlyScott Garman2011-02-181-1/+5
| | | | | | | datadir was previously defaulting to usr/share and hence could not find openjade's data files. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* docbook-dsssl-stylesheets-native: add missing files to installScott Garman2011-02-181-2/+2
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* perl-native: fix parallel buildNitin A Kamble2011-02-173-2/+22
| | | | | | | | | | | perl native recipe was failing on 40-way system with the parallel build turned on. With this patch the parallel build on 40 way build system is not failing. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Passed 31 clean/build cycles on the 40-way. Tested-by: Darren Hart <dvhart@linux.intel.com>
* libc-package.bbclass: Disable lib packaging dependenies for libc-initial ↵Richard Purdie2011-02-171-0/+4
| | | | | | versions Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildstats.bbclass: Remove unneeded debug outputRichard Purdie2011-02-161-1/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gypsy: Convert SRCREV to a git revision instead of an svn one after recipe ↵Richard Purdie2011-02-161-1/+1
| | | | | | migration Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perl perl-native: turn on parallel makeNitin A Kamble2011-02-162-4/+0
| | | | | | tested this on all architectures, and build works fine. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* lttng-viewer: Fix rootfs contructionMark Hatle2011-02-161-0/+1
| | | | | | | | | A required run-time library was leaking into the -dev package. This caused a large number of -dev packages to be included in the build. This library is now part of the base lttng-viewer split. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* iputils: enable generation of man pagesScott Garman2011-02-161-8/+5
| | | | | | This fixes [BUGID #211] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* opensp: improve configuration and install stepsScott Garman2011-02-161-0/+18
| | | | | | | | | | * For the -native case we need to point two configure options to the SGML catalogs in the native sysroot * Some packages (e.g, iputils) use different names for the openSP utilities, so create these names as symlinks after do_install Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* docbook-utils-native: new recipe v0.6.14Scott Garman2011-02-161-0/+48
| | | | | | | Recipe derived from OpenEmbedded. Starting with a -native only version for now. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* sgml-common-native: fix license info and checksum fieldsScott Garman2011-02-161-6/+4
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* texinfo: recipe cleanup, add native supportScott Garman2011-02-161-11/+15
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* eds-dbus: reenable PARALLEL_MAKESaul Wold2011-02-161-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* pango: reenable PARALLEL_MAKESaul Wold2011-02-161-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* ncurses: reenable PARALLEL_MAKESaul Wold2011-02-161-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gettext: reenable PARALLEL_MAKESaul Wold2011-02-161-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-libc-headers-yocto: Added RPROVIDES.Lianhao Lu2011-02-161-1/+3
| | | | | | | | | | | | | | [BUGID #714] Added RPROVIDES_${PN}-dev and RPROVIDES_${PN}-dbg for linux-libc-headers-yocto to provides "linux-libc-headers-dev" and "linux-libc-headers-dbg" respectively. This resolved the dependency issue of libc6-dev depending upon linux-libc-headers-dev. Package linux-libc-headers-yocto-dev will be installed as linux-libc-headers-dev. Also bumped the PR. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* poky.conf: make the WHITELIST for INCOMPATIBLE_LICENSE overridableSaul Wold2011-02-161-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* package_rpm: Fix solverdb generationMark Hatle2011-02-163-20/+28
| | | | | | | | | | | The RPM solverdb was potentially being generated multiple times. Fix this by ensuring we only process each directory once. Also correct an issue where the solution did not necessarily follow the preferred architecture ordering, reverse the default Poky ordering so that preferred is listed first. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* image.bbclass: Disable shell debug messagesMark Hatle2011-02-161-1/+1
| | | | | | | By default image had a "set -x" to enable shell debug messages, this adds a lot of overhead to the system due to logging. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* rpm: Avoid fsync when writing filesMark Hatle2011-02-162-0/+35
| | | | | | | | | | By default RPM strives for the safest possible file creation and enforces fsync on each file. This changes that default by backporting the fsync disabled from the latest CVS snapshot. This will cut a few minutes off the rootfs generation using RPM. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* rpm: Add the ability to use the platform file during installMark Hatle2011-02-164-8/+170
| | | | | | | | | | | Add a new rpm macro, rpmrc_platform_path to specify an alternative platform file. This is required to allow the dep resolver to identify compatible packages. Also workaround a minor problem with the --showrc command in RPM. A bug has been reported upstream on this. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* Doing uname without subprocess: buildstats.bbclassBeth Flanagan2011-02-161-4/+7
| | | | | | | Instead of using subprocess which is problematic, we should use platform instead. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
* mkfontdir/font-alias: Fix native RDEPENDSRichard Purdie2011-02-162-1/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sqlite3-native: Drop dependencies on ncurses and readline plus enable in ↵Richard Purdie2011-02-162-3/+4
| | | | | | memory temporary tables Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildstats.bbclass: Fix expand call syntaxRichard Purdie2011-02-151-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildstats.bbclass: Save ended time in TaskFinished eventsRichard Purdie2011-02-151-2/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: add jasperforest BSP and fix lttng NMI bugBruce Ashfield2011-02-151-14/+13
| | | | | | | | | | | During the introduction of the jasperforest BSP, a lttng issues was picked up with NMI tracing. The upstream (and our solution) is to revert that commit. This change updates the meta repo for jasperforest and pushes out the nmi revert to all BSPs. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-libc-headers-yocto: disable device tree generationBruce Ashfield2011-02-151-0/+4
| | | | | | | | | | | | | | | | Fixes [BUGID #719] The common routines for handling a git based yocto kernel are included from the lib headers recipe to checkout the appropriate branch of the kernel for header generation. linux-yocto.inc includes device tree installation rules which typically apply to a kernel user of the include file, but do not apply to a simple header generation. The fix is to override the DTB variables in this recipe, which disable the device tree installation rules. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* buildstats: Disable uname subprocess call for now since it appears to be ↵Richard Purdie2011-02-151-2/+2
| | | | | | breaking runqueue somehow Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gypsy: Change gypsy upstream repo addressDongxiao Xu2011-02-152-9/+15
| | | | | | This fixes [BUGID #623]. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Buildstats commit: buildstats.bbclassBeth Flanagan2011-02-152-0/+195
| | | | | | Used to track some basic build metrics by build and task/event level. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
* kernel.bbclass: add approproate X Environment variables to allow xterm to startSaul Wold2011-02-141-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* bitbake.conf: change revision fetching to use newer fetch2 codeSaul Wold2011-02-141-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro tracking: minor fix to mc lastest versionSaul Wold2011-02-141-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* dbus: change owner and mode for dbus-daemon-launch-helper in postinstDongxiao Xu2011-02-142-2/+4
| | | | | | | | | Add code in dbus postinst to change owner and mode for dbus-daemon-launch-helper. [BUGID #603] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* wpa-supplicant: change dbus interfaceDongxiao Xu2011-02-143-3/+5
| | | | | | | | | | | The new interface "fi.w1.wpa_supplicant1" is used in latest connman, thus add it in the wpa_supplicant default configuration. Besides, enable netlink support with libnl 2.0 mode. [BUGID #603] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* recipes: pre/post actionsMark Hatle2011-02-1215-22/+22
| | | | | | | | A number of the recipes did not properly label their pre and post actions, causing the actions to occur in all split packages. This was corrected by defaulting to _${PN} in most cases. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* package.bbclass: Breakout the strip from the populate_packagesMark Hatle2011-02-121-22/+36
| | | | | | Break out the file split/strip from the populate_packages. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* busybox: Rework busybox to fix limitations in initscriptsMark Hatle2011-02-121-7/+14
| | | | | | | | A recent busybox change added a "second" initscript to the main busybox package. This however is not supported by the update-rc.d.bbclass. Instead we split the package so that each initscript gets it's own split. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* fetch2: unpack revisionMark Hatle2011-02-121-1/+1
| | | | | | | | | | | | Revise the unpack function to have a way to disable the unpack. This is based on the work from "Andreas Oberritter <obi@opendreambox.org>", see http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?id=2bdfe8519eda8067845019a699acdf19a21ba380 In addition, the to_boolean function comes from the work of "Chris Larson <chris_larson@mentor.com>", see http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?id=900cc29b603691eb3a077cb660545ead3715ed54 Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* openjade: fix build issuesScott Garman2011-02-125-277/+8
| | | | | | | | | | * Recipe is now -native only * Fix install failure due to missing install path * Removed recipe cruft that was not needed, simplifying it * Removed unnecessary patches * Improved patch comment for makefile.patch Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* mirrors.bbclass: Ensure we don't overwrite any existing MIRRORS variableRichard Purdie2011-02-111-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-control: Fix SRC_URL to point at lttng.orgbernard-5.0-alphaSaul Wold2011-02-111-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* puzzles: Update to r9084Saul Wold2011-02-111-0/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* sstate: Fix bugs after new fetcherZhai Edwin2011-02-111-3/+3
| | | | | | | | | | | | | Current sstate's fetch code doesn't reflect latest fetcher changes, so old fetch style cause exception and fail silently. [BUGID #708] got fixed. Another issue is "import xxx" in python function from sstate.bbclass can only sit in the head of the function, else have UnboundLocalError: "local variable XXX referenced before assignment". Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* meta: Update mirror urls to new format and update yocto project urlsRichard Purdie2011-02-113-88/+75
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-dtb.inc: Fix package name to match PACKAGESRichard Purdie2011-02-111-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold2011-02-101-15/+9
| | | | | | | This create a clean() method in each of the fetcher modules and correctly cleans the .done stamp file and lock files Signed-off-by: Saul Wold <sgw@linux.intel.com>