summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-11-30 18:00:27 -0600
committerMatthew McClintock <msm@freescale.com>2011-11-30 18:00:30 -0600
commit73992b8860d7c87a5adb81af5f7841df9006759c (patch)
tree2224c2d7c3f7301ffe0077c52ed0562ac7610b2b
parentd9c7e1036fc2e9fb7b37007eef8da442ce3bf19e (diff)
downloadmeta-fsl-ppc-73992b8860d7c87a5adb81af5f7841df9006759c.tar.gz
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 <msm@freescale.com>
-rw-r--r--recipes-append/netbase/netbase_4.45.bbappend2
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend2
-rw-r--r--recipes-kernel/linux/linux-yocto_3.0.bbappend2
3 files changed, 6 insertions, 0 deletions
diff --git a/recipes-append/netbase/netbase_4.45.bbappend b/recipes-append/netbase/netbase_4.45.bbappend
index 0cc1ce2..837cd20 100644
--- a/recipes-append/netbase/netbase_4.45.bbappend
+++ b/recipes-append/netbase/netbase_4.45.bbappend
@@ -6,3 +6,5 @@ do_install_append () {
6 install -d ${D}${sysconfdir}/udev/rules.d/ 6 install -d ${D}${sysconfdir}/udev/rules.d/
7 install -m 0644 ${WORKDIR}/71-fsl-dpaa-persistent-networking.rules ${D}${sysconfdir}/udev/rules.d 7 install -m 0644 ${WORKDIR}/71-fsl-dpaa-persistent-networking.rules ${D}${sysconfdir}/udev/rules.d
8} 8}
9
10PR .= "+${DISTRO}"
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
index 72d991c..c6acb5f 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -1 +1,3 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3PR .= "+{DISTRO}"
diff --git a/recipes-kernel/linux/linux-yocto_3.0.bbappend b/recipes-kernel/linux/linux-yocto_3.0.bbappend
index ac4bd7b..fb92821 100644
--- a/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -11,3 +11,5 @@ COMPATIBLE_MACHINE_p3041ds = "p3041ds"
11COMPATIBLE_MACHINE_p4080ds = "p4080ds" 11COMPATIBLE_MACHINE_p4080ds = "p4080ds"
12COMPATIBLE_MACHINE_p5020ds-64b = "p5020ds-64b" 12COMPATIBLE_MACHINE_p5020ds-64b = "p5020ds-64b"
13COMPATIBLE_MACHINE_p5020ds = "p5020ds" 13COMPATIBLE_MACHINE_p5020ds = "p5020ds"
14
15PR .= "+${DISTRO}"