meta-digi: remove PRINC from recipes and use a local PR server

This cleans following warning:

  Use of PRINC is deprecated.
  The PR server should be used to automatically increment the PR.
  See: https://wiki.yoctoproject.org/wiki/PR_Service

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-03-27 18:39:52 +01:00
parent 4bc52ccbbe
commit 9b370d5a79
18 changed files with 20 additions and 42 deletions

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/${MACHINE}/${PREFERRED_VERSION_linux-dey}:${THISDIR}/${PN}/${MACHINE}:"
SRC_URI += " \

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://mount_bootparts.sh"

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
# Use 'simple-agent' from bluez-4.98 to avoid a dependence in

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
MIRRORS =+ " \

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
INSANE_SKIP_${PN} = "installed-vs-shipped"

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += " \

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
DEPENDS += "libdigi"

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
SRC_URI_append_mx5 = " file://ifup"

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
# The initscripts package includes a '/etc/init.d/umountfs' script used for
# reboot/poweroff purposes. That script calls the 'umount' command but seems
# that the combination of busybox' umount + linux 3.x fails in this script (it

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
# Override default bootscript settings from Poky
#
# On an embedded target using the serial terminal as console, the

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
# Remove 'bootlogd' bootscript and symlinks
# (synchronize with poky's sysvinit_2.88dsf.bb)
do_install_append() {

View File

@ -1,6 +1,3 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/${MACHINE}/${PREFERRED_VERSION_linux-dey}:${THISDIR}/${PN}/${MACHINE}:"

View File

@ -1,8 +1,5 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
# Disable integer vorbis plugin as it conflicts with other vorbis plugin with
# error: GLib-GObject-WARNING **: cannot register existing type `GstVorbisDec'
EXTRA_OECONF += "--disable-ivorbis"

View File

@ -1,8 +1,5 @@
# Copyright (C) 2012 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
# live555 does not currently compile, this allows to remove it as a dependency.
VIRTUAL-RUNTIME_streaming_framework = ""
#VIRTUAL-RUNTIME_streaming_framework = "live555"

View File

@ -258,3 +258,8 @@ ASSUME_PROVIDED += "libsdl-native"
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
CONF_VERSION = "1"
#
# Enable local PR server
#
PRSERV_HOST = "localhost:0"

View File

@ -258,3 +258,8 @@ ASSUME_PROVIDED += "libsdl-native"
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
CONF_VERSION = "1"
#
# Enable local PR server
#
PRSERV_HOST = "localhost:0"

View File

@ -258,3 +258,8 @@ ASSUME_PROVIDED += "libsdl-native"
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
CONF_VERSION = "1"
#
# Enable local PR server
#
PRSERV_HOST = "localhost:0"

View File

@ -258,3 +258,8 @@ ASSUME_PROVIDED += "libsdl-native"
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
CONF_VERSION = "1"
#
# Enable local PR server
#
PRSERV_HOST = "localhost:0"