Re: [yocto] [meta-raspberrypi][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-01-31 Thread Martin Jansa
https://github.com/agherzan/meta-raspberrypi/pull/188 On Wed, Jan 31, 2018 at 8:23 AM, Andrea Galbusera wrote: > On Wed, Jan 31, 2018 at 8:19 AM, Andrea Galbusera > wrote: > > On Wed, Jan 31, 2018 at 8:05 AM, Andrea Galbusera > wrote: > >>

Re: [yocto] [meta-raspberrypi][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-01-30 Thread Andrea Galbusera
On Wed, Jan 31, 2018 at 8:19 AM, Andrea Galbusera wrote: > On Wed, Jan 31, 2018 at 8:05 AM, Andrea Galbusera wrote: >> Hi Martin, >> >> On Tue, Jan 30, 2018 at 2:31 PM, Martin Jansa wrote: >>> Signed-off-by: Martin Jansa

Re: [yocto] [meta-raspberrypi][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-01-30 Thread Andrea Galbusera
On Wed, Jan 31, 2018 at 8:05 AM, Andrea Galbusera wrote: > Hi Martin, > > On Tue, Jan 30, 2018 at 2:31 PM, Martin Jansa wrote: >> Signed-off-by: Martin Jansa >> --- >> recipes-kernel/linux/linux-raspberrypi.inc | 6 +++--- >> 1

Re: [yocto] [meta-raspberrypi][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-01-30 Thread Andrea Galbusera
Hi Martin, On Tue, Jan 30, 2018 at 2:31 PM, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > recipes-kernel/linux/linux-raspberrypi.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

[yocto] [meta-raspberrypi][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-01-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-kernel/linux/linux-raspberrypi.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index df3a3d7..a1c4e52 100644 ---