summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"