diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-18 11:49:21 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-18 11:49:58 +0100 |
| commit | 9ba6043530fe139c61e7aab6b69056c5a312e580 (patch) | |
| tree | e7e41c08af114ddf59116470f059c138163805a7 | |
| parent | 5d9f37873d88a33cc0f1c326a2cb0c2ff673a3a6 (diff) | |
| download | poky-9ba6043530fe139c61e7aab6b69056c5a312e580.tar.gz | |
linux-wrs: Make sure kern-tools-native is built before do_patch
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/linux/linux-wrs_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-wrs_git.bb b/meta/packages/linux/linux-wrs_git.bb index 38718464de..c8d362571f 100644 --- a/meta/packages/linux/linux-wrs_git.bb +++ b/meta/packages/linux/linux-wrs_git.bb | |||
| @@ -4,7 +4,6 @@ LICENSE = "GPL" | |||
| 4 | 4 | ||
| 5 | # Set this to 'preempt_rt' in the local.conf if you want a real time kernel | 5 | # Set this to 'preempt_rt' in the local.conf if you want a real time kernel |
| 6 | LINUX_KERNEL_TYPE ?= standard | 6 | LINUX_KERNEL_TYPE ?= standard |
| 7 | DEPENDS = "kern-tools-native" | ||
| 8 | SRCREV_FORMAT = "meta_machine" | 7 | SRCREV_FORMAT = "meta_machine" |
| 9 | PV = "2.6.34+git${SRCPV}" | 8 | PV = "2.6.34+git${SRCPV}" |
| 10 | 9 | ||
| @@ -109,7 +108,7 @@ do_install_perf() { | |||
| 109 | oe_runmake -C ${S}/tools/perf CC="${KERNEL_CC}" LD="${KERNEL_LD}" prefix=${prefix} DESTDIR=${D} install | 108 | oe_runmake -C ${S}/tools/perf CC="${KERNEL_CC}" LD="${KERNEL_LD}" prefix=${prefix} DESTDIR=${D} install |
| 110 | } | 109 | } |
| 111 | 110 | ||
| 112 | do_wrlinux_configme[depends] = "kern-tools-native:do_populate_sysroot" | 111 | do_patch[depends] = "kern-tools-native:do_populate_sysroot" |
| 113 | addtask wrlinux_configme before do_configure after do_patch | 112 | addtask wrlinux_configme before do_configure after do_patch |
| 114 | addtask wrlinux_link_vmlinux after do_compile before do_install | 113 | addtask wrlinux_link_vmlinux after do_compile before do_install |
| 115 | addtask wrlinux_configcheck after do_configure before do_compile | 114 | addtask wrlinux_configcheck after do_configure before do_compile |
