summaryrefslogtreecommitdiffstats
path: root/recipes-virtualization
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:35:50 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:34:12 -0300
commit79010a03b941de31a881979cc8f8c03a3b3a8ef6 (patch)
tree76f24454322b45def2f3939752049d45c7cdf798 /recipes-virtualization
parent933efab5cb38fda594b27d7777b0089c6b982201 (diff)
downloadmeta-freescale-79010a03b941de31a881979cc8f8c03a3b3a8ef6.tar.gz
hv-cfg: not set HV_CFG_M in machine conf
It is simple to do it in hv-cfg recipe. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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