* [Buildroot] [PATCH] odroid-scripts: init display as early as possible
@ 2016-11-25 7:48 Dagg Stompler
2016-11-25 21:02 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Dagg Stompler @ 2016-11-25 7:48 UTC (permalink / raw)
To: buildroot
this commit will init the display as early as possible so the user can
see on screen the boot process.
the displey init will be called after the logging init to provide some
logging of the init.
Signed-off-by: Dagg Stompler <daggs@gmx.com>
---
package/odroid-scripts/{S50odroidc2_fb => S02odroidc2_fb} | 0
package/odroid-scripts/odroid-scripts.mk | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
rename package/odroid-scripts/{S50odroidc2_fb => S02odroidc2_fb} (100%)
diff --git a/package/odroid-scripts/S50odroidc2_fb b/package/odroid-scripts/S02odroidc2_fb
similarity index 100%
rename from package/odroid-scripts/S50odroidc2_fb
rename to package/odroid-scripts/S02odroidc2_fb
diff --git a/package/odroid-scripts/odroid-scripts.mk b/package/odroid-scripts/odroid-scripts.mk
index 858ec37fe..72e7b9588 100644
--- a/package/odroid-scripts/odroid-scripts.mk
+++ b/package/odroid-scripts/odroid-scripts.mk
@@ -29,8 +29,8 @@ define ODROID_SCRIPTS_INSTALL_INIT_SYSTEMD
endef
define ODROID_SCRIPTS_INSTALL_INIT_SYSV
- $(INSTALL) -D -m 0755 package/odroid-scripts/S50odroidc2_fb \
- $(TARGET_DIR)/etc/init.d/S50odroidc2_fb
+ $(INSTALL) -D -m 0755 package/odroid-scripts/S02odroidc2_fb \
+ $(TARGET_DIR)/etc/init.d/S02odroidc2_fb
endef
$(eval $(generic-package))
--
2.11.0.rc2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] odroid-scripts: init display as early as possible
2016-11-25 7:48 [Buildroot] [PATCH] odroid-scripts: init display as early as possible Dagg Stompler
@ 2016-11-25 21:02 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-11-25 21:02 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 25 Nov 2016 09:48:46 +0200, Dagg Stompler wrote:
> this commit will init the display as early as possible so the user can
> see on screen the boot process.
> the displey init will be called after the logging init to provide some
> logging of the init.
>
> Signed-off-by: Dagg Stompler <daggs@gmx.com>
> ---
> package/odroid-scripts/{S50odroidc2_fb => S02odroidc2_fb} | 0
> package/odroid-scripts/odroid-scripts.mk | 4 ++--
> 2 files changed, 2 insertions(+), 2 deletions(-)
> rename package/odroid-scripts/{S50odroidc2_fb => S02odroidc2_fb} (100%)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-25 21:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-25 7:48 [Buildroot] [PATCH] odroid-scripts: init display as early as possible Dagg Stompler
2016-11-25 21:02 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox