diff --git a/meta-digi-arm/recipes-bsp/firmware-mxs/firmware-mxs_unknown.bb b/meta-digi-arm/recipes-bsp/firmware-mxs/firmware-mxs_unknown.bb index 872b6b737..335abb56f 100644 --- a/meta-digi-arm/recipes-bsp/firmware-mxs/firmware-mxs_unknown.bb +++ b/meta-digi-arm/recipes-bsp/firmware-mxs/firmware-mxs_unknown.bb @@ -5,7 +5,7 @@ SECTION = "base" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://${DIGI_EULA_FILE};md5=ef5b088ca04b6f10b1764aa182f4f51d" -PR = "r0" +PR = "${DISTRO}.r0" FILESEXTRAPATHS_prepend := "${THISDIR}/firmware-${PV}:" SRC_URI = "file://PS_ASIC.pst \ diff --git a/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb b/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb index 8a63213e3..efb9108af 100644 --- a/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb +++ b/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb @@ -5,7 +5,7 @@ SECTION = "base" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" # Uncomment to build the from sources (internal use only) # IMX_BOOTLETS_BUILD_SRC ?= "1" diff --git a/meta-digi-arm/recipes-bsp/kobs-ng/kobs-ng_10.12.01.bb b/meta-digi-arm/recipes-bsp/kobs-ng/kobs-ng_10.12.01.bb index 3bd769d50..03212e62f 100644 --- a/meta-digi-arm/recipes-bsp/kobs-ng/kobs-ng_10.12.01.bb +++ b/meta-digi-arm/recipes-bsp/kobs-ng/kobs-ng_10.12.01.bb @@ -5,7 +5,7 @@ SECTION = "base" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "${DIGI_MIRROR}/${PN}-${PV}.tar.gz \ file://0001-dump-v1-boot-structures.patch \ diff --git a/meta-digi-arm/recipes-bsp/nvram/nvram.bb b/meta-digi-arm/recipes-bsp/nvram/nvram.bb index 10d2c3711..c969afdfb 100644 --- a/meta-digi-arm/recipes-bsp/nvram/nvram.bb +++ b/meta-digi-arm/recipes-bsp/nvram/nvram.bb @@ -5,7 +5,7 @@ SECTION = "base" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" DEPENDS = "libdigi" diff --git a/meta-digi-arm/recipes-bsp/ubootenv/ubootenv.bb b/meta-digi-arm/recipes-bsp/ubootenv/ubootenv.bb index 241b8bf19..7662a29f1 100644 --- a/meta-digi-arm/recipes-bsp/ubootenv/ubootenv.bb +++ b/meta-digi-arm/recipes-bsp/ubootenv/ubootenv.bb @@ -5,7 +5,7 @@ SECTION = "base" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" DEPENDS = "libdigi nvram" diff --git a/meta-digi-arm/recipes-graphics/amd-gpu-bin/amd-gpu-bin-mx51_11.09.01.bb b/meta-digi-arm/recipes-graphics/amd-gpu-bin/amd-gpu-bin-mx51_11.09.01.bb index 784287681..8e0d7fbad 100644 --- a/meta-digi-arm/recipes-graphics/amd-gpu-bin/amd-gpu-bin-mx51_11.09.01.bb +++ b/meta-digi-arm/recipes-graphics/amd-gpu-bin/amd-gpu-bin-mx51_11.09.01.bb @@ -5,7 +5,8 @@ DESCRIPTION = "GPU driver and apps on mx5x" LICENSE = "Proprietary" SECTION = "libs" -PR = "r0" + +PR = "${DISTRO}.r0" #todo: Replace for correct AMD license LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" diff --git a/meta-digi-arm/recipes-kernel/kernel-module-gpio/kernel-module-gpio.bb b/meta-digi-arm/recipes-kernel/kernel-module-gpio/kernel-module-gpio.bb index 73b06c01d..1f9212d57 100644 --- a/meta-digi-arm/recipes-kernel/kernel-module-gpio/kernel-module-gpio.bb +++ b/meta-digi-arm/recipes-kernel/kernel-module-gpio/kernel-module-gpio.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" inherit module -PR = "r0" +PR = "${DISTRO}.r0" PV = "2.1" SRC_URI = "\ diff --git a/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb b/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb index 2f5108a20..1a7c32e81 100644 --- a/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb +++ b/meta-digi-arm/recipes-kernel/kernel-module-redpine/kernel-module-redpine_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://RS.GENR.LNX.SD_GPL/include/ganges_faf.h;endline=6;md5 inherit module -PR = "r0" +PR = "${DISTRO}.r0" # Uncomment to build the driver from sources (internal use only) # REDPINE_BUILD_SRC ?= "1" diff --git a/meta-digi-dbl/recipes-core/packagegroups/packagegroup-dbl-core.bb b/meta-digi-dbl/recipes-core/packagegroups/packagegroup-dbl-core.bb index 535ce134c..82ba66955 100644 --- a/meta-digi-dbl/recipes-core/packagegroups/packagegroup-dbl-core.bb +++ b/meta-digi-dbl/recipes-core/packagegroups/packagegroup-dbl-core.bb @@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 PACKAGE_ARCH = "${MACHINE_ARCH}" DEPENDS = "virtual/kernel" ALLOW_EMPTY = "1" -PR = "r0" + +PR = "${DISTRO}.r0" inherit packagegroup diff --git a/meta-digi-del/recipes-connectivity/btfilter/btfilter_v3.4p4-b3.4.0.158.bb b/meta-digi-del/recipes-connectivity/btfilter/btfilter_v3.4p4-b3.4.0.158.bb index c92a40118..4d1035776 100644 --- a/meta-digi-del/recipes-connectivity/btfilter/btfilter_v3.4p4-b3.4.0.158.bb +++ b/meta-digi-del/recipes-connectivity/btfilter/btfilter_v3.4p4-b3.4.0.158.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=14;md5=8f6614b37751445a5 DEPENDS = "bluez4 dbus libnl" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "${DIGI_MIRROR}/${PN}-${PV}.tar.bz2 \ file://0001-enable-libnl3.patch \ diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-accelerometer.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-accelerometer.bb index 14c4a2531..a91502579 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-accelerometer.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-accelerometer.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" RDEPENDS_${PN} = "kernel-module-mma7455l" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-adc.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-adc.bb index 08577f553..f52805020 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-adc.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-adc.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://adc_test" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-alsa.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-alsa.bb index 0346dc2fa..c743784fa 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-alsa.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-alsa.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425 DEPENDS = "alsa-lib" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://alsa_test" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-battery.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-battery.bb index 41d9cdc59..19b6a0282 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-battery.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-battery.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" RDEPENDS_${PN} = "kernel-module-pmic-battery" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-bt.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-bt.bb index 8f188d039..d50ffa240 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-bt.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-bt.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425 DEPENDS = "bluez4" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://bt_test" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-btconfig.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-btconfig.bb index 229ed3afa..dc2cded57 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-btconfig.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-btconfig.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425 DEPENDS = "bluez4" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://btconfig" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-can.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-can.bb index 10b987a0e..e42ee8278 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-can.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-can.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://can_test" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-gpio-sysfs.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-gpio-sysfs.bb index c383d66a1..d4c76a4e5 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-gpio-sysfs.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-gpio-sysfs.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://gpio_sysfs_test" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-gpio.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-gpio.bb index dbc465655..d03513ede 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-gpio.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-gpio.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" RDEPENDS_${PN} += "kernel-module-gpio" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-hdp.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-hdp.bb index f98dcc6e5..260be9df5 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-hdp.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-hdp.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://hdp_test" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-opengles.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-opengles.bb index bb7b57f87..3588f7a5c 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-opengles.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-opengles.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425 DEPENDS = "virtual/egl virtual/libgles1 virtual/libgles2 virtual/kernel" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://opengles" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-rtc.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-rtc.bb index 067bd99f6..8b34e530b 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-rtc.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-rtc.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://rtc_test" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-sahara.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-sahara.bb index 4394dfb9c..7b6db1b22 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-sahara.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-sahara.bb @@ -9,7 +9,7 @@ DEPENDS = "imx-lib" RDEPENDS_${PN} = "kernel-module-scc2-driver kernel-module-sahara" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://sahara_test" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-spidev.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-spidev.bb index e3ad788a0..61351ca1e 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-spidev.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-spidev.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://spidev_test" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-v4l2.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-v4l2.bb index a2717c07c..1bb58ad4e 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-v4l2.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-v4l2.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" RDEPENDS_${PN} = "kernel-module-mt9v111-camera" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-vplay.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-vplay.bb index f1a6aad5a..ce319499a 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-vplay.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-vplay.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://vplay_test" diff --git a/meta-digi-del/recipes-digi/del-examples/del-examples-watchdog.bb b/meta-digi-del/recipes-digi/del-examples/del-examples-watchdog.bb index a6e682dd5..77f74e790 100644 --- a/meta-digi-del/recipes-digi/del-examples/del-examples-watchdog.bb +++ b/meta-digi-del/recipes-digi/del-examples/del-examples-watchdog.bb @@ -5,7 +5,7 @@ SECTION = "examples" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://watchdog_test" diff --git a/meta-digi-del/recipes-digi/fbtest/fbtest.bb b/meta-digi-del/recipes-digi/fbtest/fbtest.bb index 661f70031..c2f244bc0 100644 --- a/meta-digi-del/recipes-digi/fbtest/fbtest.bb +++ b/meta-digi-del/recipes-digi/fbtest/fbtest.bb @@ -5,7 +5,7 @@ SECTION = "base" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" DEPENDS = "microwindows" diff --git a/meta-digi-del/recipes-digi/libdigi/libdigi.bb b/meta-digi-del/recipes-digi/libdigi/libdigi.bb index 9d29802e8..8425a2b8a 100644 --- a/meta-digi-del/recipes-digi/libdigi/libdigi.bb +++ b/meta-digi-del/recipes-digi/libdigi/libdigi.bb @@ -5,7 +5,7 @@ SECTION = "libs" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r1" +PR = "${DISTRO}.r0" SRC_URI = "file://cmdopt.c \ file://cmdopt.h \ diff --git a/meta-digi-del/recipes-digi/memwatch/memwatch.bb b/meta-digi-del/recipes-digi/memwatch/memwatch.bb index 10cfa2a2d..b350b133c 100644 --- a/meta-digi-del/recipes-digi/memwatch/memwatch.bb +++ b/meta-digi-del/recipes-digi/memwatch/memwatch.bb @@ -5,7 +5,7 @@ SECTION = "base" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" SRC_URI = "file://memwatch.c \ " diff --git a/meta-digi-del/recipes-digi/update-flash/update-flash.bb b/meta-digi-del/recipes-digi/update-flash/update-flash.bb index e043e9392..03d0db488 100644 --- a/meta-digi-del/recipes-digi/update-flash/update-flash.bb +++ b/meta-digi-del/recipes-digi/update-flash/update-flash.bb @@ -5,7 +5,7 @@ SECTION = "base" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -PR = "r0" +PR = "${DISTRO}.r0" DEPENDS += "libdigi" RDEPENDS_${PN}_append_mxs = " kobs-ng" diff --git a/meta-digi-del/recipes-graphics/microwindows/microwindows.inc b/meta-digi-del/recipes-graphics/microwindows/microwindows.inc index bca9afab5..0c1a0892d 100644 --- a/meta-digi-del/recipes-graphics/microwindows/microwindows.inc +++ b/meta-digi-del/recipes-graphics/microwindows/microwindows.inc @@ -7,7 +7,7 @@ DEPENDS = "libpng jpeg zlib" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://src/LICENSE;md5=537b9004889eb701c48fc1fe78d9c30e" -INC_PR="r2" +INC_PR="r0" PARALLEL_MAKE = ""