Since `da5ec06 package: Add auto package splitting of .debug file'
applied in oe-core, only one dbg package is split by default,
set NOAUTOPACKAGEDEBUG = '1' to support multiple dbg packages
Correct dirs for FILES_${PN}-extra/FILES_${PN}-extra-dbg/
FILES_${PN}-dbg, previously dirs are obsolete.
S
Since `da5ec06 package: Add auto package splitting of .debug file'
applied in oe-core, only one dbg package is split by default,
set NOAUTOPACKAGEDEBUG = '1' to support multiple dbg packages
Use `=+' to replace `+=', it will split user define sub package first
Add missing dirs to FILES_${PN}-dbg
We plan to use this compatible flag to filter the layer index results,
so add it to the api page first.
Signed-off-by: Kevin Hao
---
layerindex/restviews.py | 4
layerindex/urls.py | 1 +
2 files changed, 5 insertions(+)
diff --git a/layerindex/restviews.py b/layerindex/restviews.py
i
> packages but it is not working.
>
> Can you provide solution how to exclude acl and complementary packages.
>
>
>
> Thanks,
> Pavan
> -- next part --
> An HTML attachment was scrubbed...
> URL: <
> http://lists.yoctoproject.org/pipermail
I'm trying to add a driver to the Raspberry Pi3 kernel. The driver is for an
SOC codec.
I've created a .bbappend file with a do_configure_append that is adding
configuration options for other drivers and I tested with another SOC driver
that I can turn on.
In looking at the Kconfig file the
Hi,
I have been struggling with a problem where I need to create a package in a
recipe and set already-stripped for that package. The package in question
is not the the default one so I am trying to set it by using
INSANE_SKIP_${PN} += " \
dev-so \
already-stripped \
"
But the result is like it
Hi team,
I'm using PACKAGE_EXCLUDE ="acl" to exclude the acl and complementary
packages but it is not working.
Can you provide solution how to exclude acl and complementary packages.
Thanks,
Pavan
--
___
yocto mailing list
yocto@yoctoproject.org
htt
Hi team,
I'm using PACKAGE_EXCLUDE ="acl" to exclude the acl and complementary
packages but it is not working.
Can you provide solution how to exclude acl and complementary packages.
Thanks,
Pavan
--
___
yocto mailing list
yocto@yoctoproject.org
https
Hello Kosta,
> For example, you can do the below:
> CORE_IMAGE_EXTRA_INSTALL_append = "openssh dhcp-client dhcp-server cmake... "
I added to this example dhcp-relay, just to test the whole build, and
it does work. Actually, I need only dhcp-client for the target (since
I have dhcp-server on the E