[yocto] [meta-ivi] [PATCHv2] connman: do not delete init scripts in bbappend

Martin Jansa martin.jansa at gmail.com
Wed Jul 3 05:31:16 PDT 2013


On Wed, Jul 03, 2013 at 01:09:47PM +0100, Burton, Ross wrote:
> In that case, you can delete INITSCRIPT_NAME and INITSCRIPT_PARAMS too
> surely.  Then all you're left is the PRINC, so you can delete that if
> you don't care/are using the PR service, or delete that bbappend when
> connman 1.16 is integrated.

Using PR service isn't enough to keep binary feed sane after removing
PRINC.

PR service bumps least significant number in PKGR value. PRINC bumps
most significant (even from INC_PR when used).

INC_PR = "r1"
PR = "${INC_PR}.1"
PRINC := "${@int(PRINC) + 1}"
EXTENDPRAUTO = ".1"

PKGR = "r2.1.1"

After removing PRINC, EXTENDPRAUTO is bumped, but still PKGR is lower:

PKGR = "r1.1.2"

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130703/cc39eb36/attachment.pgp>


More information about the yocto mailing list