summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/package_manager
Commit message (Expand)AuthorAgeFilesLines
* buildhistory: Fix package output files for SDKsAndres Beltran2021-10-141-1/+1
* Convert to new override syntaxRichard Purdie2021-08-022-2/+2
* lib/oe/package_manager: Don't ignore installation failures in install_complem...Fabio Berton2021-06-291-5/+3
* package_manager/rpm: decode systemctl failuresArmin Kuster2021-06-011-0/+3
* lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for interceptsRichard Purdie2021-05-061-1/+1
* classes/lib/scripts: Use bb.utils.rename() instead of os.rename()Devendra Tewari2021-05-062-4/+4
* deb: apply postinstall on sdkhongxu2021-04-181-0/+4
* package_manager/deb: Fix image generation with package removalRichard Purdie2021-02-161-0/+4
* lib/oe/package_manager: Do not pass stderr to package manager as an argumentTomasz Dziendzielski2021-01-271-2/+9
* lib/oe/package_manager: ensure repodata is wipedRoss Burton2021-01-231-0/+3
* deb: do not insert feed uris if apt not installedHongxu Jia2021-01-161-4/+9
* rootfs_ipk: allow do_populate_sdk in parallel to do_rootfsMichael Ho2021-01-131-0/+6
* package_manager/ipk: improve remove_packaging_dataRoss Burton2020-12-061-2/+2
* package_manager/ipk: neaten OPKGLIBDIR logicRoss Burton2020-12-031-6/+1
* package management: Allow dynamic loading of PMFredrik Gustafsson2020-11-2412-37/+38
* deb: export INTERCEPT_DIR for remove actionsRichard Leitner2020-10-311-0/+2
* deb: replace deprecated apt force-yes argumentRichard Leitner2020-10-301-1/+1
* IMAGE_LOCALES_ARCHIVE: add option to prevent locale archive creationMichael Thalmeier2020-10-131-6/+7
* lib/package_manager: Fix missing importsRichard Purdie2020-08-018-5/+15
* deb: Move package manager to its own dirFredrik Gustafsson2020-07-274-489/+490
* ipk: Move package manager to its own dirFredrik Gustafsson2020-07-274-434/+504
* rpm: Move package manager to its own dirFredrik Gustafsson2020-07-274-400/+403
* deb: Move sdk to its own dirFredrik Gustafsson2020-07-271-0/+95
* ipk: Move sdk to its own dirFredrik Gustafsson2020-07-271-0/+96
* rpm: Move sdk to its own dirFredrik Gustafsson2020-07-271-0/+114
* deb: Move rootfs to its own dirFredrik Gustafsson2020-07-271-0/+209
* ipk: Move rootfs to its own dirFredrik Gustafsson2020-07-271-0/+386
* rpm: Move rootfs to its own dirFredrik Gustafsson2020-07-271-0/+148
* deb: Move deb manifest to its own subdirFredrik Gustafsson2020-07-272-0/+29
* ipk: Move ipk manifest to its own subdirFredrik Gustafsson2020-07-272-0/+76
* rpm: Move manifest to its own subdirFredrik Gustafsson2020-07-272-0/+57
* package_manager: Move to package_manager/__init__.pyFredrik Gustafsson2020-07-271-0/+1863