diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-01-25 14:27:47 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-25 12:01:13 -0800 |
commit | db9b8bc9a34f3f486d6ce948a073a1f042d9dbb7 (patch) | |
tree | d9e3af9a574059947438966ca42c41b471f04fff /meta | |
parent | 74c24e08af245404f0c9aac9b9313170b4b03c7f (diff) | |
download | poky-db9b8bc9a34f3f486d6ce948a073a1f042d9dbb7.tar.gz |
kern-tools: update to the new repository
As the first of several changes to the kern-tools coupled to
the branch management in the yocto kernels the repository
is being renamed to it proper name. This change switches us to
that newly created repo.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 58e64709f2..de5628cd02 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | DESCRIPTION = "Scripts and utilities for managing Wind River kernels." | 1 | DESCRIPTION = "Scripts and utilities for managing Yocto branched kernels." |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d843f43d2e22b0d91a6fee" | 3 | LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d843f43d2e22b0d91a6fee" |
4 | 4 | ||
5 | DEPENDS = "git-native guilt-native" | 5 | DEPENDS = "git-native guilt-native" |
6 | 6 | ||
7 | PR = r9 | 7 | PR = r10 |
8 | PV = "0.1+git${SRCPV}" | 8 | PV = "0.1+git${SRCPV}" |
9 | 9 | ||
10 | inherit native | 10 | inherit native |
11 | 11 | ||
12 | SRC_URI = "git://git.pokylinux.org/wr-kernel-tools.git;protocol=git" | 12 | SRC_URI = "git://git.pokylinux.org/yocto-kernel-tools.git;protocol=git" |
13 | S = "${WORKDIR}" | 13 | S = "${WORKDIR}" |
14 | 14 | ||
15 | kern_tools_LIST = kgit kgit-init kgit-meta \ | 15 | kern_tools_LIST = kgit kgit-init kgit-meta \ |