summaryrefslogtreecommitdiffstats
path: root/recipes-virtualization
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-virtualization')
-rw-r--r--recipes-virtualization/hv-cfg/hv-cfg_git.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-virtualization/hv-cfg/hv-cfg_git.bb b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
index 57cba44a..4f147d2d 100644
--- a/recipes-virtualization/hv-cfg/hv-cfg_git.bb
+++ b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
@@ -23,11 +23,8 @@ SRCREV = "348748b2ce26258509997b19fead0dd7bba4dea4"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
26python () { 26HV_CFG_M ?= "${@d.getVar('MACHINE', True).replace('-64b','')}"
27 if not d.getVar("HV_CFG_M", True): 27HV_CFG_M_t1042 = "t1040rdb"
28 raise bb.parse.SkipPackage("HV_CFG_M is not defined, please \
29check ${MACHINE}.conf file.")
30}
31 28
32do_install () { 29do_install () {
33 make install 30 make install