diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-01-16 14:23:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 14:13:29 +0000 |
commit | edf0830412de66eada9ef3f3947ca42e301c5377 (patch) | |
tree | 190a5ca6a2217e2f7159fc624a443d6b46e6bce2 /meta/lib | |
parent | 1c8acea91e775b1b6f8b25e774aaba3e790fc59b (diff) | |
download | openembedded-core-edf0830412de66eada9ef3f3947ca42e301c5377.tar.gz openembedded-core-edf0830412de66eada9ef3f3947ca42e301c5377.tar.bz2 openembedded-core-edf0830412de66eada9ef3f3947ca42e301c5377.zip |
isoimage-isohybrid: use TRANSLATED_TARGET_ARCH instead of MACHINE_ARCH
isoimage-sihybrid plugin uses MACHINE_ARCH to get the name of initrd image.
It doesn't work for all machines, for example for quemux86-64 machine
MACHINE_ARCH is quemux86_64 and initrd name is
core-image-minimal-initramfs-qemux86-64.cpio.gz
Used TRANSLATED_TARGET_ARCH variable to get the initrd image name.
Replaced MACHINE_ARCH->TRANSLATED_TARGET_ARCH in WICVARS variable to
make it available from <image>.env file.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Diffstat (limited to 'meta/lib')
0 files changed, 0 insertions, 0 deletions