mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
config BR2_PACKAGE_ODROID_SCRIPTS
|
|
bool "odroid-scripts"
|
|
depends on BR2_aarch64 || BR2_arm || BR2_armeb
|
|
select BR2_PACKAGE_FBSET # runtime
|
|
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # needed for fbset
|
|
help
|
|
Install the scripts for the odroidc2 based systems.
|
|
|
|
https://github.com/mdrjr/c2_bootini
|