diff options
Diffstat (limited to 'recipes-virtualization')
-rw-r--r-- | recipes-virtualization/hv-cfg/hv-cfg_git.bb | 7 |
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 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
25 | 25 | ||
26 | python () { | 26 | HV_CFG_M ?= "${@d.getVar('MACHINE', True).replace('-64b','')}" |
27 | if not d.getVar("HV_CFG_M", True): | 27 | HV_CFG_M_t1042 = "t1040rdb" |
28 | raise bb.parse.SkipPackage("HV_CFG_M is not defined, please \ | ||
29 | check ${MACHINE}.conf file.") | ||
30 | } | ||
31 | 28 | ||
32 | do_install () { | 29 | do_install () { |
33 | make install | 30 | make install |