diff options
Diffstat (limited to 'meta/classes/kernel-yocto.bbclass')
-rw-r--r-- | meta/classes/kernel-yocto.bbclass | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 4938712c7c..357a79b123 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -351,13 +351,6 @@ do_validate_branches() { | |||
351 | exit 1 | 351 | exit 1 |
352 | fi | 352 | fi |
353 | 353 | ||
354 | containing_branches=`git branch --contains $machine_srcrev | sed 's/^..//'` | ||
355 | if [ -z "$containing_branches" ]; then | ||
356 | echo "ERROR: SRCREV was set to \"$machine_srcrev\", but no branches" | ||
357 | echo " contain this commit" | ||
358 | exit 1 | ||
359 | fi | ||
360 | |||
361 | ## KMETA branch validation. | 354 | ## KMETA branch validation. |
362 | ## We do validation if the meta branch exists, and AUTOREV hasn't been set | 355 | ## We do validation if the meta branch exists, and AUTOREV hasn't been set |
363 | meta_head=`git show-ref -s --heads ${KMETA}` | 356 | meta_head=`git show-ref -s --heads ${KMETA}` |