From: Alejandro Benete Date: Tue, 30 Mar 2021 09:13:27 +0000 (+0200) Subject: meta-somdevices: Created apt_1.2.24.bbappend to add somdevices repositories. X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=496eda1963e51875c21d302d1b208c1cf9d441ff;p=meta-somdevices.git meta-somdevices: Created apt_1.2.24.bbappend to add somdevices repositories. Signed-off-by: Alejandro Benete --- 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 +}