summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/ostree
Commit message (Collapse)AuthorAgeFilesLines
...
* ostree: update to 2020.4Oleksandr Kravchuk2020-07-281-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2020.2 -> 2020.3Alex Kiernan2020-03-151-1/+1
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2019.6 -> 2020.2Alex Kiernan2020-02-211-6/+22
| | | | | | | Also expose glib and gpgme in PACKAGECONFIG (which were always on). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Tidy FILES_${PN} using PACKAGE_BEFORE_PNAlex Kiernan2019-12-291-17/+6
| | | | | | | | | Use PACKAGE_BEFORE_PN to pick files out of the install tree before FILES_${PN} gets there, so we can just list necessary additions rather than everything. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Fix packaging errors when using lib64 libdirKhem Raj2019-12-201-2/+3
| | | | | | | | | Fixes ERROR: ostree-2019.6-r0 do_package: QA Issue: ostree: Files/directories were installed but not shipped in any package: /usr/lib/ostree/ostree-prepare-root /usr/lib/ostree/ostree-remount Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Add support for gjs testsAlex Kiernan2019-12-161-7/+3
| | | | | | | | | | | Now gjs is packaged in meta-gnome, add support for gjs tests through PACKAGECONFIG; note gjs has a large dependency footprint, requiring (at least) gobject-instrospection-data, gtk-3 and x11. Move python3-pyyaml to RDEPENDS directly based on the layer, so that building ptest without meta-python is possible (though more tests will have to be skipped). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2019.5 -> 2019.6Alex Kiernan2019-12-1110-415/+2
| | | | | | | | | Drop all patches as they now exist upstream. Add tar to the dependencies for ptest as this is required when running with libarchive enabled (and the busybox version doesn't suffice). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Backport build/test fixes from upstreamAlex Kiernan2019-12-034-0/+140
| | | | | | | | | | | Pick upstream fixes: 77b27c07df2b Avoid race condition when building outside of source tree 16bb294384bb tests/repo-finder: Run realpath() on /tmp de8e0765a4a5 Makefile: declare ostree_boot_SCRIPTS and append values Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Add PACKAGECONFIG for builtin-grub2-mkconfigAlex Kiernan2019-12-031-1/+3
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Change PACKAGECONFIG to use manpagesAlex Kiernan2019-12-031-2/+2
| | | | | | | | Change PACKAGECONFIG to use manpages and inherit same so we build mandb correctly when api-documentation is enabled. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Drop tests for soup/xattr with ptestAlex Kiernan2019-12-031-4/+2
| | | | | | | | | | When ptest is enabled, both soup (for trivial-httpd) and xattr must be enabled for all tests to pass. Rather than forcing everyone to enable these, just document this and remove the tests since a subset of the tests are still useful. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Fix DISTRO_FEATURES with ptest but w/o xattrAlex Kiernan2019-12-031-2/+2
| | | | | | | | | Fix the test for PTEST_ENABLED so it only fires when it's actually enabled, as opposed to everytime. This allows the tautological test for native to be removed as PTEST_ENABLED isn't set there. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: fix some invalid condition checkingMing Liu2019-11-071-3/+3
| | | | | | | | | | | | - PTEST_ENABLED is a target specific variable, avoid to check that for ostree-native recipe. - one of soup, curl PACKAGECONFIG would satisfy not running into the problem https://github.com/ostreedev/ostree/issues/1897, it should not stick to soup. For instance, the curl is being chosen in meta-updater rather than soup. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2019.4 -> 2019.5Alex Kiernan2019-11-061-1/+1
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Add support for ptestAlex Kiernan2019-11-069-115/+271
| | | | | | | | | | Move ostree-trivial-httpd to its own package so we can RDEPEND on it in both the main ostree and ptest packages. Drop the patches to remove ostree-trivial-httpd based on --enable-trivial-httpd-cmdline as they break installed tests (and were reverted upstream). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2019.3 -> 2019.4Alex Kiernan2019-10-091-1/+1
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Add recipeAlex Kiernan2019-09-224-0/+307
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>