summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/sdk.py
Commit message (Expand)AuthorAgeFilesLines
* sdk: streamline locale removalRoss Burton2018-04-051-1/+1
* sdk: generate locale archive and remove packagesRoss Burton2018-04-051-2/+54
* sdk: only install locales if we're using glibcRoss Burton2018-04-051-0/+4
* sdk: install specified locales into SDKRoss Burton2018-04-051-0/+16
* lib/oe/package_manager/sdk: Ensure do_populate_sdk_ext and do_populate_sdk re...Richard Purdie2018-04-051-3/+10
* 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