From: Matthew McClintock Date: Thu, 1 Dec 2011 00:00:27 +0000 (-0600) Subject: bbappends: Add +fsl to PR of all packages we modify X-Git-Tag: 2.1~534^2~552 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=99a928f2c43475984de869b846de05e3dbad93a3;p=meta-freescale.git bbappends: Add +fsl to PR of all packages we modify This way we can tell if we modified them after they are built and shipped. This is just to help with debugged later. Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/recipes-append/netbase/netbase_4.45.bbappend b/meta-fsl-ppc/recipes-append/netbase/netbase_4.45.bbappend index 0cc1ce2e..837cd204 100644 --- a/meta-fsl-ppc/recipes-append/netbase/netbase_4.45.bbappend +++ b/meta-fsl-ppc/recipes-append/netbase/netbase_4.45.bbappend @@ -6,3 +6,5 @@ do_install_append () { install -d ${D}${sysconfdir}/udev/rules.d/ install -m 0644 ${WORKDIR}/71-fsl-dpaa-persistent-networking.rules ${D}${sysconfdir}/udev/rules.d } + +PR .= "+${DISTRO}" diff --git a/meta-fsl-ppc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-fsl-ppc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 72d991c7..c6acb5f9 100644 --- a/meta-fsl-ppc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/meta-fsl-ppc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend @@ -1 +1,3 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +PR .= "+{DISTRO}" diff --git a/meta-fsl-ppc/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-fsl-ppc/recipes-kernel/linux/linux-yocto_3.0.bbappend index ac4bd7b1..fb92821b 100644 --- a/meta-fsl-ppc/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-fsl-ppc/recipes-kernel/linux/linux-yocto_3.0.bbappend @@ -11,3 +11,5 @@ COMPATIBLE_MACHINE_p3041ds = "p3041ds" COMPATIBLE_MACHINE_p4080ds = "p4080ds" COMPATIBLE_MACHINE_p5020ds-64b = "p5020ds-64b" COMPATIBLE_MACHINE_p5020ds = "p5020ds" + +PR .= "+${DISTRO}"