| Commit message (Expand) | Author | Age | Files | Lines |
* | make menuconfig work for recent xfce environment | Andreas Müller | 2014-05-29 | 1 | -11/+1 |
* | lib/oe/sdk: Ensure target directory exists before creating the link | Richard Purdie | 2014-05-22 | 1 | -0/+1 |
* | rootfs.py: introduce USE_DEVFS check | Matthieu Crapet | 2014-04-04 | 1 | -1/+2 |
* | sstatesig: Anchor inherits class tests | Richard Purdie | 2014-03-30 | 1 | -3/+3 |
* | image.py: check file exists before deleting | Laurentiu Palcu | 2014-03-30 | 1 | -1/+2 |
* | rootfs.py: add new cleanup method | Laurentiu Palcu | 2014-03-30 | 1 | -0/+25 |
* | package_manager.py: leave the __db.00* files in place | Laurentiu Palcu | 2014-03-30 | 1 | -7/+1 |
* | apt/package_mamager: Ensure WORKDIR is used for lists directory | Richard Purdie | 2014-03-27 | 1 | -0/+2 |
* | package_manager: Fix apt-ftparchive index creation problems | Richard Purdie | 2014-03-27 | 1 | -7/+6 |
* | package_manager: Ensure we don't process directories twice | Richard Purdie | 2014-03-27 | 1 | -1/+3 |
* | rootfs.py, sdk.py: adjust/create the wrappers for creating installed packages... | Laurentiu Palcu | 2014-03-21 | 2 | -15/+22 |
* | package_manager.py: create separate class for installed packages listing | Laurentiu Palcu | 2014-03-21 | 1 | -165/+211 |
* | package_manager: Use apt-ftparchive for deb packages | Ricardo Ribalda Delgado | 2014-03-19 | 1 | -3/+9 |
* | lib/oe: turn oe into a namespace package | Christopher Larson | 2014-03-17 | 1 | -0/+2 |
* | do_rootfs: Added PACKAGE_FEED_URIS functionality | David Nyström | 2014-03-07 | 2 | -13/+92 |
* | package.py: use subprocess.Popen for rpmdeps call | Martin Jansa | 2014-03-07 | 1 | -4/+7 |
* | package_manager.py: make list_installed() list pkg dependencies too | Laurentiu Palcu | 2014-03-07 | 1 | -0/+31 |
* | lib/oe: drop custom implementation of oe.path.relative | Ross Burton | 2014-03-07 | 1 | -17/+1 |
* | image.py, rootfs.py, package_manager.py: redirect stderr to stdout when calli... | Laurentiu Palcu | 2014-03-07 | 3 | -25/+27 |
* | Rename PACKAGE_GROUP variable to FEATURE_PACKAGES | Paul Eggleton | 2014-03-07 | 1 | -9/+16 |
* | package_manager.py: RpmPM: don't add smart channel if already added | Laurentiu Palcu | 2014-03-05 | 1 | -2/+4 |
* | Revert "lib/oe/package_manager.py: RpmPM: fix issue with multilib builds" | Laurentiu Palcu | 2014-03-05 | 1 | -6/+7 |
* | package_manager.py: create index files for all backends in PACKAGE_CLASSES | Laurentiu Palcu | 2014-02-25 | 1 | -9/+15 |
* | package_manager.py: correctly handle empty opkg-query-helper.py output | Jonathan Liu | 2014-02-25 | 1 | -1/+1 |
* | lib/oe/rootfs: Fix LDCONFIGDEPEND check | Richard Purdie | 2014-02-25 | 1 | -1/+1 |
* | manifest.py: remove redundant import line | Hongxu Jia | 2014-02-21 | 1 | -1/+0 |
* | rootfs.py: tweak _multilib_sanity_test for ipk incremental image generation | Hongxu Jia | 2014-02-21 | 1 | -2/+49 |
* | rootfs.py: support BAD_RECOMMENDATIONS for ipk incremental image generation | Hongxu Jia | 2014-02-21 | 1 | -1/+28 |
* | rootfs.py: support ipk incremental image generation | Hongxu Jia | 2014-02-21 | 1 | -3/+47 |
* | package_manager.py: support ipk incremental image generation | Hongxu Jia | 2014-02-21 | 1 | -6/+75 |
* | manifest.py: add create_full for OpkgManifest class | Hongxu Jia | 2014-02-21 | 1 | -1/+56 |
* | package_manager.py: Fix $i -> %s in bb.note | Martin Jansa | 2014-02-20 | 1 | -1/+1 |
* | package_manager.py: fix installed package list creation for Opkg/Dpkg | Laurentiu Palcu | 2014-02-20 | 1 | -2/+4 |
* | lib/oe/image.py: add image dependency mechanism | Laurentiu Palcu | 2014-02-20 | 1 | -91/+191 |
* | rootfs.py: Check for LDCONFIGDEPEND being empty string | Khem Raj | 2014-02-18 | 1 | -1/+1 |
* | Revert "lib/oe/image.py: fix working directory" | Richard Purdie | 2014-02-18 | 1 | -1/+1 |
* | lib/oe/image.py: fix working directory | Jonathan Liu | 2014-02-17 | 1 | -1/+1 |
* | lib/oe/package_manager: Make empty package directories non-fatal | Richard Purdie | 2014-02-16 | 1 | -3/+6 |
* | package_manager.py: move multilib prefix list computation function to RpmIndexer | Laurentiu Palcu | 2014-02-14 | 1 | -52/+53 |
* | image_types: sum.jffs2 is replaced by jffs2.sum | Dmitry Eremin-Solenikov | 2014-02-14 | 1 | -3/+0 |
* | package_manager.py, rootfs.py, sdk.py: add Indexer class | Laurentiu Palcu | 2014-02-14 | 3 | -224/+221 |
* | lib/oe/rootfs.py: fix RPM multilib issue | Laurentiu Palcu | 2014-02-13 | 1 | -4/+11 |
* | (image|rootfs_ipk).bbclass, rootfs.py: ipk multilib fixes | Laurentiu Palcu | 2014-02-13 | 1 | -1/+3 |
* | image.py, package_manager.py, rootfs.py: dump command output on error | Laurentiu Palcu | 2014-02-11 | 3 | -43/+44 |
* | lib/oe/package_manager.py: RpmPM: fix issue with multilib builds | Laurentiu Palcu | 2014-02-11 | 1 | -7/+6 |
* | lib/oe/package_manager.py: check that package list is not empty | Laurentiu Palcu | 2014-02-11 | 1 | -1/+7 |
* | rootfs.py, package_manager.py, sdk.py: Fix building from feeds feature for opkg | Laurentiu Palcu | 2014-02-11 | 3 | -5/+51 |
* | lib/oe/package_manager.py: OpkgPM, bad recommendation handling change | Laurentiu Palcu | 2014-02-11 | 1 | -6/+4 |
* | lib/oe/package_manager.py: do not use stamps | Laurentiu Palcu | 2014-02-11 | 1 | -8/+0 |
* | lib/oe/rootfs.py: OpkgRootfs, fix issue in _get_delayed_postinsts() | Laurentiu Palcu | 2014-02-11 | 1 | -1/+1 |