summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/packageconfigs
Commit message (Collapse)AuthorAgeFilesLines
* packagegroup-meta-filesystems: Fix utils typoYongchang Qiao2024-04-081-2/+2
| | | | | | | This typo would cause all utils tools to be missing in the image when only installing packagegroup-meta-filesystems Signed-off-by: Yongchang Qiao <qiaoyongchang@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libisoburn: add new recipeRoss Burton2023-05-091-0/+1
| | | | | | | | libisoburn is the library and command-line tool (xorriso) that can construct ISO-9660 images and write them to physical media. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libburn: move to meta-filesystemsRoss Burton2023-05-091-0/+1
| | | | | | | | | | | This recipe is very much in the remit of meta-filesystems, so move the recipe and update it. It ships a cdrecord wrapper so inherit lib_package, and the license is GPLv2 or later not GPLv2 only, for example: https://dev.lovelyhq.com/libburnia/libburn/src/branch/master/libburn/source.c Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libisofs: add new recipeRoss Burton2023-05-091-0/+1
| | | | | | | | libisofs from the libburnia project is a library to construct ISO-9660 filesystems. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-filesystems: fix build issueVyacheslav Yurkov2022-05-241-0/+1
| | | | | | | | | The packagegroup has to be arch dependent to address build failure: ERROR: packagegroup-meta-filesystems-1.0-r0 do_package_write_rpm: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (fuse to libfuse2) ERROR: packagegroup-meta-filesystems-1.0-r0 do_package_write_rpm: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (fuse-dev to libfuse-dev) Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-4/+4
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-meta-filesystems: Update to add new recipesKhem Raj2020-08-311-9/+25
| | | | | | Re-format while here to list one entry per line Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-filesystems: add pkg groups and test imageArmin Kuster2019-01-131-0/+35
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>