From 7f89cc6bc513d973e53b3c5d704639e06b06da4b Mon Sep 17 00:00:00 2001 From: Gerard Salvatella Date: Fri, 25 May 2018 11:19:51 +0200 Subject: libsoc: libsoc custom recipe added Libsoc is currently built with no directly enabled board config (we will wait until all configs are available). All available configs are nonetheless included in the rootfs and can be symlinked to /etc/libsoc.conf to enable them. The library can be otherwise used with the Linux GPIO numbers. Signed-off-by: Gerard Salvatella Acked-by: Marcel Ziswiler --- recipes-support/libsoc/libsoc_0.8.2.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-support/libsoc/libsoc_0.8.2.bbappend diff --git a/recipes-support/libsoc/libsoc_0.8.2.bbappend b/recipes-support/libsoc/libsoc_0.8.2.bbappend new file mode 100644 index 0000000..8899d6f --- /dev/null +++ b/recipes-support/libsoc/libsoc_0.8.2.bbappend @@ -0,0 +1,10 @@ +# Last release 0.8.2 doesn't include the latest colibri-vf confs +SRCREV = "577917c01fa5d8b06c224745c4328070f7e28f97" + +#BOARD = "colibri-vf61" +PACKAGECONFIG = "allboardconfigs python" + +#PACKAGECONFIG[disabledebug] = "--disable-debug,," +#PACKAGECONFIG[allboardconfigs] = "--with-board-configs,," +#PACKAGECONFIG[enableboardconfig] = "--enable-board=${BOARD},," +#PACKAGECONFIG[python] = "--enable-python=${PYTHON_PN},,${PYTHON_PN}" -- cgit v1.2.3