ing late:
https://lore.kernel.org/openembedded-core/9c3143ebb7f9e17cfbd318ef0e17994aae7264be.ca...@linuxfoundation.org/
Signed-off-by: Justin Bronder
---
scripts/lz4c | 26 ++
1 file changed, 26 insertions(+)
create mode 100755 scripts/lz4c
diff --git a/scripts/lz4c b/scripts/lz4
On 10/12/24 21:53 +, Richard Purdie wrote:
> On Tue, 2024-12-10 at 10:10 -0500, Justin Bronder via lists.openembedded.org
> wrote:
> > Commit fe167e082cbde1c6d186ecdda531abef610ac2ac switched to requiring
> > lz4 instead of lz4c which allows us to support distros dropping
ailable to support older kernels.
Signed-off-by: Justin Bronder
---
meta/conf/bitbake.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1d2c2e0022..c7927d19a0 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -55
On 09/12/24 22:51 -0500, Denys Dmytriyenko wrote:
> On Mon, Nov 25, 2024 at 01:21:18PM -0500, Justin Bronder wrote:
> > On 23/11/24 07:28 -0800, Guðni Már Gilbert via lists.openembedded.org wrote:
> > > Hi I'm seeing a build error on latest master when building Linux 6.1
stream. If they are receptive I'll submit it for linux-yocto. But perhaps
in the meantime we should add lz4c to HOSTTOOLS_NONFATAL?
https://lore.kernel.org/linux-kbuild/20241125171800.1131761-1-jsbron...@cold-front.org/T/#u
--
Justin Bronder
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive
stream has considered lz4c
deprecated since at least 2018 [2].
1.
https://git.openembedded.org/bitbake/commit/?id=907472034b344e4eb73cfd43059a413469f52e1c
2. https://github.com/lz4/lz4/pull/553
Signed-off-by: Justin Bronder
---
meta/conf/bitbake.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletio
part of the same package so switching should be safe.
1. https://github.com/lz4/lz4/pull/553
2. https://github.com/lz4/lz4/pull/1479
Upstream-Status: Submitted
[http://lists.infradead.org/pipermail/barebox/2024-November/048491.html]
Signed-off-by: Justin Bronder
---
...0001-lib-lz4-use-lz4
On 06/11/24 16:01 +, Richard Purdie wrote:
> On Wed, 2024-11-06 at 10:52 -0500, Justin Bronder wrote:
> > On 06/11/24 07:50 +, Richard Purdie wrote:
> > > On Tue, 2024-11-05 at 10:37 -0500, Justin Bronder via
> > > lists.openembedded.org wrote:
> > >
On 06/11/24 07:50 +, Richard Purdie wrote:
> On Tue, 2024-11-05 at 10:37 -0500, Justin Bronder via lists.openembedded.org
> wrote:
> > With bitbake commit 'bb: compress: use lz4 instead of lz4c' we require
> > lz4, not lz4c [1]. Going as far back as Ubuntu 1
stream has considered lz4c
deprecated since at least 2018 [2].
1.
https://git.openembedded.org/bitbake/commit/?id=907472034b344e4eb73cfd43059a413469f52e1c
2. https://github.com/lz4/lz4/pull/553
Signed-off-by: Justin Bronder
---
meta/conf/bitbake.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletio
python 2 is gone and we don't need the abstraction now, drop the
remaining usage of this variable.
Signed-off-by: Justin Bronder
---
meta/recipes-devtools/python/python3-referencing_0.33.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/p
python 2 is gone and we don't need the abstraction now, drop the
remaining usage of this variable.
Signed-off-by: Justin Bronder
---
.../python/python3-jsonschema-specifications_2023.12.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/meta/recipes-devtools/p
Removing a couple of remaining ${PYTHON_PN} uses that were missed in the prior
scrubs.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#198143):
https://lists.openembedded.org/g/openembedded-core/message/198143
Mute This Topic: https://lists.openem
The alsa-plugins-pulseaudio-conf package is only enabled when
DISTRO_FEATURES contains pulseaudio.
Signed-off-by: Justin Bronder
---
meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/pulseaudio
If mounts are left lingering, then after we switch_root, attempts to
modify the block devices will result in an EBUSY with no way to unmount
them. As we're about to switch_root anyways, there isn't much use to
keep anything mounted unless it has the new rootfs.
Signed-off-by: Just
function which runs after parsing.
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#anonymous-python-functions
python __anonymous () {
d.setVar("DRIDRIVERS", "i965")
}
--
Justin Bronder
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receiv
My apologies, this should have been sent to
openembedded-de...@lists.openembedded.org.
On 30/08/21 10:59 -0400, Justin Bronder wrote:
> libhidapi-libusb needs to convert from UTF-16LE to WCHAR_T in order to
> read various libusb string descriptors.
>
> Signed-off-by: Ju
libhidapi-libusb needs to convert from UTF-16LE to WCHAR_T in order to
read various libusb string descriptors.
Signed-off-by: Justin Bronder
---
meta-oe/recipes-support/hidapi/hidapi_git.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb
b/meta
libhidapi-libusb needs to convert from UTF-16LE to WCHAR_T in order to
read various libusb string descriptors.
Signed-off-by: Justin Bronder
---
meta-oe/recipes-support/hidapi/hidapi_git.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb
b/meta
-ext/image/tmp-renamed-sdk/layers/openembedded-core/meta/conf/bitbake.conf:767:
Could not include required file conf/multiconfig/abc.conf
Signed-off-by: Justin Bronder
---
meta/classes/populate_sdk_ext.bbclass | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/me
-ext/image/tmp-renamed-sdk/layers/openembedded-core/meta/conf/bitbake.conf:767:
Could not include required file conf/multiconfig/abc.conf
Signed-off-by: Justin Bronder
---
meta/classes/populate_sdk_ext.bbclass | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/me
On 02/03/18 19:14 -0800, Khem Raj wrote:
> On 3/2/18 2:09 PM, Justin Bronder wrote:
> > https://ccache.samba.org/releasenotes.html#_ccache_3_4_1
> >
> > License-Update: copyright years and file paths updated
> >
> > Signed-off-by: Justin Bronder
> >
On 02/03/18 17:06 -0500, Denys Dmytriyenko wrote:
> On Fri, Mar 02, 2018 at 04:58:17PM -0500, Justin Bronder wrote:
> > https://ccache.samba.org/releasenotes.html#_ccache_3_4_1
> >
> > License-Update: copyright years and file paths updated
> >
> > Signed-off-by:
https://ccache.samba.org/releasenotes.html#_ccache_3_4_1
License-Update: copyright years and file paths updated
Signed-off-by: Justin Bronder
---
meta/recipes-devtools/ccache/ccache_3.3.5.bb | 12
meta/recipes-devtools/ccache/ccache_3.4.1.bb | 12
2 files changed, 12
https://ccache.samba.org/releasenotes.html#_ccache_3_4_1
License-Update: copyright years and file paths updated
Signed-off-by: Justin Bronder
---
meta/recipes-devtools/ccache/ccache_3.3.4.bb | 12
meta/recipes-devtools/ccache/ccache_3.4.1.bb | 12
2 files changed, 12
On 20/02/18 12:06 -0500, Bruce Ashfield wrote:
> On Tue, Feb 20, 2018 at 11:41 AM, Justin Bronder
> wrote:
> > libelf is required for CONFIG_STACK_VALIDATION which is required by
> > CONFIG_UNWINDER_ORC (the default in 4.14+).
>
> As you'll see in the discussion
libelf is required for CONFIG_STACK_VALIDATION which is required by
CONFIG_UNWINDER_ORC (the default in 4.14+).
We also need to update the module classes to pass HOSTCC and HOSTCPP
just like the kernel class already does. Otherwise the test for libelf
in the kernel Makefile fails.
---
meta/class
The configure script uses pkg-config in RXVT_CHECK_MODULES and falls
back to disabling features that were enabled in EXTRA_OECONF if
pkg-config isn't found.
Signed-off-by: Justin Bronder
---
meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | 2 +-
1 file changed, 1 insertion(+), 1 del
With CONFIG_UNWINDER_ORC (the default in 4.14), objtool is required for
out-of-tree modules to be able to generate object files.
For instance, meta-skeleton/hello-mod fails with:
| make[3]: *** No rule to make target 'tools/objtool/objtool', needed by ...
Signed-off-by: Just
Initialize the git config prior creating a git repository in a plain
directory.
Signed-off-by: Justin Bronder
---
meta/classes/kernel-yocto.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/kernel-yocto.bbclass
b/meta/classes/kernel-yocto.bbclass
index 60979a218f
On 09/02/18 15:27 -0500, Bruce Ashfield wrote:
> On Fri, Feb 9, 2018 at 2:53 PM, Justin Bronder
> wrote:
> > The user's global git configuration may not have the name and email set
> > and git autodetection can fail. The initialization commit for a non-git
> > ke
l-yocto.bbclass.
Signed-off-by: Justin Bronder
---
meta/classes/kernel-yocto.bbclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/classes/kernel-yocto.bbclass
b/meta/classes/kernel-yocto.bbclass
index 60979a218f..dbf01f86b6 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta
32 matches
Mail list logo