diff options
Diffstat (limited to 'recipes-jailhouse/jailhouse/jailhouse-defs.inc')
-rw-r--r-- | recipes-jailhouse/jailhouse/jailhouse-defs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-jailhouse/jailhouse/jailhouse-defs.inc b/recipes-jailhouse/jailhouse/jailhouse-defs.inc index 8dd30e3..0c8eb40 100644 --- a/recipes-jailhouse/jailhouse/jailhouse-defs.inc +++ b/recipes-jailhouse/jailhouse/jailhouse-defs.inc | |||
@@ -22,4 +22,4 @@ def map_jh_arch(a, d): | |||
22 | else: | 22 | else: |
23 | bb.error("cannot map '%s' to a jailhouse supported architecture" % a) | 23 | bb.error("cannot map '%s' to a jailhouse supported architecture" % a) |
24 | 24 | ||
25 | export JH_ARCH = "${@map_jh_arch(d.getVar('TARGET_ARCH', True), d)}" | 25 | JH_ARCH = "${@map_jh_arch(d.getVar('TARGET_ARCH', True), d)}" |