|
[PATCH 3/3] meta: Manual override fixes
<richard.purdie@...> wrote: This is manually fixing the misconversion of _ESCAPED to :ESCAPED, right? If so then does it mean a bug in the automatic conversion script since overrides c
<richard.purdie@...> wrote: This is manually fixing the misconversion of _ESCAPED to :ESCAPED, right? If so then does it mean a bug in the automatic conversion script since overrides c
|
By
Andre McCurdy
· #154212
·
|
|
[dunfell][PATCH v2 1/3] cmake-native: enabled zstd support
<richard.purdie@...> wrote: There's no need to move the recipe, just adding to oe-core should be enough.
<richard.purdie@...> wrote: There's no need to move the recipe, just adding to oe-core should be enough.
|
By
Andre McCurdy
· #154177
·
|
|
[PATCH v2] rootfs: remove ldconfig auxiliary cache where appropriate
<dwrobel@...> wrote: Comments say DISTRO_FEATURES but code is checking IMAGE_FEATURES in both cases. ldconfig is a distro feature and read-only-rootfs is an image feature, so both the c
<dwrobel@...> wrote: Comments say DISTRO_FEATURES but code is checking IMAGE_FEATURES in both cases. ldconfig is a distro feature and read-only-rootfs is an image feature, so both the c
|
By
Andre McCurdy
· #154119
·
|
|
[PATCH] rootfs: remove ldconfig auxiliary cache where appropriate
<dwrobel@...> wrote: Of course. But if ldconfig support is disabled at build time (ie the ldconfig distro feature is disabled) and there is no package management support (so ldconfig ca
<dwrobel@...> wrote: Of course. But if ldconfig support is disabled at build time (ie the ldconfig distro feature is disabled) and there is no package management support (so ldconfig ca
|
By
Andre McCurdy
· #154118
·
|
|
[PATCH] rootfs: remove ldconfig auxiliary cache where appropriate
<dwrobel@...> wrote: Should there be a test for package management being supported in the image too? A read-only rootfs is one case where it's not possible to install ldconfig support a
<dwrobel@...> wrote: Should there be a test for package management being supported in the image too? A read-only rootfs is one case where it's not possible to install ldconfig support a
|
By
Andre McCurdy
· #154065
·
|
|
how to configure an image with *full* debugging info in the libs and binaries?
Why is an interesting side discussion. Getting back to the original question though, either OE officially supports creating unstripped binaries or it doesn't. The documentation should perhaps be updat
Why is an interesting side discussion. Getting back to the original question though, either OE officially supports creating unstripped binaries or it doesn't. The documentation should perhaps be updat
|
By
Andre McCurdy
· #154009
·
|
|
[PATCH] pypi: set SRC_URI with =, not with +=
<alex.kanavin@...> wrote: The typical ordering of variables etc in recipes is to put SRC_URI before inherit. From the perspective of trying to get recipes to stick to a standard ordering of vari
<alex.kanavin@...> wrote: The typical ordering of variables etc in recipes is to put SRC_URI before inherit. From the perspective of trying to get recipes to stick to a standard ordering of vari
|
By
Andre McCurdy
· #153253
·
|
|
should the same recipe have two different WORKDIRs?
Have you built the recipe for two different machines in the same build directory? If you completely remove tmp and then build again for a single machine you should see only one WORKDIR created (which
Have you built the recipe for two different machines in the same build directory? If you completely remove tmp and then build again for a single machine you should see only one WORKDIR created (which
|
By
Andre McCurdy
· #153029
·
|
|
[PATCH] ffmpeg: link in libatomic on 32-bit mips
Subject mentions mips, not powerpc.
Subject mentions mips, not powerpc.
|
By
Andre McCurdy
· #152953
·
|
|
[V2][PATCH] libjpeg-turbo: fix do_compile error on armv5
The SIMD code can only be used on targets which support neon. There may be other cases where the code can be compiled but if it can never be used at run time it's not very useful.
The SIMD code can only be used on targets which support neon. There may be other cases where the code can be compiled but if it can never be used at run time it's not very useful.
|
By
Andre McCurdy
· #152832
·
|
|
[V2][PATCH] libjpeg-turbo: fix do_compile error on armv5
Drop this comment. Neon may be missing from other ISA levels too (i.e. this fix is not specific to armv5). Shouldn't this be checking for neon in TUNE_FEATURES rather than TUNE_CCARGS_MFPU? It should
Drop this comment. Neon may be missing from other ISA levels too (i.e. this fix is not specific to armv5). Shouldn't this be checking for neon in TUNE_FEATURES rather than TUNE_CCARGS_MFPU? It should
|
By
Andre McCurdy
· #152810
·
|
|
want to clarify proper approach to shared lib (.so) installation
Just a warning, but if your Makefiles are not generating versioned shared libraries then they are probably not setting a soname either... and that really messes up OE's automatic runtime dependency tr
Just a warning, but if your Makefiles are not generating versioned shared libraries then they are probably not setting a soname either... and that really messes up OE's automatic runtime dependency tr
|
By
Andre McCurdy
· #152633
·
|
|
master/main branch renaming and bitbake
<richard.purdie@...> wrote: Could we perhaps have an "official" recommendation on that somewhere which users etc could be pointed to? I've just had a discussion along the lines of "but
<richard.purdie@...> wrote: Could we perhaps have an "official" recommendation on that somewhere which users etc could be pointed to? I've just had a discussion along the lines of "but
|
By
Andre McCurdy
· #152050
·
|
|
how to create debugfs while ruthlessly stripping image contents?
Did that actually help with the image size? Yes, if you remove debug symbols before packaging then they won't be available to put in the -dbg packages. Isn't that what happens by default? This came up
Did that actually help with the image size? Yes, if you remove debug symbols before packaging then they won't be available to put in the -dbg packages. Isn't that what happens by default? This came up
|
By
Andre McCurdy
· #152037
·
|
|
[PATCH] mklibs-native: Fix build with gcc 11
As much as I'd like to see mklibs fully supported in OE, at some point maybe we should just admit that it doesn't work and there's not enough collective motivation to fix it. For mklibs to work, the b
As much as I'd like to see mklibs fully supported in OE, at some point maybe we should just admit that it doesn't work and there's not enough collective motivation to fix it. For mklibs to work, the b
|
By
Andre McCurdy
· #151993
·
|
|
is there an easy to prevent *creation* of some recipe's packages?
This thread seems to have covered the main point already (if you want to save time by not packaging unwanted files then don't install the files in the first place). It's perhaps worth noting one very
This thread seems to have covered the main point already (if you want to save time by not packaging unwanted files then don't install the files in the first place). It's perhaps worth noting one very
|
By
Andre McCurdy
· #151989
·
|
|
couple questions about creating companion debug filesystem
Yes, I think so. Creation of the debugfs tar file uses a lot of the same logic as creation of the rootfs image(s) so is controlled by similar variables (e.g. IMAGE_FSTYPES_DEBUGFS is the equivalent of
Yes, I think so. Creation of the debugfs tar file uses a lot of the same logic as creation of the rootfs image(s) so is controlled by similar variables (e.g. IMAGE_FSTYPES_DEBUGFS is the equivalent of
|
By
Andre McCurdy
· #151740
·
|
|
master/main branch renaming and bitbake
<alex.kanavin@...> wrote: None of the answers given so far seem very convincing... If the git revision that a recipe wants is available on an unexpected branch in the upstream repo then it's not
<alex.kanavin@...> wrote: None of the answers given so far seem very convincing... If the git revision that a recipe wants is available on an unexpected branch in the upstream repo then it's not
|
By
Andre McCurdy
· #151693
·
|
|
[PATCH] npth: Link with libpthread
Seems like something which should be fixed by a patch to the source code (and submitted upstream).
Seems like something which should be fixed by a patch to the source code (and submitted upstream).
|
By
Andre McCurdy
· #151674
·
|
|
SDK question: does "-c populate_sdk" build SDK based on entire image?
Didn't we discuss exactly this (ie the difference between a pure SDK recipe such as meta-toolchain and the populate_sdk task of an image recipe) a couple of weeks ago? Both are valid ways to create an
Didn't we discuss exactly this (ie the difference between a pure SDK recipe such as meta-toolchain and the populate_sdk task of an image recipe) a couple of weeks ago? Both are valid ways to create an
|
By
Andre McCurdy
· #151460
·
|