* [Buildroot] [PATCH] package/odroid-scripts: relax dependencies to include armeb
@ 2017-05-12 19:15 Yann E. MORIN
2017-05-13 13:07 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2017-05-12 19:15 UTC (permalink / raw)
To: buildroot
odroid-scripts are just scripts, so they should also work on a armeb
board.
Besides, odroid-mali selects it, but it only depends on arm-eabihf,
which means armeb is not ruled out.
Fixes unmet dependencies (with BR2_armeb=y):
warning: (BR2_PACKAGE_ODROID_MALI) selects BR2_PACKAGE_ODROID_SCRIPTS
which has unmet direct dependencies(BR2_aarch64 || BR2_arm)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Dagg Stompler <daggs@gmx.com>
---
package/odroid-scripts/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/odroid-scripts/Config.in b/package/odroid-scripts/Config.in
index c4e09cad72..c07c3a4c09 100644
--- a/package/odroid-scripts/Config.in
+++ b/package/odroid-scripts/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_ODROID_SCRIPTS
bool "odroid-scripts"
- depends on BR2_aarch64 || BR2_arm
+ depends on BR2_aarch64 || BR2_arm || BR2_armeb
select BR2_PACKAGE_FBSET # runtime
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # needed for fbset
help
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/odroid-scripts: relax dependencies to include armeb
2017-05-12 19:15 [Buildroot] [PATCH] package/odroid-scripts: relax dependencies to include armeb Yann E. MORIN
@ 2017-05-13 13:07 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-05-13 13:07 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 12 May 2017 21:15:09 +0200, Yann E. MORIN wrote:
> odroid-scripts are just scripts, so they should also work on a armeb
> board.
>
> Besides, odroid-mali selects it, but it only depends on arm-eabihf,
> which means armeb is not ruled out.
>
> Fixes unmet dependencies (with BR2_armeb=y):
> warning: (BR2_PACKAGE_ODROID_MALI) selects BR2_PACKAGE_ODROID_SCRIPTS
> which has unmet direct dependencies(BR2_aarch64 || BR2_arm)
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Dagg Stompler <daggs@gmx.com>
> ---
> package/odroid-scripts/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, 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:[~2017-05-13 13:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-12 19:15 [Buildroot] [PATCH] package/odroid-scripts: relax dependencies to include armeb Yann E. MORIN
2017-05-13 13:07 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox