[meta-freescale] [meta-fsl-arm][PATCH] weston: Do not override PACKAGECONFIG

Otavio Salvador otavio at ossystems.com.br
Thu Oct 23 15:04:09 PDT 2014


On Wed, Oct 22, 2014 at 4:55 PM, Neena Busireddy
<neena.busireddy at freescale.com> wrote:
> PACKAGECONFIG should not be overridden. If not, it will
> become very complex to enable other features defined in the main
> recipe.
>
> Signed-off-by: Neena Busireddy <neena.busireddy at freescale.com>

Did you check the set of PACKAGECONFIG settings enabled after this
change? I think it will break some stuff as:

PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland',
'kms fbdev wayland egl', '', d)} \
                   ${@bb.utils.contains('DISTRO_FEATURES', 'x11',
'x11', '', d)} \
                   ${@bb.utils.contains('DISTRO_FEATURES', 'pam',
'launch', '', d)} \

will be used. So we'd need to work out which ones we need to remove.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list