From 496eda1963e51875c21d302d1b208c1cf9d441ff Mon Sep 17 00:00:00 2001 From: Alejandro Benete Date: Tue, 30 Mar 2021 11:13:27 +0200 Subject: [PATCH] meta-somdevices: Created apt_1.2.24.bbappend to add somdevices repositories. Signed-off-by: Alejandro Benete --- recipes-somdevices/apt/apt_1.2.24.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-somdevices/apt/apt_1.2.24.bbappend diff --git a/recipes-somdevices/apt/apt_1.2.24.bbappend b/recipes-somdevices/apt/apt_1.2.24.bbappend new file mode 100644 index 0000000..aff06be --- /dev/null +++ b/recipes-somdevices/apt/apt_1.2.24.bbappend @@ -0,0 +1,8 @@ +SUMMARY = "Add SOMDEVICES package repository" +DESCRIPTION = "Add SOMDEVICES package repository to sources.list" + +LICENSE = "MIT" + +do_install_append () { + echo "deb [trusted=yes] http://dl.somdevices.com/ yocto/dists/warrior/binary-armhf/" > ${D}/etc/apt/sources.list +} -- 2.17.1