* [PATCH] kernel: Make symbol link to vmlinux.64 in boot directory @ 2019-12-26 11:24 Vasyl Gomonovych 2019-12-26 11:31 ` ✗ patchtest: failure for " Patchwork 0 siblings, 1 reply; 2+ messages in thread From: Vasyl Gomonovych @ 2019-12-26 11:24 UTC (permalink / raw) To: openembedded-core, zhe.he, ross.burton, andrea.adami; +Cc: linux-kernel Some mips 64 bit platforms use vmlinux.64 image name Make a symbol link to vmlinux.64 in arch/mips/boot/ --- meta/classes/kernel.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index ebcb79a528..750988f4e5 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -613,6 +613,9 @@ do_kernel_link_images() { if [ -f ../../../vmlinuz.bin ]; then ln -sf ../../../vmlinuz.bin fi + if [ -f ../../../vmlinux.64 ]; then + ln -sf ../../../vmlinux.64 + fi } addtask kernel_link_images after do_compile before do_strip -- 2.17.1 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* ✗ patchtest: failure for kernel: Make symbol link to vmlinux.64 in boot directory 2019-12-26 11:24 [PATCH] kernel: Make symbol link to vmlinux.64 in boot directory Vasyl Gomonovych @ 2019-12-26 11:31 ` Patchwork 0 siblings, 0 replies; 2+ messages in thread From: Patchwork @ 2019-12-26 11:31 UTC (permalink / raw) To: Vasyl Gomonovych; +Cc: openembedded-core == Series Details == Series: kernel: Make symbol link to vmlinux.64 in boot directory Revision: 1 URL : https://patchwork.openembedded.org/series/21765/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed series by patchtest resulting in the following failures: * Patch kernel: Make symbol link to vmlinux.64 in boot directory Issue Patch is missing Signed-off-by [test_signed_off_by_presence] Suggested fix Sign off the patch (either manually or with "git commit --amend -s") If you believe any of these test results are incorrect, please reply to the mailing list (openembedded-core@lists.openembedded.org) raising your concerns. Otherwise we would appreciate you correcting the issues and submitting a new version of the patchset if applicable. Please ensure you add/increment the version number when sending the new version (i.e. [PATCH] -> [PATCH v2] -> [PATCH v3] -> ...). --- Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-12-26 11:31 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-12-26 11:24 [PATCH] kernel: Make symbol link to vmlinux.64 in boot directory Vasyl Gomonovych 2019-12-26 11:31 ` ✗ patchtest: failure for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox