meta-somdevices: Created apt_1.2.24.bbappend to add somdevices repositories.
authorAlejandro Benete <abenete@somdevices.com>
Tue, 30 Mar 2021 09:13:27 +0000 (11:13 +0200)
committerAlejandro Benete <abenete@somdevices.com>
Tue, 30 Mar 2021 09:13:27 +0000 (11:13 +0200)
Signed-off-by: Alejandro Benete <abenete@somdevices.com>
recipes-somdevices/apt/apt_1.2.24.bbappend [new file with mode: 0644]

diff --git a/recipes-somdevices/apt/apt_1.2.24.bbappend b/recipes-somdevices/apt/apt_1.2.24.bbappend
new file mode 100644 (file)
index 0000000..aff06be
--- /dev/null
@@ -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
+}