Fixed
Created: Oct 9, 2014
Updated: Dec 3, 2018
Resolved Date: Oct 14, 2014
Previous ID: OVP-2146
Found In Version: 6.0.0.12
Fix Version: 6.0.0.13
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: Userspace
/.../ovp6/wrlinux-6/wrlinux/configure --enable-board=intel-x86-64 --enable-kernel=preempt-rt --enable-rootfs=ovp-kvm --enable-addons=wr-ovp --enable-reconfig --enable-bootimage=hdd,iso --with-rcpl-version=0012
...
ERROR: Task do_bootimg in /.../layers/local/recipes-img/images/wrlinux-image-ovp-kvm.bb depends upon non-existent task do_deploy in /.../layers/wr-common/wr-security/recipes-uefi/grub-efi/grub-efi_0.97.bb
The same command works fine with RCPL7.
1) configure a project, it will fail with do_bootimg errors;
2) apply those two patches:
$ cd $builddir/layers/wr-common/wr-security; git am /path/to/0001-grub-efi-fix-config-error-for-do_bootimg.patch
$ cd $builddir/layers/wr-bsps/intel-x86; git am /path/to/0001-intel-x86.inc-add-PREFERRED_VERSION-for-grub-efi.patch
3) reconfig the project:
$ cd $builddir; make reconfig