[OE-core] [PATCH 0/1] wic/bootimg-pcbios.py: checking the existance of syslinux

Hongxu Jia hongxu.jia at windriver.com
Mon Oct 13 10:46:33 UTC 2014


Test Steps:

1. build core-image-minimal
$ bitbake core-image-minimal

2. run wic failed
$ wic create directdisk -e core-image-minimal
...
Creating image(s)...

Error: Please build syslinux first
...

3. build syslinux
$ bitbake syslinux

4. run wic success
$ wic create directdisk -e core-image-minimal
...
Creating image(s)...
..
The image(s) were created using OE kickstart file:
  /home/jiahongxu/yocto/poky/scripts/lib/image/canned-wks/directdisk.wks
...

//Hongxu

The following changes since commit ccf5a4d2342c4fd40e4e0b332ea7e34e0bf175d4:

  build-appliance-image: Update to dizzy head revision (2014-10-11 08:11:17 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib hongxu/fix-wic-syslinux
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-wic-syslinux

Hongxu Jia (1):
  wic/bootimg-pcbios.py: checking the existance of syslinux

 scripts/lib/wic/plugins/source/bootimg-pcbios.py | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
1.9.1




More information about the Openembedded-core mailing list