* [Buildroot] [PATCH] sunxi-mali: require fbset
@ 2015-03-10 21:37 Jerome Oufella
2015-03-10 22:35 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Jerome Oufella @ 2015-03-10 21:37 UTC (permalink / raw)
To: buildroot
From: J?r?me Oufella <jerome.oufella@savoirfairelinux.com>
The S80mali startup scripts depends on the presence of the fbset utility
to configure the display settings. To address this, select
BR2_PACKAGE_FBSET for the matter.
Signed-off-by: Jerome Oufella <jerome.oufella@savoirfairelinux.com>
---
package/sunxi-mali/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/sunxi-mali/Config.in b/package/sunxi-mali/Config.in
index c95ebbb..9a4eecc 100644
--- a/package/sunxi-mali/Config.in
+++ b/package/sunxi-mali/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_SUNXI_MALI
bool "sunxi-mali"
+ select BR2_PACKAGE_FBSET
select BR2_PACKAGE_HAS_LIBEGL
select BR2_PACKAGE_HAS_LIBGLES
# The egl/gles mali libraries are provided as a git submodule of the
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] sunxi-mali: require fbset
2015-03-10 21:37 [Buildroot] [PATCH] sunxi-mali: require fbset Jerome Oufella
@ 2015-03-10 22:35 ` Thomas Petazzoni
2015-03-11 3:44 ` Jérôme Oufella
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2015-03-10 22:35 UTC (permalink / raw)
To: buildroot
Dear Jerome Oufella,
On Tue, 10 Mar 2015 17:37:13 -0400, Jerome Oufella wrote:
> From: J?r?me Oufella <jerome.oufella@savoirfairelinux.com>
>
> The S80mali startup scripts depends on the presence of the fbset utility
> to configure the display settings. To address this, select
> BR2_PACKAGE_FBSET for the matter.
>
> Signed-off-by: Jerome Oufella <jerome.oufella@savoirfairelinux.com>
Well, there is also a fbset applet in Busybox, which is enabled in our
default Busybox configuration. So normally, the out of the box user
experience should be just fine.
Are you running without Busybox? Or with a custom Busybox configuration?
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] sunxi-mali: require fbset
2015-03-10 22:35 ` Thomas Petazzoni
@ 2015-03-11 3:44 ` Jérôme Oufella
0 siblings, 0 replies; 3+ messages in thread
From: Jérôme Oufella @ 2015-03-11 3:44 UTC (permalink / raw)
To: buildroot
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
> Well, there is also a fbset applet in Busybox, which is enabled in our
> default Busybox configuration. So normally, the out of the box user
> experience should be just fine.
>
> Are you running without Busybox? Or with a custom Busybox configuration?
You are the voice of rightness Thomas :-) I had removed the fbset
package executable without reinstalling busybox. As a result, no trace
of fbset with my default config, which led to this patch.
Sorry for the noise.
--
J?r?me Oufella
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-11 3:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 21:37 [Buildroot] [PATCH] sunxi-mali: require fbset Jerome Oufella
2015-03-10 22:35 ` Thomas Petazzoni
2015-03-11 3:44 ` Jérôme Oufella
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox