diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-10-04 00:46:27 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-04 09:40:59 +0100 |
commit | 12b0f4903aa168a199a350f27e2df08232f2cbfb (patch) | |
tree | 9c76d4f510f1513846d573ddd3a6bd5707726763 /meta/conf/distro | |
parent | 1225cc4486453f4830a567e341a7de9f26656dbd (diff) | |
download | openembedded-core-12b0f4903aa168a199a350f27e2df08232f2cbfb.tar.gz openembedded-core-12b0f4903aa168a199a350f27e2df08232f2cbfb.tar.bz2 openembedded-core-12b0f4903aa168a199a350f27e2df08232f2cbfb.zip |
createme/patchme: use kgit-checkpoint to restore meta data
Fixes [BUGID: #390]
The custom de-checkpoint routines used in createme/patchme
destroyed data each run. This meant that incremental and
expermental work couldn't be done directly in the kernel source
tree itself. Using the more robust kgit-checkpoint allows that
data to be persistent (until a clean is done).
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 2 |
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 bd7c29fdd0..8ccf6e4d98 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" SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee" SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee" SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee" -SRCREV_pn-kern-tools-native ??= "7c6b06f7a39be033d30c8573953ac30baf998051" +SRCREV_pn-kern-tools-native ??= "81bbb111b89d243191b865c8c6849af28e246d65" SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e" SRCREV_pn-libfakekey ??= "2031" SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f" |