diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-10-24 10:58:44 +0000 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2013-01-30 16:52:25 -0600 |
| commit | b7fe3021174c33ae081c93a0929f9f9df9d92109 (patch) | |
| tree | 6e65918d94b7e2b947e712978ad6fd7aa267b792 /recipes-tools | |
| parent | 20e98c37cfb88ad1f5ce6ad47ad3f9fe58f6a0ba (diff) | |
| download | meta-fsl-ppc-b7fe3021174c33ae081c93a0929f9f9df9d92109.tar.gz | |
hypervisor_git.bb: remove unneeded create_link task
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-tools')
| -rw-r--r-- | recipes-tools/embedded-hv/hypervisor_git.bb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/recipes-tools/embedded-hv/hypervisor_git.bb b/recipes-tools/embedded-hv/hypervisor_git.bb index d3e5b82..25942ee 100644 --- a/recipes-tools/embedded-hv/hypervisor_git.bb +++ b/recipes-tools/embedded-hv/hypervisor_git.bb | |||
| @@ -3,7 +3,7 @@ SECTION = "embedded-hv" | |||
| 3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
| 4 | LIC_FILES_CHKSUM = "file://README;endline=22;md5=0655bbc3b7d7166c30c87208b4e23cf0" | 4 | LIC_FILES_CHKSUM = "file://README;endline=22;md5=0655bbc3b7d7166c30c87208b4e23cf0" |
| 5 | 5 | ||
| 6 | PR = "r2" | 6 | PR = "r3" |
| 7 | 7 | ||
| 8 | DEPENDS = "u-boot-mkimage-native" | 8 | DEPENDS = "u-boot-mkimage-native" |
| 9 | 9 | ||
| @@ -31,14 +31,6 @@ EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHA | |||
| 31 | DEFCONFIG = "defconfig" | 31 | DEFCONFIG = "defconfig" |
| 32 | DEFCONFIG_powerpc64 = "64bit_defconfig" | 32 | DEFCONFIG_powerpc64 = "64bit_defconfig" |
| 33 | 33 | ||
| 34 | do_create_link () { | ||
| 35 | cd ${S}/.. | ||
| 36 | if [ ! -e hv ]; then | ||
| 37 | ln -s ${S} hv | ||
| 38 | fi | ||
| 39 | } | ||
| 40 | addtask create_link before do_compile after do_configure | ||
| 41 | |||
| 42 | inherit cml1 | 34 | inherit cml1 |
| 43 | do_configure () { | 35 | do_configure () { |
| 44 | oe_runmake ${DEFCONFIG} | 36 | oe_runmake ${DEFCONFIG} |
