diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-15 08:49:55 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-15 09:08:26 +0300 |
commit | 4c2c9c48f34c261d5d4a72ccfaba68753268e20b (patch) | |
tree | b25465fd6d32ae6b0a83c64585b41d6dae6737fb /conf | |
parent | 693d3ea3583562974adabe9748fcbbe3b86dcf43 (diff) | |
download | meta-rhaberkorn-4c2c9c48f34c261d5d4a72ccfaba68753268e20b.tar.gz |
updated SciTECO recipe for current builds
* Renamed to sciteco-curses, analoguous to the Debian packages, since
there might be a Gtk port in the future.
* Lexilla support, malloc-replacement and LTO is now configurable via PACKAGECONFIG.
Especially disabling Lexilla and enabling LTO can have a huge impact on binary size.
* Woman pages are packaged into sciteco-curses-doc now, since they are not strictly
required and it's important to save space.
* Updated for Yocto kirkstone. Will probably work with other version as well,
but hasn't been tested.
* We can now do parallel builds.
* Removed the v0.6.4 recipe. It's too old.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 45d596b..70a1197 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "rhaberkorn" BBFILE_PATTERN_rhaberkorn = "^${LAYERDIR}/" BBFILE_PRIORITY_rhaberkorn = "6" + +LAYERSERIES_COMPAT_rhaberkorn = "kirkstone" |