summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/sdk.py
Commit message (Expand)AuthorAgeFilesLines
* sdk.py: error out when moving file failsChen Qi2023-06-201-1/+1
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* package_manager: ipk: Fix host manifest generationOleksiy Obitotskyy2022-01-041-0/+4
* package management: Allow dynamic loading of PMFredrik Gustafsson2020-11-241-21/+6
* lib/package_manager: Fix missing importsRichard Purdie2020-08-011-2/+0
* deb: Move package manager to its own dirFredrik Gustafsson2020-07-271-0/+1
* ipk: Move package manager to its own dirFredrik Gustafsson2020-07-271-0/+1
* rpm: Move package manager to its own dirFredrik Gustafsson2020-07-271-0/+1
* deb: Move sdk to its own dirFredrik Gustafsson2020-07-271-86/+1
* ipk: Move sdk to its own dirFredrik Gustafsson2020-07-271-86/+1
* rpm: Move sdk to its own dirFredrik Gustafsson2020-07-271-105/+1
* sdk: Install nativesdk locales for all TCLIBC variantsKhem Raj2019-09-271-4/+0
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+4
* sdk: Fix SDKIMAGE_LINGUAS handlingRichard Weinberger2019-01-111-2/+2
* package_manager/sdk: Use filtered copies of the deploy ipk/deb directoriesRichard Purdie2018-08-151-4/+16
* image: Add locale archive optimisationRichard Purdie2018-08-151-47/+4
* package_manager.py: rework postinst_intercept failuresAlexander Kanavin2018-06-181-6/+6
* sdk.py: run postinst interceptsAlexander Kanavin2018-04-051-0/+12
* sdk: only install locales if we're using glibcRoss Burton2018-03-061-0/+4
* sdk: generate locale archive and remove packagesRoss Burton2018-03-011-2/+54
* sdk: install specified locales into SDKRoss Burton2018-03-011-0/+16
* lib/oe/package_manager/sdk: Ensure do_populate_sdk_ext and do_populate_sdk re...Richard Purdie2018-01-221-2/+8
* nativesdk/sdk: Update sdk dummy providersRichard Purdie2018-01-111-18/+0
* meta/lib/oe/sdk.py: support added for executing pre-target commandsAmarnath Valluri2017-07-061-0/+6
* lib/oe/sdk: Adds get_extra_sdk_info to reuse code in buildhistoryFrancisco Pedraza2017-06-121-0/+19
* rootfs_rpm.bbclass: migrate image creation to dnfAlexander Kanavin2017-03-141-3/+4
* meta: remove True option to getVar callsJoshua Lock2016-12-161-38/+38
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-3/+1
* classes/lib: Convert to use python3 octal syntaxRichard Purdie2016-06-021-2/+2
* sdk.py: preserve packaging data when SDKIMAGE_FEATURES has "package-management"Denys Dmytriyenko2016-04-291-4/+14
* lib/oe/sdk: Partially revert "sdk.py: fix conflicts of packages"Richard Purdie2016-01-241-22/+8
* lib/oe/rootfs: Use list_pkgs() instead of list()Mariano Lopez2016-01-201-4/+4
* sdk.py / OpkgSdk: remove_packaging_data() after installHaris Okanovic2015-12-091-0/+4
* populate SDK: prepare calling of bb.utils for exceptionsBenjamin Esquivel2015-10-211-24/+52
* sdk.py: fix conflicts of packagesJian Liu2015-09-041-12/+33
* lib/oe/sdk.py: Add SDKIMAGE_INSTALL_COMPLEMENTARY capabilities to DpkgSdkPau Espin Pedrol2015-01-231-0/+2
* sdk.py: fix write target sdk manifest failed based on ipkHongxu Jia2014-10-101-1/+1
* lib/oe/sdk: Ensure target directory exists before creating the linkRichard Purdie2014-04-301-0/+1
* rootfs.py, sdk.py: adjust/create the wrappers for creating installed packages...Laurentiu Palcu2014-03-211-0/+18
* package_manager.py, rootfs.py, sdk.py: add Indexer classLaurentiu Palcu2014-02-141-43/+5
* rootfs.py, package_manager.py, sdk.py: Fix building from feeds feature for opkgLaurentiu Palcu2014-02-111-1/+3
* lib/oe/sdk.py: support RpmRootfsHongxu Jia2014-02-111-2/+136
* lib/oe/sdk.py: add SDK classLaurentiu Palcu2014-02-111-0/+209