summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorGerard Salvatella <gerard.salvatella@toradex.com>2018-05-25 11:19:51 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-06-18 14:47:51 +0200
commit7f89cc6bc513d973e53b3c5d704639e06b06da4b (patch)
tree68bfd6e5864c873b9c5177e35b02d93d26583368 /recipes-support
parent950b67b29ce7dd9174efab80e1df6c5c4f0cbf3e (diff)
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 <gerard.salvatella@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/libsoc/libsoc_0.8.2.bbappend10
1 files changed, 10 insertions, 0 deletions
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}"