diff options
| -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} |
