diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-01-09 23:34:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-16 18:08:20 +0000 |
commit | acfb6bf01812a0e5c23a5a6b0a6add83796ea1b7 (patch) | |
tree | f70fb1c5e6f3d9228e3830a8248208d186844667 /meta-yocto-bsp/conf/machine | |
parent | f689defd6d989581bad5645e1170a2cb25c49c6f (diff) | |
download | poky-acfb6bf01812a0e5c23a5a6b0a6add83796ea1b7.tar.gz |
genericx86: add genericx86.wks
Currently genericx86* machines use mkefidisk.wks from
scripts/lib/wic/canned-wks. It'd be easier to find this file
if it's name contains machine name and it's located in the same
layer.
Added genericx86.wks to meta-yocto-bsp/wic/ to make it independent
from changes in oe-core and easier to maintain.
[YOCTO #8719]
(From meta-yocto rev: becb5f506198d94762e43f1b5a47b50d24b5ab35)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine')
-rw-r--r-- | meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index eb6f0b9bd7..cec7970852 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc | |||
@@ -21,6 +21,6 @@ GLIBC_ADDONS = "nptl" | |||
21 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" | 21 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" |
22 | 22 | ||
23 | IMAGE_FSTYPES += "wic wic.bmap" | 23 | IMAGE_FSTYPES += "wic wic.bmap" |
24 | WKS_FILE ?= "mkefidisk.wks" | 24 | WKS_FILE ?= "genericx86.wks" |
25 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" | 25 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" |
26 | do_image_wic[recrdeptask] += "do_bootimg" | 26 | do_image_wic[recrdeptask] += "do_bootimg" |