[Buildroot] [PATCH 1/1] jamvm: add depends on toolchain w/threads

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Apr 1 21:59:34 UTC 2015


Dear Peter Korsgaard,

On Wed, 01 Apr 2015 23:48:49 +0200, Peter Korsgaard wrote:
> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:
> 
> Hi,
> 
> > Also, there's something fishy between jamvm and classpath.
> 
>  > jamvm does select BR2_PACKAGE_CLASSPATH and has classpath in
>  > JAMVM_DEPENDENCIES.
> 
>  > But classpath has depends on BR2_PACKAGE_JAMVM in its Config.in.
> 
>  > Does not make much sense. Peter, you followed the JamVM/Classpath
>  > stuff. What do you think?
> 
> Hmm, that indeed doesn't sound right. I think the jamvm select should be
> dropped from classpath.

There's no jamvm select in classpath, it's a 'depends on':

config BR2_PACKAGE_JAMVM
        bool "jamvm"
        select BR2_PACKAGE_CLASSPATH

config BR2_PACKAGE_CLASSPATH
        bool "classpath"
        depends on BR2_PACKAGE_JAMVM

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list