diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-07-01 17:24:59 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2020-07-08 15:53:46 +0200 |
commit | e6d03b216b8f22f5f9b9ed78752a5dc93b5c855a (patch) | |
tree | 2a64d6293fd39acba391528bf1e84c4a2e490a75 /conf/include | |
parent | dc94b083c865e5ac909a08dd2f3f1c1edaffc390 (diff) | |
download | meta-updater-e6d03b216b8f22f5f9b9ed78752a5dc93b5c855a.tar.gz |
ostree-kernel-initramfs: skip recipe when OSTREE_KERNEL is not defined
* otherwise it fails with useless error:
ostree-kernel-initramfs/0.0.1-r0/temp/run.do_install.3011' failed with exit code 1:
cp: -r not specified; omitting directory 'tmp-glibc/deploy/images/qemux86/'
WARNING: exit code 1 from a shell command.
because of
cp ${DEPLOY_DIR_IMAGE}/${OSTREE_KERNEL} $kerneldir/vmlinuz
in do_install will try to copy whole ${DEPLOY_DIR_IMAGE}/ when
${OSTREE_KERNEL} is empty
as reported in:
https://github.com/advancedtelematic/meta-updater/pull/740#issuecomment-651952735
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/include')
0 files changed, 0 insertions, 0 deletions