* [Buildroot] [PATCH v2] odroid-scripts: select fbset if selected.
@ 2016-07-26 15:54 Dagg Stompler
2016-07-26 19:34 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Dagg Stompler @ 2016-07-26 15:54 UTC (permalink / raw)
To: buildroot
Signed-off-by: Dagg Stompler <daggs@gmx.com>
---
v1 -> v2:
- select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS in addition to BR2_PACKAGE_FBSET (Thomas Petazzoni)
package/odroid-scripts/Config.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/odroid-scripts/Config.in b/package/odroid-scripts/Config.in
index 48544b6..73d1c4b 100644
--- a/package/odroid-scripts/Config.in
+++ b/package/odroid-scripts/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_ODROID_SCRIPTS
bool "odroid-scripts"
depends on BR2_aarch64 || BR2_arm
+ select BR2_PACKAGE_FBSET
+ select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
Install the scripts for the odroidc2 based systems.
--
2.9.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] odroid-scripts: select fbset if selected.
2016-07-26 15:54 [Buildroot] [PATCH v2] odroid-scripts: select fbset if selected Dagg Stompler
@ 2016-07-26 19:34 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-07-26 19:34 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 26 Jul 2016 18:54:05 +0300, Dagg Stompler wrote:
> diff --git a/package/odroid-scripts/Config.in b/package/odroid-scripts/Config.in
> index 48544b6..73d1c4b 100644
> --- a/package/odroid-scripts/Config.in
> +++ b/package/odroid-scripts/Config.in
> @@ -1,6 +1,8 @@
> config BR2_PACKAGE_ODROID_SCRIPTS
> bool "odroid-scripts"
> depends on BR2_aarch64 || BR2_arm
> + select BR2_PACKAGE_FBSET
> + select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
I've added a comment next to those selects to indicate why they are
present. fbset is a runtime dependency, busybox-show-others is needed
to select fbset.
Applied, 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-07-26 19:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26 15:54 [Buildroot] [PATCH v2] odroid-scripts: select fbset if selected Dagg Stompler
2016-07-26 19:34 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox