meta-somdevices: Add proper PR and MAINTAINER to packages.
authorJosep Orga <jorga@somdevices.com>
Mon, 12 Apr 2021 19:12:24 +0000 (21:12 +0200)
committerJosep Orga <jorga@somdevices.com>
Mon, 12 Apr 2021 19:12:24 +0000 (21:12 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
recipes-connectivity/hostapd/hostapd_2.8.bbappend
recipes-connectivity/network/network.bb
recipes-connectivity/ppp/ppp_2.4.7.bbappend
recipes-kernel/wilc/wilc-fw.bb
recipes-kernel/wilc/wilc-modules-load.bb
recipes-somdevices/apt/apt_1.2.24.bbappend
recipes-somdevices/ethname/ethname_1.0.bb
recipes-somdevices/somdevices-keys/somdevices-keys.bb
recipes-somdevices/tzdata/tzdata.bbappend

index 7d6c173..3c9a65f 100644 (file)
@@ -2,6 +2,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 SUMMARY = "Change hostapd.conf file"
 DESCRIPTION = "Enable 80211n-mode and WPA2-PSK security and change SSID to hostname and password to hostname1234"
+PR = "somdevices.0"
+MAINTAINER = "SomDevices <somdevices@somdevices.com>"
 
 LICENSE = "MIT"
 
index 830cfcf..f4226e2 100644 (file)
@@ -1,5 +1,7 @@
 SUMMARY = "Add DHCP  and static IP addresses to eno ports"
 DESCRIPTION = "Add necessary files to configure static and dynamic IP addresses on eno ports"
+PR = "somdevices.0"
+MAINTAINER = "SomDevices <somdevices@somdevices.com>"
 
 LICENSE = "MIT"
 
index 157d71e..4ae0a7c 100644 (file)
@@ -1,5 +1,7 @@
 RDEPENDS_${PN} += "bash"
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+PR = "somdevices.0"
+MAINTAINER = "SomDevices <somdevices@somdevices.com>"
 
 SRC_URI += " \
        file://chap-secrets \
index ecc1292..2a037f3 100644 (file)
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE.wilc_fw;md5=89ed0ff0e98ce1c58747e9
 
 PV="15.4.1"
 DEBIAN_NOAUTONAME_${PN} = "1"
+PR = "somdevices.0"
+MAINTAINER = "SomDevices <somdevices@somdevices.com>"
 
 SRC_URI += "\
        file://LICENSE.wilc_fw \
index ea9e792..d988301 100644 (file)
@@ -1,5 +1,7 @@
 SUMMARY = "Load WILC3000 modules as default Wi-Fi and Bluetooth modules"
 DESCRIPTION = "Add necessary modules-load file to use WILC3000 WIFI/BT combo"
+PR = "somdevices.0"
+MAINTAINER = "SomDevices <somdevices@somdevices.com>"
 
 LICENSE = "MIT"
 
index 6ff99e2..a8a6a61 100644 (file)
@@ -2,6 +2,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 SUMMARY = "Add SOMDEVICES package repository"
 DESCRIPTION = "Add SOMDEVICES package repository to sources.list"
+PR = "somdevices.0"
+MAINTAINER = "SomDevices <somdevices@somdevices.com>"
 
 LICENSE = "MIT"
 
index cbeccdf..a28a7ad 100644 (file)
@@ -1,5 +1,7 @@
 SUMMARY = "Change ethernet interface names"
 DESCRIPTION = "Change order and interface names eth0 to eno2 and eth1 to eno1"
+PR = "somdevices.0"
+MAINTAINER = "SomDevices <somdevices@somdevices.com>"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
index 57f397d..e20887e 100644 (file)
@@ -2,7 +2,8 @@ DESCRIPTION = "ssh private & public key packages"
 HOMEPAGE = "http://www.yoctoproject.org"
 BUGTRACKER = "http://bugzilla.pokylinux.org"
 
-PR = "r0"
+PR = "somdevices.0"
+MAINTAINER = "SomDevices <somdevices@somdevices.com>"
 
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://id_rsa.pub;beginline=0;endline=1;md5=8966b3435a5d9868248612695062af72"
index 1ef29db..aede851 100644 (file)
@@ -1,5 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
+PR = "somdevices.0"
+MAINTAINER = "SomDevices <somdevices@somdevices.com>"
+
 do_install_append () {
     ln -s -r -f ${D}${datadir}/zoneinfo/Europe/Madrid ${D}${sysconfdir}/localtime
 }