summaryrefslogtreecommitdiffstats
path: root/meta/classes
Commit message (Expand)AuthorAgeFilesLines
* Update SRC_URIs to use BPN instead of PNRichard Purdie2011-03-143-3/+3
* package_rpm: Fix rootfs generationMark Hatle2011-03-101-1/+7
* package.bbclass: Change the debug directory to avoid conflictsMark Hatle2011-03-101-2/+8
* autotools.bbclass: Fix automake file race issuesRichard Purdie2011-03-101-2/+2
* distutils-base: Only RDEPEND python-core on target packagesMartin Jansa2011-03-101-1/+1
* debian.bbclass: call auto_libname in reverse sorted AUTO_LIBNAME_PKGSMartin Jansa2011-03-101-1/+7
* sstate: Ensure the SRCURI fetcher cache is not used for sstateRichard Purdie2011-03-081-1/+1
* sanity.bbclass: Check for /proc/sys/vm/mmap_min_addr to be >= 65536Khem Raj2011-03-081-4/+6
* sanity.bbclass: some multilib systems have symlink /lib -> /lib64Martin Jansa2011-03-081-1/+1
* toolchain-script.bbclass: Added --sysroot to LDFLAGS.Lianhao Lu2011-03-061-0/+2
* module: build hostprogs for each moduleDarren Hart2011-03-041-1/+11
* distrodata.bbclass: Get git repo tag informationMei Lei2011-03-041-9/+43
* insane.bbclass: Fix ELF bitsize comparisonMark Hatle2011-03-031-41/+43
* kernel: remove explicit bash call in do_menuconfigBruce Ashfield2011-03-031-1/+1
* base/utility-tasks.bbclass: Drop do_setscene and do_rebuildRichard Purdie2011-03-012-49/+1
* populate_sdk_rpm.bbclass: Add the necessary solvedb lockMark Hatle2011-02-281-0/+1
* Fixing type: license.bbclassBeth Flanagan2011-02-261-1/+1
* Fixing my bad license parsing: license.bbclassBeth Flanagan2011-02-261-3/+4
* [BUG:650] Fix LICENSE parsing: license.bblcassBeth Flanagan2011-02-251-1/+2
* utils.bbclass: add new wrapper scriptSaul Wold2011-02-251-0/+23
* rpm: Fix rpm usage of prelink on the targetMark Hatle2011-02-251-1/+1
* rootfs_rpm: Fix rootfs generation using RPM packagesMark Hatle2011-02-253-10/+23
* package.bbclass: Rewrite package_do_filedeps() to reduce the amount of subpro...Richard Purdie2011-02-251-33/+44
* package.bbclass: Fix debug sources directory creation to reference the target...Richard Purdie2011-02-251-1/+1
* package.bbclass: Refactor split and strip functionMark Hatle2011-02-251-98/+144
* Revise stripping and splitting of debug informationMark Hatle2011-02-252-28/+207
* package.bbclass: Ensure dependency version information is preservedRichard Purdie2011-02-251-15/+17
* package.bbclass: Use hard link for package split instead of copyDongxiao Xu2011-02-251-12/+3
* package.bbclass: Unbreak per file dependencies and blacklist doc packagesRichard Purdie2011-02-251-1/+1
* Ensure Bash is used when spawning terminalsJoshua Lock2011-02-242-3/+3
* distrodata.bbclass: Fix some issues when checking upstream version on sourcef...Mei Lei2011-02-231-3/+4
* linux-yocto: enable audio for selected qemu targetsBruce Ashfield2011-02-231-1/+3
* sstate.bbclass: add SSTATEPOSTINSTFUNCSScott Garman2011-02-231-0/+5
* package_deb.bbclass: Place the whole task under fakeroot context to fix build...Richard Purdie2011-02-221-1/+3
* distrodata.bbclass: Fix some bugs for rpm,icu and quicky recipe when checking...Mei Lei2011-02-211-7/+7
* rm_work.bbclass: Improve handling of noexec tasksRichard Purdie2011-02-211-0/+9
* toolchain-script/populate_sdk/meta-toolchain: moving common code.Lianhao Lu2011-02-172-11/+26
* toolchain-scripts.bbclass: Added libtool sysroot support.Lianhao Lu2011-02-171-6/+4
* libc-package.bbclass: Disable lib packaging dependenies for libc-initial vers...Richard Purdie2011-02-171-0/+4
* buildstats.bbclass: Remove unneeded debug outputRichard Purdie2011-02-161-1/+0
* package_rpm: Fix solverdb generationMark Hatle2011-02-163-20/+28
* image.bbclass: Disable shell debug messagesMark Hatle2011-02-161-1/+1
* rpm: Add the ability to use the platform file during installMark Hatle2011-02-161-5/+10
* Doing uname without subprocess: buildstats.bbclassBeth Flanagan2011-02-161-4/+7
* buildstats.bbclass: Fix expand call syntaxRichard Purdie2011-02-151-1/+1
* buildstats.bbclass: Save ended time in TaskFinished eventsRichard Purdie2011-02-151-2/+3
* buildstats: Disable uname subprocess call for now since it appears to be brea...Richard Purdie2011-02-151-2/+2
* Buildstats commit: buildstats.bbclassBeth Flanagan2011-02-152-0/+195
* kernel.bbclass: add approproate X Environment variables to allow xterm to startSaul Wold2011-02-141-0/+3
* package.bbclass: Breakout the strip from the populate_packagesMark Hatle2011-02-121-22/+36