ysroot
> -+sysroot=$with_libtool_sysroot
> - AC_SUBST([sysroot])
> - AC_OUTPUT(Makefile)
> - _ATEOF
> -@@ -50997,7 +50997,7 @@ AM_INIT_AUTOMAKE([foreign])
> - AC_PROG_CC
> - AC_CONFIG_SRCDIR([prog.c])
> - LT_INIT
> --sysroot=$with_sysroot
> -+sysroot=$with_libtool_sysroot
> - AC_S
do, I am just not sure on the overall patch submission procedure and
> what OW in general thinks.
https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status
in the new contributor guide covers it pretty well now.
--
Christopher Larson
chris_lar...@mentor.com, chr
how
IMAGE_GEN_DEBUGFS relates.
--
Christopher Larson
chris_lar...@mentor.com, chris.lar...@siemens.com, kerg...@gmail.com
Principal Software Engineer, Embedded Linux Solutions, Siemens Digital
Industries Software
On Nov 15, 2023 at 7:21 AM -0700, Adrian Freihofer
, wrote:
> On Mon, 2023-11
lse
> > # kernel module
> > if elftype & 16:
>
> That looks very like a hack/workaround rather than a real fix. The
> packaging code shouldn't know/care about ccache.
>
> Should we always be splitting strip?
>
> Cheers,
>
>
x27;'
>
>
> It seems to looking for the ONLY images being built are the exact same
> as the INITRAMFS_FSTYPES... Shouldn't that be more of an intersection
> check? If any of the INITRAMFS_FSTYPES are in the IMAGE_FSTYPES, then
> check the size?
>
> Or
- icb->call = True;
>> > - callback( display, client_data, NULL );
>> > ---
>> > -2.34.1
>> > -
>> > diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.8.4.bb
>> b/meta/recipes-graphics/xorg-lib/libx11_1.8.4.bb
>> > index 7831b4986a..9058c1844e 100644
>
N} = "atd.service"
>
> -do_configure:prepend() {
> - cp -f ${WORKDIR}/posixtm.[ch] ${S}
> +do_patch:append() {
> +bb.build.exec_func('copy_posix_files', d)
> +}
> +
> +copy_posix_files() {
> + cp -f ${WORKDIR}/posixtm.[ch] ${S}
> }
>
T)
> +except subprocess.CalledProcessError:
> +# Can "fail" if internal headers/transient sources are
> attempted
> +pass
> + # cpio seems to have a bug with -lL together and symbolic
> links are just copied, not dereferenced.
> +
TURES_OVERRIDES += "my-feature"
> #
> # Beware that this part of OVERRIDES changes during parsing, so usage
> --
> 2.17.1
>
>
>
>
>
--
Christopher Larson
chris_lar...@mentor.com, chris.lar...@siemens.com, kerg...@gmail.com
Principal Software Engineer, Embedded
3/* ${libdir}/ossl-modules/"
> > > FILES:${PN}:append:class-nativesdk = "
> ${SDKPATHNATIVE}/environment-setup.d/openssl.sh"
> > >
> > > CONFFILES:openssl-conf = "${sysconfdir}/ssl/openssl.cnf"
> > >
> > > -RRECOMMENDS:libcrypto
onal to build, only optional to install,
so this approach is not viable. I'm still submitting v3 of this to get the
job done for now. Thanks for your thoughts, though, I actually agree that
your idea is a better method, it just doesn't work with bitbake as it
stands today!
--
Christoph
t: den 13 april 2022 19:45
> > To: Christopher Larson ;
> openembedded-core@lists.openembedded.org
> > Cc: Christopher Larson
> > Subject: Re: [OE-core] [PATCH v2] license: add 'any_incompatible'
> function
> >
> > On Wed, 2022-04-13 at 16:00 +, Christopher
It’s just an example, but you’re right, I’ll change to a better one. Thanks!
--
Christopher Larson
chris_lar...@mentor.com, chris.lar...@siemens.com, kerg...@gmail.com
Principal Software Engineer, Embedded Linux Solutions, Siemens Digital
Industries Software
On Apr 13, 2022, 10:44 AM -0700
ample:
RDEPENDS_${PN} += "${@'dbench' if not any_incompatible(d, 'dbench',
'GPL-3.0-only') else ''}"
Signed-off-by: Christopher Larson
---
meta/classes/license.bbclass | 38 +++
.../packagegroups/packagegroup-base.bb
ample:
RDEPENDS_${PN} += "${@'dbench' if not any_incompatible(d, 'dbench',
'GPL-3.0-only') else ''}"
Signed-off-by: Christopher Larson
---
meta/classes/license.bbclass | 38 +++
.../packagegroups/packagegroup-base.
On Mon, Apr 11, 2022 at 9:14 AM Christopher Larson via
lists.openembedded.org wrote:
> This function returns True if any of the specified packages are skipped
> due to
> incompatible license.
>
> License exceptions are obeyed. The user may specify the package's license
ample:
RDEPENDS_${PN} += "${@'dbench' if not any_incompatible(d, 'dbench',
'GPL-3.0-only') else ''}"
Signed-off-by: Christopher Larson
---
meta/classes/license.bbclass | 37
1 file changed, 37 insertions(+)
d
n['LIBGL_DRIVERS_PATH'] = dripath.decode('utf-8').strip()
> +uninative_path = os.path.dirname(self.get("UNINATIVE_LOADER"))
> +preload_items = ['libdl.so.2', 'librt.so.1', 'libpthread.so.0']
> +preload_pa
dy ../ptest
> -su nobody -c "make -B -C tests -k test-suite.log"
> +su nobody -c "make -B -C tests -k test-suite.log" || cat
> tests/test-suite.log
> --
> 2.25.1
>
>
>
>
>
--
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedde
Hey Steve,
I'd like to request that this commit be cherry-picked to dunfell:
2e753a12cf layer.conf: fix syntax error in PATH setting
This issue is generating syntax warnings/errors from python which can be
concerning to customers.
Thanks!
--
Christopher Larson
kergoth at gmail do
t;
> }
> -addtask check after do_compile do_populate_sysroot
> +addtask check after do_compile do_populate_sysroot before do_build
>
> --
> 2.25.1
>
>
>
>
>
--
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Enginee
oject.org/mirror/so
> class Dependencies(OESelftestTestCase):
> def write_recipe(self, content):
> f = tempfile.NamedTemporaryFile(mode="wt", suffix=".bb")
> +while "_" in f.name:
> +f = tempfile.NamedTemporaryFile(mode="wt&q
On Tue, Mar 30, 2021 at 10:27 AM Christopher Larson via
lists.openembedded.org wrote:
> For POPULATE_SDK_POST_TARGET_COMMAND, POPULATE_SDK_POST_HOST_COMMAND, and
> SDK_POSTPROCESS_COMMAND, the appropriate entries were added to
> vardepvalueexclude, but we want them in vardepsexclud
For POPULATE_SDK_POST_TARGET_COMMAND, POPULATE_SDK_POST_HOST_COMMAND, and
SDK_POSTPROCESS_COMMAND, the appropriate entries were added to
vardepvalueexclude, but we want them in vardepsexclude as well.
Signed-off-by: Christopher Larson
---
meta/classes/buildhistory.bbclass | 3 +++
1 file
ate_sdk or populate_sdk_base
directly, so move it to the latter.
[YOCTO #13998]
Signed-off-by: Christopher Larson
---
meta/classes/image.bbclass | 2 +-
meta/classes/populate_sdk_base.bbclass | 7 +++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/meta/classes/image
d mark are right, i was being a bit too draconian -- being
> able to select MACHINE and DISTRO on the bitbake invocation line are
> obvious benefits.
>
> just to refresh my memory, what is it that identifies the env vars
> that are by default passed through without any need for ext
Nevermind, of course it is. Ignore me.
On Thu, Mar 18, 2021 at 2:22 PM Christopher Larson
wrote:
> If it's been reported upstream, is Inappropriate the correct upstream
> status here?
>
> On Thu, Mar 18, 2021 at 3:57 AM Alexander Kanavin
> wrote:
>
>> Sig
t;http://github.com/besser82/libxcrypt.git;branch=$%7BSRCBRANCH%7D> \
> + file://0001-configure.ac-do-not-use-compute-symver-floor.patch
> \
> + "
> SRCREV = "94d84f92ca123d851586016c4678eb1f21c19029"
> SRCBRANCH ?= "develop"
>
> --
computedpkglics[pkg].update(computedlics[f])
> > +if not found:
> > + bb.warn("%s not in %s" % (f, str(filemap)))
> >
> > -# Displays warnings for licenses found in the recipes and
> not sources
> > -
There is no way with this patch to prevent it from mucking with the prompt at
all. Setting that variable to the empty string will just empty the prompt
instead.
> On Feb 25, 2021, at 6:57 PM, Kai wrote:
>
>
> On 2/25/21 11:29 PM, Christopher Larson wrote:
>> Are we sure we
7fbf7..6075749a5e 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -422,6 +422,7 @@ PKGDATA_DIR = "${TMPDIR}/pkgdata/${MACHINE}"
>
> SDK_NAME_PREFIX ?= "oecore"
> SDK_NAME = "${SDK_NAME_PREFIX}-${SDK_ARCH}-${TU
work with dash? I believe this is bashism.
> >
>
> I think so since on my host I have "/bin/sh -> dash".
>
This is not a bashism, but is POSIX. See
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02
at the end of the parameter e
Afaik, running a daemon in foreground mode and instructing start-stop-daemon to
background it is common practice if the daemon doesn’t support writing a
pidfile itself, so start-stop-daemon can handle it itself. Without using
foregrounded process + -b, it wouldn’t know the resulting process id.
From: Christopher Larson
This function is primarily *appending* configuration entries to the
overrides, it only gets it to ensure it's set at all, so doesn't belong
in the vardeps. Having a dependency on OVERRIDES means you cannot use a
bbclass like distrooverrides without ch
using this class.
Christopher Larson (2):
grub-efi-cfg: exclude OVERRIDES from build_efi_cfg vardeps
uboot-extlinux-config: exclude OVERRIDES from
do_create_extlinux_config vardeps
meta/classes/grub-efi-cfg.bbclass | 1 +
meta/classes/uboot-extlinux-config.bbclass | 1 +
2 files
From: Christopher Larson
This function is primarily *appending* configuration entries to the
overrides, it only gets it to ensure it's set at all, so doesn't belong
in the vardeps. Having a dependency on OVERRIDES means you cannot use a
bbclass like distrooverrides without ch
() {
> bbtasks = e.tasklist
> for task in bbtasks:
> deps = d.getVarFlag(task, "depends")
> -if deps and "populate_sysroot" in deps:
> +if task == "do_configure" or deps and "populate_sysroot" in deps:
>
IR/conf/local.conf"
> +if [ -d "$OECOREMULTICONF" ]; then
> +cp -af -t "$BUILDDIR/conf" "$OECOREMULTICONF"
> +fi
> SHOWYPDOC=yes
> fi
>
> --
> 2.25.1
>
>
>
>
--
Christopher Larson
kergoth at gmail dot com
Fou
)
> >
> > -# Verify that a package with an SPDX license (from
> SRC_DISTRIBUTE_LICENSES)
> > +# Verify that a package with an SPDX license (from
> AVAILABLE_LICENSES)
> > # cannot be built when INCOMPATIBLE_LICENSE contains an alias (in
> > # SPDXLICENSEMAP) o
hen - Registergericht: Amtsgericht München -
> Handelsregisternummer: HRA 57918
> Persönlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
> Sitz: München - Registergericht: Amtsgericht München -
> Handelsregisternummer: HRB 54477
> Geschäftsführer: Dr. Michael Neuhäuser;
; +else:
> +img = image
> +cmd += " %s" % img
>
> log_level = logger.getEffectiveLevel()
> logger.setLevel(logging.INFO)
> -ret, lines = _exec_cmd(cmd)
>
=
> Robert P. J. Day Ottawa, Ontario, CANADA
> http://crashcourse.ca
>
> Twitter: http://twitter.com/rpjday
> LinkedIn: http://
On Apr 18, 2020, 1:10 PM -0700, Robert P. J. Day , wrote:
> On Sat, 18 Apr 2020, Peter Kjellerstedt wrote:
>
> > > -Original Message-
> > > From: openembedded-core@lists.openembedded.org > > c...@lists.openembedded.org> On Behalf Of Robert P. J. Day
> > > Sent: den 18 april 2020 19:24
> >
\
> + CC="${KERNEL_CC}" AR="${KERNEL_AR}" LD="${KERNEL_LD}" \
>O=${STAGING_KERNEL_BUILDDIR} \
>KBUILD_EXTRA_SYMBOLS="${KBUILD_EXTRA_SYMBOLS}" \
> ${MAKE_TARGETS}
> --
> 2.23
From: Christopher Larson
Fix this error seen when using dosfsck -l to list fs contents:
CP437: Invalid argument
Signed-off-by: Christopher Larson
---
meta/recipes-devtools/dosfstools/dosfstools_4.1.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-devtools/dosfstools
From: Christopher Larson
This project doesn't require target flex or bison, just the natives,
and it uses m4 explicitly in its configuration.
Signed-off-by: Christopher Larson
---
meta/recipes-extended/acpica/acpica_20191018.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
From: Christopher Larson
If the pthread.h header is found, make sure library containing
"pthread_atfork" is added to the list of libraries against which to
link. On some hosts (e.g. openSUSE 15.1) "-lpthread" needs to be
explicitly added in order for the code to compile co
Testing with https://github.com/stevegrubb/libcap-ng/pull/10 + HAVE_PTHREAD_H
conditional now. Thanks.
On Nov 25, 2019, 3:27 PM -0700, Khem Raj , wrote:
> On Mon, Nov 25, 2019 at 2:13 PM Christopher Larson wrote:
> >
> > From: Christopher Larson
> >
> > The libcap-ng
*definitely* not a threading
expert :)
On Nov 25, 2019, 3:27 PM -0700, Khem Raj , wrote:
> On Mon, Nov 25, 2019 at 2:13 PM Christopher Larson wrote:
> >
> > From: Christopher Larson
> >
> > The libcap-ng build doesn't pass -pthread and can fail to link.
> >
>
>
Good call, no idea how I missed that one.
On Nov 25, 2019, 3:28 PM -0700, Khem Raj , wrote:
> On Mon, Nov 25, 2019 at 2:12 PM Christopher Larson wrote:
> >
> > From: Christopher Larson
> >
> > Fix this error seen when using dosfsck -l to list fs contents:
>
From: Christopher Larson
The libcap-ng build doesn't pass -pthread and can fail to link.
Signed-off-by: Christopher Larson
---
meta/recipes-support/libcap-ng/libcap-ng.inc | 1 +
.../libcap-ng/revert-pthread_atfork-fix.patch | 56 ++
2 files change
From: Christopher Larson
Fix this error seen when using dosfsck -l to list fs contents:
CP437: Invalid argument
Signed-off-by: Christopher Larson
---
meta/recipes-devtools/dosfstools/dosfstools_4.1.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-devtools/dosfstools
From: Christopher Larson
This project doesn't require target flex or bison, just the natives,
and it uses m4 explicitly in its configuration.
Signed-off-by: Christopher Larson
---
meta/recipes-extended/acpica/acpica_20191018.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
The whole point of having PV in the filename is ensuring it won’t change out
from under us. If they’re modifying files in place that’s going to cause us
headaches whether we pull from archive or not due to checksum changes.
On Nov 19, 2019, 9:46 AM -0700, Alexander Kanavin ,
wrote:
> > On Tue, 1
if error_msg not in result.output:
> +raise AssertionError(result.output)
> +
> +def test_bash_or_license(self):
> +self.write_config(self.default_config() +
> '\nLICENSE_append_pn-bash = " | SomeLicense"')
> +
> +bitbake('core-
This seems like something that could do with a ‘why’ in the commit message
and/or comments, to me.
On Sep 16, 2019, 12:25 PM -0700, Andre McCurdy , wrote:
> Signed-off-by: Andre McCurdy
> ---
> meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb | 11 ++-
> 1 file changed, 10 insertions(+), 1 del
hash
> +if dkey not in (d.getVarFlag("do_fetch", "vardeps") or
> '').split():
> +d.appendVarFlag("do_fetch", "vardeps", "
> {}".format(dkey))
>
> set_packagetriplet(d)
>
> --
Good to know, thanks. Possibly something to improve in bitbake at some
point in the future.
On Thu, Mar 14, 2019 at 11:32 AM Mark Asselstine <
mark.asselst...@windriver.com> wrote:
> On Wednesday, March 13, 2019 3:40:18 PM EDT Christopher Larson wrote:
> > How would bitbake respon
t; +export GOARM
> +
> DEPENDS_GOLANG_class-target = "virtual/${TUNE_PKGARCH}-go
> virtual/${TARGET_PREFIX}go-runtime"
> DEPENDS_GOLANG_class-native = "go-native"
> DEPENDS_GOLANG_class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk
> virtual/${TARGET_PREFIX
From: Christopher Larson
This function sets up the default bb.msg formatter and log filters, which by
default sends ERROR messages to stderr rather than stdout.
Signed-off-by: Christopher Larson
---
scripts/lib/scriptutils.py | 15 +++
1 file changed, 15 insertions(+)
diff --git
From: Christopher Larson
We want errors going to stderr, the way they do in bitbake itself.
Signed-off-by: Christopher Larson
---
scripts/devtool| 2 ++
scripts/recipetool | 2 ++
2 files changed, 4 insertions(+)
diff --git a/scripts/devtool b/scripts/devtool
index 0e578c0de3..de1847eef3
From: Christopher Larson
Rather than recreating handlers and forcing them, iterate over the handlers
and enable color on ones we can handle. This makes it easier to handle color
properly when we introduce the bb.msg default log filters.
Signed-off-by: Christopher Larson
---
scripts/lib
From: Christopher Larson
stderr isn't just for errors, but anything out of band. It's highly unlikely
that warning messages are anything but out of band, which makes scripting our
tools more troublesome, since the script calling it has to filter out the
warnings from stdout to ge
From: Christopher Larson
This improves logger setup in devtool and recipetool to send ERRORs to stderr,
the way bitbake itself does, and also sends WARNINGs there, as those are
essentially out of band as well. This makes it easier to script with devtool
and recipetool, as any *real* subcommand
m.write("all: %s\n\n" % " ".join(commands.keys()))
> + i = 1
> +total = len(commands)
> for cmd in commands:
>
for i, cmd in enumerate(commands):
--
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Se
You also aren’t “resetting” anything, I’d suggest clarifying the summary as
well.
On Thu, Jan 17, 2019 at 8:19 AM Christopher Larson
wrote:
> The commit message doesn’t match what you’re actually doing. "Specifying
> -fdebug-prefix-map is equivalent to specifying all the individual
&
T}= \
> + -ffile-prefix-map=${STAGING_DIR_NATIVE}= \
> "
> DEBUG_FLAGS ?= "-g -feliminate-unused-debug-types ${DEBUG_PREFIX_MAP}"
>
> --
> 2.20.0
>
> --
> ___________
> Openembedded-core mailing list
>
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
--
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Se
I tried that too but got inconsisten results.
> I know it's bad but it was easier for me to add this new test than to
> figure
> out what's wrong with current yocto image size checks. Hence RFC.
>
> -Mikko
>
> > Cheers,
> >
> > Richard
> --
>
aight into D?
>
> Thank you,
>
> Davis
> --
> ___
> bitbake-devel mailing list
> bitbake-de...@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/bitbake-devel
>
--
Christopher Larson
kergoth at gmail dot com
Founder - BitBake
TARGET_ARCH'), d)}"
> -NPM_INSTALL_DEV = "0"
> +NPM_INSTALL_DEV ?= "0"
>
> npm_do_compile() {
> # Copy in any additionally fetched modules
> --
> 2.7.4
>
> --
> ___
> Openembedded-core mailing li
te object should be
> reusable between target/native/nativesdk too as long as we had the same
> python patchset (which I know we don't for native).
>
> Anyone fancy such a challenge? We should probably have a bug open for
> this at least...
>
> Cheers,
>
> Richard
>
> --
&g
embedded/meta-python "
> BBLAYERS += " ${BSPDIR}/sources/meta-openembedded/meta-filesystems "
> BBLAYERS += " ${BSPDIR}/sources/meta-qt5 "
> BBLAYERS += " ${BSPDIR}/sources/meta-hon-grip "
> BBLAYERS += " ${BSPDIR}/sources/meta-java "
&g
orce --no-archive --prefix=%s \
> --inputfile=%s/i18n/locales/%s --charmap=%s %s" \
> % (treedir, datadir, locale, encoding, name)
> --
> ___
> bitbake-dev
OOT/usr/bin:$OECORE_NATIVE_SYSROOT/bin:$OECORE_NATIVE_SYSROOT/usr/sbin:$OECORE_NATIVE_SYSROOT/sbin:$(find
> $OECORE_NATIVE_SYSROOT/usr/bin/*-native -maxdepth 1 -type d -printf ":%p")
>
If I'm reading this right, this will leave an empty entry in PATH if no
On Fri, Jul 27, 2018 at 10:24 AM Christopher Larson
wrote:
> From: Christopher Larson
>
> These are the bits to allow us to pull intercepts from BBPATH. This is
> kept
> as a separate class, as it's needed by both image construction and sdk
> construction, the latter to
From: Christopher Larson
Signed-off-by: Christopher Larson
---
meta/classes/image.bbclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index c3e73676dca..c0f6ffe31d4 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes
From: Christopher Larson
Signed-off-by: Christopher Larson
---
meta/classes/populate_sdk_base.bbclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/classes/populate_sdk_base.bbclass
b/meta/classes/populate_sdk_base.bbclass
index 7ffaf84a45d..c456c52866a 100644
From: Christopher Larson
This class sets POSTINST_INTERCEPTS and POSTINST_INTERCEPTS_CHECKSUMS,
to allow us to pull intercepts from BBPATH. This is kept as a separate
class, as it's needed by both image construction and sdk construction,
the latter to support meta-toolchain & simila
From: Christopher Larson
- if POSTINST_INTERCEPTS is set, use the listed intercept files, or
- if POSTINST_INTERCEPTS_PATH is set, load from the listed paths, or
- if POSTINST_INTERCEPTS_DIR is set, load from it (for compatibility), or
- load from ${COREBASE}/meta/postinst-intercepts
Signed-off
From: Christopher Larson
These are the bits to allow us to pull intercepts from BBPATH. This is kept
as a separate class, as it's needed by both image construction and sdk
construction, the latter to support meta-toolchain & similar recipes.
The following changes sin
; -
> -PACKAGECONFIG ??= ""
> -
> -PACKAGECONFIG[libcap] = "--with-caps, --without-caps, libcap"
> -PACKAGECONFIG[libseccomp] = "--with-seccomp, --without-seccomp,
> libseccomp"
> -PACKAGECONFIG[pyelftools] = "--with-python, --without-python,, pyelftools
> > else:
> > -new_prefix = sys.argv[1].encode()
> > - new_dl_path = sys.argv[2].encode()
> > +new_prefix = sys.argv[2].encode()
> > +new_dl_path = sys.argv[3].encode()
> > +
> > +executables_list = sys.argv[4:]
> >
> > -execut
think you're good, most likely it's still fine to remove it,
but I wanted to clarify, as there *are* times when this is a useful thing
to do.
--
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Engineer, Mentor Graphics
--
_
On Fri, Jun 29, 2018 at 1:40 PM akuster808 wrote:
>
>
> On 06/29/2018 08:13 AM, Christopher Larson wrote:
>
>
>
> On Sun, Jun 24, 2018 at 11:43 AM Armin Kuster
> wrote:
>
>> include several CVE fixes.
>> CVE: CVE-2018-5733
>> CVE: CVE-2018-5732
able-libtool \
> "
>
> +#Enable shared libs per dhcp README
> +do_configure () {
> + cd ${S}
> + cp configure.ac+lt configure.ac
> +autoreconf -i
> + ./configure ${CONFIGUREOPTS} ${EXTRA_OECONF}
> + automake
>
1. Why ru
he
> ${COREBASE}/meta/conf/bitbake.conf file.
>
That's a good idea, but I'd suggest using bb.utils.which() to locate
conf/bibake.conf rather than hardcoding that path.
--
Christopher Larson
kergoth at gmail dot com
Founder
On Wed, Jun 27, 2018 at 5:52 AM Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> On Fri, 2018-06-22 at 02:07 +0500, Christopher Larson wrote:
> > From: Christopher Larson
> >
> > Rather than trying to construct a string by quoting the files in an
> &g
On Fri, Jun 22, 2018 at 8:10 AM Christopher Larson
wrote:
>
>
> On Fri, Jun 22, 2018 at 12:42 AM Richard Purdie <
> richard.pur...@linuxfoundation.org> wrote:
>
>> On Fri, 2018-06-22 at 02:08 +0500, Christopher Larson wrote:
>> > From: Christoph
> fi
>
> - systemctl $OPTS disable ${SYSTEMD_SERVICE}
> + systemctl $OPTS disable "${SYSTEMD_SERVICE}"
> fi
> }
>
> --
> 2.17.1
>
> --
> ___
On Fri, Jun 22, 2018 at 12:42 AM Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> On Fri, 2018-06-22 at 02:08 +0500, Christopher Larson wrote:
> > From: Christopher Larson
> >
> > This class sets POSTINST_INTERCEPTS and
> > POSTINST_INTERCEPTS_C
On Fri, Jun 22, 2018 at 12:36 AM Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> On Fri, 2018-06-22 at 02:07 +0500, Christopher Larson wrote:
> > From: Christopher Larson
> >
> > It's not common practice to make -doc rdep on man when man page
From: Christopher Larson
This class sets POSTINST_INTERCEPTS and POSTINST_INTERCEPTS_CHECKSUMS,
to allow us to pull intercepts from BBPATH. This is kept as a separate
class, as it's needed by both image construction and sdk construction,
the latter to support meta-toolchain & simila
From: Christopher Larson
Signed-off-by: Christopher Larson
---
meta/classes/populate_sdk_base.bbclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/classes/populate_sdk_base.bbclass
b/meta/classes/populate_sdk_base.bbclass
index 3da350747e2..8b576e1bfde 100644
From: Christopher Larson
- if POSTINST_INTERCEPTS is set, use the listed intercept files, or
- if POSTINST_INTERCEPTS_PATH is set, load from the listed paths, or
- if POSTINST_INTERCEPTS_DIR is set, load from it (for compatibility), or
- load from ${COREBASE}/meta/postinst-intercepts
Signed-off
From: Christopher Larson
This edits the recipe and any bbappends for the specified target.
Signed-off-by: Christopher Larson
---
scripts/lib/recipetool/edit.py | 54 ++
1 file changed, 54 insertions(+)
create mode 100644 scripts/lib/recipetool/edit.py
From: Christopher Larson
Signed-off-by: Christopher Larson
---
meta/classes/image.bbclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 2247b305da8..29bd716f8d3 100644
--- a/meta/classes/image.bbclass
+++ b
From: Christopher Larson
These are the bits to allow us to pull intercepts from BBPATH. This is kept
as a separate class, as it's needed by both image construction and sdk
construction, the latter to support meta-toolchain & similar recipes.
The following changes sin
From: Christopher Larson
The following changes since commit 83c9405df5748744ef673ac8757bb89d7050ad8d:
alsa-tools: rewrite packaging (2018-06-15 11:18:15 +0100)
are available in the git repository at:
g...@github.com:kergoth/openembedded-core.git misc-fixes
for you to fetch changes up to
From: Christopher Larson
Entropy is needed earlier in the boot process in some cases, for example
connman can require it, and rgd doesn't require much, so move it earlier
in the boot process, 03 for sysvinit, and before sysinit for systemd.
Signed-off-by: Christopher Larson
---
meta/re
1 - 100 of 1043 matches
Mail list logo