diff options
| -rw-r--r-- | meta/classes/kernel-yocto.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 7718f9ab1b..f42a5c2534 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
| @@ -212,7 +212,7 @@ do_kernel_checkout() { | |||
| 212 | machine_branch="${@ get_machine_branch(d, "${KBRANCH}" )}" | 212 | machine_branch="${@ get_machine_branch(d, "${KBRANCH}" )}" |
| 213 | git show-ref --quiet --verify -- "refs/heads/${machine_branch}" | 213 | git show-ref --quiet --verify -- "refs/heads/${machine_branch}" |
| 214 | if [ $? -eq 0 ]; then | 214 | if [ $? -eq 0 ]; then |
| 215 | machine_branch = "master" | 215 | machine_branch="master" |
| 216 | fi | 216 | fi |
| 217 | 217 | ||
| 218 | # checkout and clobber any unimportant files | 218 | # checkout and clobber any unimportant files |
