* naming of link to fitImage with initramfs
@ 2019-03-01 15:45 Markus Klotzbuecher
0 siblings, 0 replies; only message in thread
From: Markus Klotzbuecher @ 2019-03-01 15:45 UTC (permalink / raw)
To: openembedded-core
Hello everyone
After updating to thud, I noticed that the naming of the softlink to a
fitImage with an INITRAMFS_IMAGE effectively changed from the form
fitImage-${INITRAMFS_IMAGE}-${MACHINE}.bin
to
fitImage-${INITRAMFS_IMAGE}-${MACHINE}-${MACHINE}
This happens because the latter is constructed in
kernel-fitimage.bbclass as
fitImage-${INITRAMFS_IMAGE_NAME}-${KERNEL_FIT_LINK_NAME}
where kernel.bbclass sets:
INITRAMFS_IMAGE_NAME ?= ${INITRAMFS_IMAGE}-${MACHINE}
and kernel-artifact-names.bbclass defines:
KERNEL_FIT_LINK_NAME ?= "${KERNEL_ARTIFACT_LINK_NAME}"
and
KERNEL_ARTIFACT_LINK_NAME ?= "${MACHINE}"
leading ${MACHINE} being added two times.
Is this intentional or am I missing something? I'm not attached to the
old naming, but the double MACHINE in the link seems a bit odd.
Thanks in advance!
Best regards
Markus
--
Markus Klotzbuecher
Freelancer Embedded, Distributed & Real-time Systems
Am See 28, 78465 Konstanz, Germany
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-03-01 15:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-01 15:45 naming of link to fitImage with initramfs Markus Klotzbuecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox