* [PATCH 0/1] image-live.bbclass: print warn when initramfs is invalid
@ 2017-12-13 3:24 Robert Yang
2017-12-13 3:24 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2017-12-13 3:24 UTC (permalink / raw)
To: openembedded-core
The following changes since commit ba274d3c3832b5add3e599a5f350aafeb81c3cfb:
image-live.bbclass: add MLPREFIX to core-image-minimal-initramfs (2017-12-13 10:44:31 +0800)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/live_warn
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/live_warn
Robert Yang (1):
image-live.bbclass: print warn when initramfs is invalid
meta/classes/image-live.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.7.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] image-live.bbclass: print warn when initramfs is invalid
2017-12-13 3:24 [PATCH 0/1] image-live.bbclass: print warn when initramfs is invalid Robert Yang
@ 2017-12-13 3:24 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2017-12-13 3:24 UTC (permalink / raw)
To: openembedded-core
It's a problem when initramfs is invalid, so print warn rather than note.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/classes/image-live.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass
index 9f8ff79..1623c15 100644
--- a/meta/classes/image-live.bbclass
+++ b/meta/classes/image-live.bbclass
@@ -92,7 +92,7 @@ build_iso() {
for fs in ${INITRD}
do
if [ ! -s "$fs" ]; then
- bbnote "ISO image will not be created. $fs is invalid."
+ bbwarn "ISO image will not be created. $fs is invalid."
return
fi
done
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-13 3:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13 3:24 [PATCH 0/1] image-live.bbclass: print warn when initramfs is invalid Robert Yang
2017-12-13 3:24 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox