On Thu, Jun 3, 2021 at 1:10 AM Bartosz Golaszewski <bgolaszewski@baylibre.com> wrote:
On Thu, Jun 3, 2021 at 2:03 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> Hi Bartosz
>
> I am seeing this warning on AB
>
> stdio: WARNING: libgpiod-1.6.3-r0 do_install_ptest_base: libgpiod
> test-suites need the gpio-mockup
>
> Can you look further into this please ?
>

I don't have to look into it - this is the behavior introduced by
patch 8/9. If using linux-yocto, building the ptest package for
libgpiod doesn't make sense without including feature/gpio/mockup.scc
in KERNEL_FEATURES. The test-suites simply won't work. I don't see any
way for implicitly pulling in kernel features so I thought that the
second best option is to warn if we don't detect it as already
configured.

Right some way to inform user would be improvement 


Bart