summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2010-10-03 23:27:15 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-04 09:40:59 +0100
commit1225cc4486453f4830a567e341a7de9f26656dbd (patch)
tree8176d23e83417c74606204d6d34724790b1cc20b /meta/conf
parent2fac07aa982ee30238207b4605c84bbdd5083e2b (diff)
downloadpoky-1225cc4486453f4830a567e341a7de9f26656dbd.tar.gz
kern_tools: allow patching on autocreated/empty branches
Fixes [BUGID #388] Even if we aren't creating the branch from scratch, it is possible that it has never been patched before. So let's make sure the infrastructure for patching is always in place. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/poky-default-revisions.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index f13d549b6b..bd7c29fdd0 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -49,7 +49,7 @@ SRCREV_pn-gypsy ??= "147"
49SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee" 49SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
50SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee" 50SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
51SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee" 51SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
52SRCREV_pn-kern-tools-native ??= "b865504d89477d7269d01152711cee7e0b71ae5e" 52SRCREV_pn-kern-tools-native ??= "7c6b06f7a39be033d30c8573953ac30baf998051"
53SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e" 53SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
54SRCREV_pn-libfakekey ??= "2031" 54SRCREV_pn-libfakekey ??= "2031"
55SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f" 55SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f"