diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-11-15 11:25:58 -0500 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:22 -0800 |
commit | c70816cb9022dfedd78817bb1dfe20219fe2dd90 (patch) | |
tree | 764704dc00eacf53e7a276a0840a32c71160f27f /meta/recipes-kernel/linux-libc-headers | |
parent | 771d890d086534536ff4aa4a386f17e2b697c0be (diff) | |
download | openembedded-core-c70816cb9022dfedd78817bb1dfe20219fe2dd90.tar.gz openembedded-core-c70816cb9022dfedd78817bb1dfe20219fe2dd90.tar.bz2 openembedded-core-c70816cb9022dfedd78817bb1dfe20219fe2dd90.zip |
linux-wrs: rename to linux-yocto
The existing preferred yocto kernel wasn't named appropriately
and needs to be updated.
In keeping the changes small and isolated, this commit simply
renames the recipe and some internal variables. Future commits
will refactor the code into more usable blocks.
Now that linuy-wrs has been renamed linux-yocto, we need
to rename and update an board configurations and append
files.
Now that linux-wrs has been renamed linux-yocto, we need to
update the SRCREVs to have the new name.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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() { oe_runmake allnoconfig ARCH=$ARCH } -do_wrlinux_checkout() { +do_kernel_checkout() { if [ -d ${WORKDIR}/.git/refs/remotes/origin ]; then rm -rf ${S} mkdir ${S} @@ -38,7 +38,7 @@ do_wrlinux_checkout() { git checkout -f standard } -addtask wrlinux_checkout before do_patch after do_unpack +addtask kernel_checkout before do_patch after do_unpack do_compile () { } |