]> code.ossystems Code Review - openembedded-core.git/commit
image-vm.bbclass/image_types.bbclass: IMAGE_NAME -> IMAGE_LINK_NAME
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 7 Apr 2016 13:33:27 +0000 (06:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Apr 2016 06:53:19 +0000 (07:53 +0100)
commit4aa8f67867a05bdf4a5ba90c8235740910662847
tree9ecb48f0c30c4338de081e4cc649bcdb8a85c868
parent24536aa578e483fc2a8594628befa4c78a05681c
image-vm.bbclass/image_types.bbclass: IMAGE_NAME -> IMAGE_LINK_NAME

If we create hdddirect in the first time, and run bitbake to create
vmimg in the second time, then the previouse created
${IMAGE_LINK_NAME}.hdddirect may can not be found since it contains the
data string which are different. Use IMAGE_LINK_NAME to fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image-vm.bbclass
meta/classes/image_types.bbclass