| Commit message (Expand) | Author | Age | Files | Lines |
* | Various typoes fixed, all comments or output strings. | Robert P. J. Day | 2012-03-26 | 1 | -1/+1 |
* | INCOMPATIBLE_LICENSE: support for spdx and pkg licenses | Elizabeth Flanagan | 2012-03-25 | 1 | -6/+11 |
* | package.bbclass: do not split debug pkg when no debugsources.list | Robert Yang | 2012-03-14 | 1 | -9/+9 |
* | package.bbclass: sort dynamically generated packages | Andreas Oberritter | 2012-03-13 | 1 | -2/+2 |
* | package.bbclass: Drop python depends from rpmdeps | Richard Purdie | 2012-03-11 | 1 | -0/+2 |
* | meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) | Richard Purdie | 2012-03-05 | 1 | -12/+12 |
* | meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) | Richard Purdie | 2012-03-05 | 1 | -1/+1 |
* | meta/classes: Convert to use appendVar and appendVarFlags | Richard Purdie | 2012-03-05 | 1 | -11/+5 |
* | package.bbclass: Add a sanity check to the debugsrcdir removal code | Richard Purdie | 2012-02-24 | 1 | -1/+1 |
* | package.bbclass: set package size into pkgdata for hob2's use | Shane Wang | 2012-02-24 | 1 | -0/+8 |
* | package.bbclass: Remove empty directories created as part of srcdebug handling | Richard Purdie | 2012-02-24 | 1 | -1/+12 |
* | package.bbclass: Optimise the per file rpm handling | Richard Purdie | 2012-02-10 | 1 | -20/+32 |
* | package bbclass: allow per package PRIVATE_LIBS | Koen Kooi | 2012-02-01 | 1 | -1/+1 |
* | classes: replace 'Poky' with 'OE-core' | Koen Kooi | 2012-02-01 | 1 | -1/+1 |
* | classes/package: remove out-of-date notice referring to the OE bugtracker | Paul Eggleton | 2012-01-17 | 1 | -3/+0 |
* | package.bbclass: quote pathname given to objdump | Enrico Scholz | 2012-01-17 | 1 | -2/+2 |
* | package.bbclass: per recipe PRSERV_HOST support | Lianhao Lu | 2012-01-11 | 1 | -0/+8 |
* | meta/PRService: Added export/import fuctions. | Lianhao Lu | 2012-01-11 | 1 | -3/+10 |
* | package.bbclass: Adjust RPM call to use dynamic location for magic files | Mark Hatle | 2011-12-23 | 1 | -1/+1 |
* | package.bbclass: Adding license collection | Elizabeth Flanagan | 2011-12-08 | 1 | -0/+1 |
* | getVar/setVar cleanups | Richard Purdie | 2011-11-26 | 1 | -26/+26 |
* | package.bbclass: Ensure paths to rpmmarcos and rpmpopt are set | Richard Purdie | 2011-11-22 | 1 | -1/+1 |
* | package.bbclass: fix path for relative links on elf files, when moved to debu... | Henning Heinold | 2011-11-21 | 1 | -0/+2 |
* | package.bbclass: Ensure we tell rpmdeps where to find its magic file | Richard Purdie | 2011-11-17 | 1 | -1/+1 |
* | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 2011-11-10 | 1 | -116/+116 |
* | package.bbclass: Fix various problems | Richard Purdie | 2011-11-01 | 1 | -6/+27 |
* | Update python dependencies to be simply to "python" | Mark Hatle | 2011-09-21 | 1 | -0/+6 |
* | image/package.bbclass: Revise multilib support for DEBIAN_NAME. | Lianhao Lu | 2011-09-16 | 1 | -1/+1 |
* | package.bbclass: fix spurious 'installed but not shipped' warning | Tom Zanussi | 2011-09-16 | 1 | -1/+4 |
* | package.bbclass: Ensure task's variable dependencies are correctly caputred i... | Richard Purdie | 2011-08-31 | 1 | -0/+14 |
* | package.bbclass: Fix recrdeptask of image type recipes | Dongxiao Xu | 2011-08-26 | 1 | -1/+1 |
* | package(_ipk).bbclass: opkg using ALL_MULTILIB_PACKAGE_ARCHS | Lianhao Lu | 2011-08-16 | 1 | -11/+2 |
* | package: allow setting a section for locale packages | Chris Larson | 2011-08-12 | 1 | -0/+5 |
* | package: include SECTION in the pkgdata | Chris Larson | 2011-08-12 | 1 | -0/+1 |
* | do_split_packages: revise for multilib case | Yu Ke | 2011-07-27 | 1 | -0/+14 |
* | multilib: Add support for compiling recipes against multiple ABIs | Richard Purdie | 2011-07-27 | 1 | -0/+11 |
* | package.bbclass: fixup_perms - change symlink processing | Mark Hatle | 2011-07-27 | 1 | -5/+5 |
* | package.bbclass: Make unshipped packages message more readable | Richard Purdie | 2011-07-05 | 1 | -1/+1 |
* | classes/package.bbclass: Add fixup_perms | Mark Hatle | 2011-06-30 | 1 | -10/+243 |
* | package.bbclass: PACKAGELOCK is a shared lock file so inform sstate as such | Richard Purdie | 2011-06-09 | 1 | -1/+1 |
* | package.bbclass,prserv.bbclass: Compare USE_PR_SERV with "1" or "0" | Khem Raj | 2011-05-29 | 1 | -1/+1 |
* | classes/package(prserv).bbclass: Get PRAUTO and use PKGV/PKGR. | Lianhao Lu | 2011-05-27 | 1 | -15/+36 |
* | Move packagedata code into oe.packagedata (sync from OE) | Chris Larson | 2011-05-20 | 1 | -1/+3 |
* | backport USE_LDCONFIG and PACKAGE_SNAP_LIB_SYMLINKS from oe master | Phil Blundell | 2011-05-17 | 1 | -7/+27 |
* | package.bbclass: convert unpackaged file message from 'info' to 'warn' so tha... | Koen Kooi | 2011-05-08 | 1 | -2/+2 |
* | package.bbclass: Fix missing debug src files | Mark Hatle | 2011-03-16 | 1 | -1/+1 |
* | package.bbclass: Change the debug directory to avoid conflicts | Mark Hatle | 2011-03-10 | 1 | -2/+8 |
* | package.bbclass: Rewrite package_do_filedeps() to reduce the amount of subpro... | Richard Purdie | 2011-03-01 | 1 | -33/+44 |
* | package.bbclass: Fix debug sources directory creation to reference the target... | Richard Purdie | 2011-03-01 | 1 | -1/+1 |
* | package.bbclass: Refactor split and strip function | Mark Hatle | 2011-03-01 | 1 | -98/+144 |