Age | Commit message (Expand) | Author | Files |
2018-05-29 | package_manager.py: get rid of ROOTFS_RPM_DEBUG in RpmPM() | Alexander Kanavin | 1 |
2018-05-22 | rootfs: only use dnf to cleanup if package management is enabled | Ross Burton | 1 |
2018-05-22 | package_manager: expand the removal list for RPM | Ross Burton | 1 |
2018-04-19 | package.py: use single quotes for path passed to file in is_elf() | Andre McCurdy | 1 |
2018-04-18 | package.bbclass: Add '-b' option to file call in isELF | Mark Hatle | 1 |
2018-04-05 | sdk.py: run postinst intercepts | Alexander Kanavin | 1 |
2018-04-05 | package_manager.py: do not hardcode the task name when referring to log files | Alexander Kanavin | 1 |
2018-04-05 | package_manager.py: move intercept running logic from rootfs class to Package... | Alexander Kanavin | 2 |
2018-04-05 | package_manager.py: move postinst_intercept dir initialization from RootFS to... | Alexander Kanavin | 2 |
2018-04-05 | package_manager.py: move target_rootfs property to common ancestor class | Alexander Kanavin | 1 |
2018-04-05 | package_manager.py: Skip gpgcheck while using dnf on target | Manjukumar Matha | 1 |
2018-04-03 | buildhistory_analysis.py: Check if RPROVIDES changed order | Amanda Brindle | 1 |
2018-03-20 | package-index: index also subdirectories when using rpm | Alexander Kanavin | 1 |
2018-03-20 | patch.py: Use git format-patch with --no-signature --no-numbered params | Martin Jansa | 1 |
2018-03-20 | package_manager: format pydoc comments properly | Ross Burton | 1 |
2018-03-12 | lib/oe/patch.py: add a warning if patch context was ignored | Alexander Kanavin | 1 |
2018-03-12 | meta/lib/oe/package_manager.py: warn about failing scriptlets for all package... | Alexander Kanavin | 1 |
2018-03-11 | meta/lib/oe/patch.py: do not leave .orig files if a patch isn't perfectly mat... | Alexander Kanavin | 1 |
2018-03-08 | package_manager.py: Explicit complementary fail | Niko Mauno | 1 |
2018-03-08 | buildhistory: remove duplicate renames | Anuj Mittal | 1 |
2018-03-07 | package_manager.py: Print offending package instead of non-sense trace | Jason Wessel | 1 |
2018-03-06 | sdk: only install locales if we're using glibc | Ross Burton | 1 |
2018-03-01 | sdk: generate locale archive and remove packages | Ross Burton | 1 |
2018-03-01 | sdk: install specified locales into SDK | Ross Burton | 1 |
2018-03-01 | package-manager: add install_glob() | Ross Burton | 1 |
2018-03-01 | package_manager: improve install_complementary | Ross Burton | 1 |
2018-03-01 | lib/oe/recipeutils: add .txz extension to archive list | Paul Eggleton | 1 |
2018-03-01 | lib/oe/path: implement is_path_parent() | Paul Eggleton | 1 |
2018-03-01 | sstatesig: Move hardcoded native tools | Joshua Watt | 1 |
2018-03-01 | sstatesig: Add recipe wildcard | Joshua Watt | 1 |
2018-03-01 | sstatesig: Ignore icecc-create-env in task sigs | Joshua Watt | 1 |
2018-02-27 | sstatesig/staging/package_manager: Create common sstate manifest code | Richard Purdie | 2 |
2018-02-27 | package_manager: Filter to only rpms we depend upon | Richard Purdie | 1 |
2018-02-24 | utils.py: Fix parallel_make limit | Joshua Watt | 1 |
2018-02-16 | utils.py: add parallel make helpers | Joshua Watt | 1 |
2018-01-29 | rootfs.py: change the notice about deferring scripts to first boot from warni... | Alexander Kanavin | 1 |
2018-01-29 | meta/lib/oe/package_manager.py: deprecate 'exit 1' as a way to defer to first... | Alexander Kanavin | 1 |
2018-01-29 | meta/lib/oe/rootfs.py: do not execute defer_to_first_boot when processing pos... | Alexander Kanavin | 1 |
2018-01-29 | meta/lib/oe/rootfs.py: separate first boot deferral logic into a separate fun... | Alexander Kanavin | 1 |
2018-01-22 | buildhistory_analysis: colourise more output | Ross Burton | 1 |
2018-01-22 | lib/oe/package_manager/sdk: Ensure do_populate_sdk_ext and do_populate_sdk re... | Richard Purdie | 2 |
2018-01-18 | buildhistory-diff: add support for colourising the output | Ross Burton | 1 |
2018-01-10 | gnupg: use native version for signing, rather than one provided by host | Alexander Kanavin | 1 |
2018-01-10 | manifest.py: sort package list | Michael Blättler | 1 |
2018-01-10 | nativesdk/sdk: Update sdk dummy providers | Richard Purdie | 2 |
2018-01-06 | package_manager.py: remove obsolete MULTILIB_ARCHS | Robert Yang | 1 |
2018-01-06 | package_manager.py: print running dnf command | Robert Yang | 1 |
2018-01-06 | oe/copy_buildsystem.py: make sure layer exists | Robert Yang | 1 |
2018-01-04 | utils: Make get_multilib_datastore available from lib/oe | Richard Purdie | 1 |
2018-01-02 | lib/oe/patch: add missing import | Paul Eggleton | 1 |