All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel: Make symbol link to vmlinux.64 in boot directory
@ 2019-12-26 11:19 Vasyl Gomonovych
  0 siblings, 0 replies; 5+ messages in thread
From: Vasyl Gomonovych @ 2019-12-26 11:19 UTC (permalink / raw)
  To: openembedded-core, zhe.he, ross.burton, andrea.adami
  Cc: Vasyl Gomonovych, 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] 5+ messages in thread

* [PATCH] kernel: Make symbol link to vmlinux.64 in boot directory
@ 2019-12-26 11:50 ` Vasyl Gomonovych
  0 siblings, 0 replies; 5+ messages in thread
From: Vasyl Gomonovych @ 2019-12-26 11:50 UTC (permalink / raw)
  To: openembedded-core, zhe.he, ross.burton, andrea.adami
  Cc: Vasyl Gomonovych, linux-kernel

Some mips 64 bit platforms use vmlinux.64 image name
Make a symbol link to vmlinux.64 in arch/mips/boot/

Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com>
---
 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] 5+ messages in thread

* [PATCH] kernel: Make symbol link to vmlinux.64 in boot directory
@ 2019-12-26 11:50 ` Vasyl Gomonovych
  0 siblings, 0 replies; 5+ messages in thread
From: Vasyl Gomonovych @ 2019-12-26 11:50 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/

Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com>
---
 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] 5+ messages in thread

* [PATCH] kernel: Make symbol link to vmlinux.64 in boot directory
@ 2019-12-26 11:24 ` Vasyl Gomonovych
  0 siblings, 0 replies; 5+ messages in thread
From: Vasyl Gomonovych @ 2019-12-26 11:24 UTC (permalink / raw)
  To: openembedded-core, zhe.he, ross.burton, andrea.adami
  Cc: Vasyl Gomonovych, 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] 5+ messages in thread

* [PATCH] kernel: Make symbol link to vmlinux.64 in boot directory
@ 2019-12-26 11:24 ` Vasyl Gomonovych
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

end of thread, other threads:[~2019-12-26 11:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-26 11:19 [PATCH] kernel: Make symbol link to vmlinux.64 in boot directory Vasyl Gomonovych
2019-12-26 11:24 Vasyl Gomonovych
2019-12-26 11:24 ` Vasyl Gomonovych
2019-12-26 11:50 Vasyl Gomonovych
2019-12-26 11:50 ` Vasyl Gomonovych

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.