summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/manifest.py
Commit message (Expand)AuthorAgeFilesLines
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* package management: Allow dynamic loading of PMFredrik Gustafsson2020-11-241-8/+2
* deb: Move deb manifest to its own subdirFredrik Gustafsson2020-07-271-20/+1
* ipk: Move ipk manifest to its own subdirFredrik Gustafsson2020-07-271-71/+1
* rpm: Move manifest to its own subdirFredrik Gustafsson2020-07-271-51/+2
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+4
* manifest.py: sort package listMichael Blättler2018-01-111-2/+2
* run-postinsts: simplify the logic of whether to install it to imagesAlexander Kanavin2017-03-141-1/+1
* meta: remove True option to getVar callsJoshua Lock2016-12-161-13/+13
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-2/+1
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-021-2/+2
* populate_sdk: Fix TOOLCHAIN_TARGET_TASK_ATTEMPTONLY implementationMark Hatle2014-06-251-1/+1
* manifest.py: remove redundant import lineHongxu Jia2014-02-211-1/+0
* manifest.py: add create_full for OpkgManifest classHongxu Jia2014-02-211-1/+56
* lib/oe/manifest.py: add rpm image manifest creationHongxu Jia2014-02-111-1/+41
* lib/oe/manifest.py: create manifests for SDK tooLaurentiu Palcu2014-02-111-18/+57
* lib/oe/manifest.py: create global variables for package typesLaurentiu Palcu2014-02-111-10/+20
* oe/manifest.py: Add manifest creation for opkgLaurentiu Palcu2014-02-111-7/+44
* lib/oe/manifest.py: add library for image manifest creationLaurentiu Palcu2014-02-111-0/+165