* [Buildroot] [PATCH 1/1] ti-gfx: select fbset as it is a runtime dependency
@ 2014-06-01 14:57 Hadrien Boutteville
2014-06-01 15:30 ` Spenser Gilliland
0 siblings, 1 reply; 3+ messages in thread
From: Hadrien Boutteville @ 2014-06-01 14:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
---
package/ti-gfx/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in
index 3e8648e..f1f3a07 100644
--- a/package/ti-gfx/Config.in
+++ b/package/ti-gfx/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_TI_GFX
select BR2_PACKAGE_HAS_LIBEGL
select BR2_PACKAGE_HAS_LIBGLES
select BR2_PACKAGE_HAS_POWERVR
+ select BR2_PACKAGE_FBSET # Runtime dependency only
depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
help
Graphics libraries for TI boards.
--
1.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] ti-gfx: select fbset as it is a runtime dependency
2014-06-01 14:57 [Buildroot] [PATCH 1/1] ti-gfx: select fbset as it is a runtime dependency Hadrien Boutteville
@ 2014-06-01 15:30 ` Spenser Gilliland
2014-06-01 16:08 ` Hadrien Boutteville
0 siblings, 1 reply; 3+ messages in thread
From: Spenser Gilliland @ 2014-06-01 15:30 UTC (permalink / raw)
To: buildroot
Hadrien,
On Jun 1, 2014 7:57 AM, "Hadrien Boutteville" <hadrien.boutteville@gmail.com>
wrote:
>
> Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
> ---
> package/ti-gfx/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in
> index 3e8648e..f1f3a07 100644
> --- a/package/ti-gfx/Config.in
> +++ b/package/ti-gfx/Config.in
> @@ -3,6 +3,7 @@ config BR2_PACKAGE_TI_GFX
> select BR2_PACKAGE_HAS_LIBEGL
> select BR2_PACKAGE_HAS_LIBGLES
> select BR2_PACKAGE_HAS_POWERVR
> + select BR2_PACKAGE_FBSET # Runtime dependency only
> depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
> help
> Graphics libraries for TI boards.
> --
> 1.9.3
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Fbset is available in either the package or as part of busybox. Is there a
good way to support both?
Thanks,
Spenser
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140601/c00718e8/attachment.html>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] ti-gfx: select fbset as it is a runtime dependency
2014-06-01 15:30 ` Spenser Gilliland
@ 2014-06-01 16:08 ` Hadrien Boutteville
0 siblings, 0 replies; 3+ messages in thread
From: Hadrien Boutteville @ 2014-06-01 16:08 UTC (permalink / raw)
To: buildroot
Spenser,
On Sun, 1 Jun 2014 10:30:10 -0500, Spenser Gilliland wrote:
> On Jun 1, 2014 7:57 AM, "Hadrien Boutteville"
> <hadrien.boutteville at gmail.com <mailto:hadrien.boutteville@gmail.com>>
> wrote:
>>
>> Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com
> <mailto:hadrien.boutteville@gmail.com>>
>> ---
>> package/ti-gfx/Config.in | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in
>> index 3e8648e..f1f3a07 100644
>> --- a/package/ti-gfx/Config.in
>> +++ b/package/ti-gfx/Config.in
>> @@ -3,6 +3,7 @@ config BR2_PACKAGE_TI_GFX
>> select BR2_PACKAGE_HAS_LIBEGL
>> select BR2_PACKAGE_HAS_LIBGLES
>> select BR2_PACKAGE_HAS_POWERVR
>> + select BR2_PACKAGE_FBSET # Runtime dependency only
>> depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
>> help
>> Graphics libraries for TI boards.
>> --
>> 1.9.3
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net <mailto:buildroot@busybox.net>
>> http://lists.busybox.net/mailman/listinfo/buildroot
>
> Fbset is available in either the package or as part of busybox. Is
> there a good way to support both?
Erf, yes, I didn't pay attention to that... According to Thomas the
solution would be to select fbset in the default busybox configuration,
and select it in ti-gfx only if busybox is not used.
Regards,
Hadrien
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-01 16:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-01 14:57 [Buildroot] [PATCH 1/1] ti-gfx: select fbset as it is a runtime dependency Hadrien Boutteville
2014-06-01 15:30 ` Spenser Gilliland
2014-06-01 16:08 ` Hadrien Boutteville
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox