]> code.ossystems Code Review - openembedded-core.git/commitdiff
Patch Upstream-Status Update
authorSaul Wold <sgw@linux.intel.com>
Thu, 5 Jan 2012 06:30:50 +0000 (22:30 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Jan 2012 11:20:01 +0000 (11:20 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 files changed:
meta/recipes-devtools/guilt/files/guilt-bash.patch
meta/recipes-devtools/guilt/files/guilt-import-commit.patch
meta/recipes-devtools/guilt/files/guilt-init.patch
meta/recipes-devtools/guilt/files/guilt-pop.patch
meta/recipes-devtools/guilt/files/guilt-push-no-series.patch
meta/recipes-devtools/guilt/files/guilt-push.patch
meta/recipes-devtools/guilt/files/guilt-set-git_exec_path.patch
meta/recipes-devtools/guilt/files/guilt.patch
meta/recipes-devtools/guilt/files/improve_auto_header_gen.patch
meta/recipes-devtools/guilt/files/make_git_commands_conditional.patch
meta/recipes-devtools/guilt/files/optional_head_check.patch
meta/recipes-devtools/guilt/files/uninstall_force.patch

index d2058e8cf3f925b27f443df03e94ec0a665e0f48..70a439e81672e1d1afe049d343ce2a293cc644f8 100644 (file)
@@ -9,6 +9,8 @@ in as /bin/sh makes the problem go away.  So here we change the guilt
 scripts to explicitly call for bash to ensure we don't have a similar
 issue after deployment.
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
 
 ---
index 78cc93e5d2fc117fc307ff0546dc1c1c200eedad..bd746c5e831aec84e19c466da8adf8e780fc07d7 100644 (file)
@@ -8,6 +8,8 @@ are generated.
 If patches cannot be exported, fall back to importing 
 commits via a more custom method.
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
 
 ---
index a06da5bf744cf33f0b37ee9c0d1612483f5eb0d2..1583346ed6c47688a8f56070352159c03d58b39d 100644 (file)
@@ -1,5 +1,7 @@
 guilt: allow previously initialized branches to be re-initialized
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
 
 ---
index c26b324ccf4acc38f1ddce78e6dd7bac4918cb21..9c0542740fffb5017641e83b46ed13b73180e080 100644 (file)
@@ -3,6 +3,8 @@ guilt: pop and delete tags
 Add support for popping to a tag and the ability to delete
 a tag while popping from the tree
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
 
 ---
index d40119c7122e30bf7245a3103bc51fdc03250acd..3446f104224da40cb5de1293673f18a5a36b768d 100644 (file)
@@ -4,6 +4,8 @@ If a series file becomes mangled and a patch name appears in there
 more than once, then the guilt-push will fail a horrible and
 incomprehensible death.  Make it fail in a sensible way.
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
 
 ---
index 2184329595201a819c1325c665ccf290490f4655..5ec290b5d98e487d51378cbbbe3c8146a9616b06 100644 (file)
@@ -2,6 +2,8 @@ guilt: add support for pushing and tagging
 
 It can be handy to push AND tag at the same time.
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
 
 ---
index 92e75f29efae2ba08ac5361102c74658ca5d6019..a40ec6f21e3b8de154807488d022f6ea45edc8dd 100644 (file)
@@ -8,6 +8,8 @@ guilt be in the same directory to ensure they are matched,
 so we use the environment variable GIT_EXEC_PATH to 
 force the issue.
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
 
 ---
index a3352cf810d480570b077a632d9b0d0d62f93849..8e5b61edc52eaea5518df47beac8b487ad122360 100644 (file)
@@ -12,6 +12,8 @@ This change does three things:
   - enhances the header detection and creation of patches
     as they are pushed onto the tree.
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
 
 ---
index b98ec5e9fe3f722cadf60b9a3d0c239a96cd7c4a..fa7dd8ae002d3e8b663000c974b02af449cf6369 100644 (file)
@@ -4,6 +4,8 @@ Patches that do not have a proper header are encountered when generating
 a tree. This improves the detection of these patches and generates a sane
 header so the eventual commit will be coherent
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
 
 ---
index b6d40dbc9f9447aa0a3f1264807f10db7cbbb89c..c912397e5ac8c12a9cb424eb12a51947a2155cda 100644 (file)
@@ -5,6 +5,8 @@ Some of the git commands that are always called will report errors
 unecesarility in this scenario. This adds a variable that will inhibit
 those problematic calls
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by <bruce.ashfield@windriver.com>
 
 ---
index 368d63b6ab5d3640a56bbec50d445109bac6198c..01e1d026f19d11dd4ec41714d20042374f163c90 100644 (file)
@@ -25,6 +25,8 @@ Other modes such as pop or refresh can run into problems when
 the HEAD commit isn't tracked or expected, so they should remained 
 checked.
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
 
 ---
index 8c9067dd467402598d1fe95bbbe6293deb0485e1..8f7cea1dec02cf92b3dbbb960dbaf2fefee1e869 100644 (file)
@@ -1,5 +1,7 @@
 guilt: force removal when uninstalling
 
+Upstream-Status: Inappropriate [oe-specific]
+
 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
 
 --- a/uninstall.orig