summaryrefslogtreecommitdiffstats
path: root/recipes-tools/embedded-hv/hypervisor_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-tools/embedded-hv/hypervisor_git.bb')
-rw-r--r--recipes-tools/embedded-hv/hypervisor_git.bb10
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"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://README;endline=22;md5=0655bbc3b7d7166c30c87208b4e23cf0" 4LIC_FILES_CHKSUM = "file://README;endline=22;md5=0655bbc3b7d7166c30c87208b4e23cf0"
5 5
6PR = "r2" 6PR = "r3"
7 7
8DEPENDS = "u-boot-mkimage-native" 8DEPENDS = "u-boot-mkimage-native"
9 9
@@ -31,14 +31,6 @@ EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHA
31DEFCONFIG = "defconfig" 31DEFCONFIG = "defconfig"
32DEFCONFIG_powerpc64 = "64bit_defconfig" 32DEFCONFIG_powerpc64 = "64bit_defconfig"
33 33
34do_create_link () {
35 cd ${S}/..
36 if [ ! -e hv ]; then
37 ln -s ${S} hv
38 fi
39}
40addtask create_link before do_compile after do_configure
41
42inherit cml1 34inherit cml1
43do_configure () { 35do_configure () {
44 oe_runmake ${DEFCONFIG} 36 oe_runmake ${DEFCONFIG}