]> code.ossystems Code Review - meta-freescale.git/commitdiff
bbappends: Add +fsl to PR of all packages we modify
authorMatthew McClintock <msm@freescale.com>
Thu, 1 Dec 2011 00:00:27 +0000 (18:00 -0600)
committerMatthew McClintock <msm@freescale.com>
Thu, 1 Dec 2011 00:00:30 +0000 (18:00 -0600)
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 <msm@freescale.com>
meta-fsl-ppc/recipes-append/netbase/netbase_4.45.bbappend
meta-fsl-ppc/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
meta-fsl-ppc/recipes-kernel/linux/linux-yocto_3.0.bbappend

index 0cc1ce2e052dbcbdac53c1802abde71b10c2a3f8..837cd204b131fc54ed068b9466da4d9cc503d8eb 100644 (file)
@@ -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}"
index 72d991c7e590bcac43dd2ab6da2de898cd36f829..c6acb5f97ca07c2367888a0d172486063935bec3 100644 (file)
@@ -1 +1,3 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+PR .= "+{DISTRO}"
index ac4bd7b14ac9c4826b1656746d8a970bc7be8b5e..fb92821bf3a90a9c037a7193e80414afb5555995 100644 (file)
@@ -11,3 +11,5 @@ COMPATIBLE_MACHINE_p3041ds = "p3041ds"
 COMPATIBLE_MACHINE_p4080ds = "p4080ds"
 COMPATIBLE_MACHINE_p5020ds-64b = "p5020ds-64b"
 COMPATIBLE_MACHINE_p5020ds = "p5020ds"
+
+PR .= "+${DISTRO}"