From 73992b8860d7c87a5adb81af5f7841df9006759c Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Wed, 30 Nov 2011 18:00:27 -0600 Subject: 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 --- recipes-append/netbase/netbase_4.45.bbappend | 2 ++ recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 ++ recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 ++ 3 files changed, 6 insertions(+) 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 () { 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/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 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +PR .= "+{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" COMPATIBLE_MACHINE_p4080ds = "p4080ds" COMPATIBLE_MACHINE_p5020ds-64b = "p5020ds-64b" COMPATIBLE_MACHINE_p5020ds = "p5020ds" + +PR .= "+${DISTRO}" -- cgit v1.2.3-54-g00ecf