diff options
author | Matthew McClintock <msm@freescale.com> | 2011-11-30 18:00:27 -0600 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2011-11-30 18:00:30 -0600 |
commit | 73992b8860d7c87a5adb81af5f7841df9006759c (patch) | |
tree | 2224c2d7c3f7301ffe0077c52ed0562ac7610b2b /recipes-kernel | |
parent | d9c7e1036fc2e9fb7b37007eef8da442ce3bf19e (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
11 | COMPATIBLE_MACHINE_p4080ds = "p4080ds" | 11 | COMPATIBLE_MACHINE_p4080ds = "p4080ds" |
12 | COMPATIBLE_MACHINE_p5020ds-64b = "p5020ds-64b" | 12 | COMPATIBLE_MACHINE_p5020ds-64b = "p5020ds-64b" |
13 | COMPATIBLE_MACHINE_p5020ds = "p5020ds" | 13 | COMPATIBLE_MACHINE_p5020ds = "p5020ds" |
14 | |||
15 | PR .= "+${DISTRO}" | ||