diff options
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
| -rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb (renamed from meta/recipes-kernel/linux-libc-headers/linux-libc-headers-wrs_git.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-wrs_git.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb index ab25e500ba..6ae6d5f642 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-wrs_git.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb | |||
| @@ -26,7 +26,7 @@ do_configure() { | |||
| 26 | oe_runmake allnoconfig ARCH=$ARCH | 26 | oe_runmake allnoconfig ARCH=$ARCH |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | do_wrlinux_checkout() { | 29 | do_kernel_checkout() { |
| 30 | if [ -d ${WORKDIR}/.git/refs/remotes/origin ]; then | 30 | if [ -d ${WORKDIR}/.git/refs/remotes/origin ]; then |
| 31 | rm -rf ${S} | 31 | rm -rf ${S} |
| 32 | mkdir ${S} | 32 | mkdir ${S} |
| @@ -38,7 +38,7 @@ do_wrlinux_checkout() { | |||
| 38 | git checkout -f standard | 38 | git checkout -f standard |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | addtask wrlinux_checkout before do_patch after do_unpack | 41 | addtask kernel_checkout before do_patch after do_unpack |
| 42 | 42 | ||
| 43 | do_compile () { | 43 | do_compile () { |
| 44 | } | 44 | } |
