> Op 10 feb 2025, om 17:46 heeft Richard Purdie via lists.openembedded.org
> het volgende
> geschreven:
[OE-core] [PATCH] package_ipk: Use preferred for of --force-postinstall
Nitpick: the subject lacks the 'm' in for(m).
regards,
Koen
>
> opkg accepts both - and _ in its options but us
This class calls d.getVar('DEPLOY_DIR_IMAGE') twice within the same
method, but DEPLOY_DIR_IMAGE variable won't change during the run of
this class, so only retrieve it once.
Signed-off-by: Koen Kooi
---
meta/classes-recipe/uki.bbclass | 2 --
1 file changed, 2 deletions(-)
di
> Op 12 jul. 2018, om 12:03 heeft Chen Qi het volgende
> geschreven:
>
> Upgrade systemd to 239.
When enabling importd I get:
WARNING: systemd-1_239-r0 do_package: QA Issue: systemd: Files/directories were
installed but not shipped in any package:
/usr/share/dbus-1/system.d/org.freedes
> Op 9 jun. 2018, om 08:26 heeft Randy Li het volgende
> geschreven:
>
> I read the ARMv8 manual again, it looks the hardware float is mandatory
> in Linux Distributions and toolchain libraries. Even some cortex
> processors can be configured without FPU/NEON hardware, but I don't
> think they
The recipe wants to install libs into base_libdir, but uses "basename $libdir"
to derive that. That breaks in a multiarch setup. Use the proper variable and
remove the inline python usage.
Signed-off-by: Koen Kooi
---
meta/recipes-support/libcap/libcap_2.25.bb | 2 +-
1 file
Native.bbclass needs to fixup both base_libdir and libdir to handle things like
multiarch. This fixes wic and ext4.* image failures during do_rootfs where
mkfs.ext4 can't find its libraries.
Signed-off-by: Koen Kooi
---
meta/classes/native.bbclass | 2 ++
1 file changed, 2 insertions(+)
In multiarch /usr/include and /usr/lib/
---
meta/recipes-connectivity/bind/bind_9.10.6.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/bind/bind_9.10.6.bb
b/meta/recipes-connectivity/bind/bind_9.10.6.bb
index 8b8835b..20c8d7b 100644
--- a/meta/reci
Using 'basename' to strip the prefix fails when using multiarch style paths.
Signed-off-by: Koen Kooi
---
meta/recipes-devtools/python/python.inc| 6 ++
meta/recipes-devtools/python/python/multilib.patch | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --
> Op 11 apr. 2018, om 11:25 heeft Koen Kooi het
> volgende geschreven:
[..]
> There is one change that will need careful consideration if it is meant for
> sumo, it looks like the sysroot code treats libdir differently from
> base_libdir:
>
> [koen@fedora-vm
> Op 9 apr. 2018, om 18:36 heeft Richard Purdie
> het volgende geschreven:
>
> On Mon, 2018-04-09 at 13:56 +0200, Koen Kooi wrote:
>> In multiarch /usr/include and /usr/lib/> level anymore. This change will pass a correct includedir, but a
>> wrong libdir, but th
Please ignore "[PATCH 3/3] python 2.7: fix multilib patch to accept
multiarch style paths" for now, a rebuild from scratch shows a build
failure :/
2018-04-09 13:56 GMT+02:00 Koen Kooi :
>
> Using 'basename' to strip the prefix fails when using multiarch style
paths.
&g
The recipe wants to install libs into base_libdir, but uses "basename $libdir"
to derive that. That breaks in a multiarch setup. Use the proper variable and
remove the inline python usage.
Signed-off-by: Koen Kooi
---
meta/recipes-support/libcap/libcap_2.25.bb | 2 +-
1 file
Using 'basename' to strip the prefix fails when using multiarch style paths.
Signed-off-by: Koen Kooi
---
meta/recipes-devtools/python/python/multilib.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python/multilib.patch
b/me
In multiarch /usr/include and /usr/lib/
---
meta/recipes-connectivity/bind/bind_9.10.6.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/bind/bind_9.10.6.bb
b/meta/recipes-connectivity/bind/bind_9.10.6.bb
index 8b8835b..20c8d7b 100644
--- a/meta/reci
out if it's non-empty.
Tested with a plain (/usr/lib), a 64-bit (/usr/lib64) and a multiarch
(/usr/lib/aarch64-linux) build. I strongly suspect this whole bit of cleanup
isn't needed anymore, but my testing is too limited to be certain.
Signed-off-by: Koen Kooi
---
meta/recipes-
Ncurses doesn't honour ${libdir} for terminfo, so try more options to remove it.
Signed-off-by: Koen Kooi
---
meta/recipes-core/ncurses/ncurses.inc | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/ncurses/ncurses.inc
b/meta/recipes-core/nc
The recipes were using 'basename' to turn '/usr/lib' into 'lib', which breaks
when libdir is '/usr/lib/tuple', leading to libraries ending up in
'/usr/tuple', which isn't in FILES_*. Change the logic to use sed to strip the
prefi
Other sections of the .inc already use mkdir -p, so use it here as well.
Signed-off-by: Koen Kooi
---
meta/recipes-core/ncurses/ncurses.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/ncurses/ncurses.inc
b/meta/recipes-core/ncurses/ncurses.inc
index
fected binary fails with:
> ssh_dispatch_run_fatal: Connection to 192.168.10.171 port 22: incorrect
> signature
>
> Backport upstream bugfix:
> https://github.com/openssl/openssl/issues/4659
>
> Signed-off-by: Stefan Agner
> Acked-by: Otavio Salvador
Tested-by: Koen Kooi
t; Signed-off-by: Stefan Agner
> Acked-by: Otavio Salvador
Tested-by: Koen Kooi
> ---
> .../openssl/{openssl_1.1.0f.bb => openssl_1.1.0g.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-connectivity/openssl/{openssl_1.1.0f.bb
t; Signed-off-by: Stefan Agner
> Acked-by: Otavio Salvador
Tested-by: Koen Kooi
> ---
> Changes since v2:
> - Rebased to rocko-next
>
> .../0001-Fix-build-with-clang-using-external-assembler.patch | 0
> .../0001-openssl-force-soft-link-to-avoid-rare-race.patch
fected binary fails with:
> ssh_dispatch_run_fatal: Connection to 192.168.10.171 port 22: incorrect
> signature
>
> Backport upstream bugfix:
> https://github.com/openssl/openssl/issues/4659
>
> Signed-off-by: Stefan Agner
> Acked-by: Otavio Salvador
Tested-by: Koen Kooi
Op 02-03-17 om 00:14 schreef Andreas Müller:
> On Wed, Mar 1, 2017 at 8:55 PM, Martin Jansa wrote:
>> *
>> openembedded-core/meta/recipes-extended/parted/parted_3.2.bb:do_compile_ptest_base
> Before Martin blacklists gparted for dependency :)
>
> 1. Autobuilder error log says:
>
> | ../libp
before I can really look at it :/
>
> On Tue, Feb 28, 2017 at 9:33 AM, Koen Kooi <mailto:k...@dominion.thruhere.net>> wrote:
>
> Op 28-02-17 om 02:09 schreef California Sullivan:
> > BSPs for platforms using UEFI, such as meta-intel, would like to have
>
NVIRONMENT +-- +2.4.3 + diff
> --git
> a/meta/recipes-extended/efivar/efivar/0002-disable-static-build.patch
> b/meta/recipes-extended/efivar/efivar/0002-disable-static-build.patch new
> file mode 100644 index 000..951b159 --- /dev/null +++
> b/meta/recipes-extended/efivar/efivar/000
Backport fix from GDB upstream to fix big-endian aarch64 build.
Signed-off-by: Koen Kooi
---
meta/recipes-devtools/gdb/gdb-7.12.inc | 1 +
.../cb93dc7f262978bafe36397a41a56e409a302042.patch | 42 ++
2 files changed, 43 insertions(+)
create mode 100644
meta
> Op 18 nov. 2016, om 19:06 heeft Richard Purdie
> het volgende geschreven:
>
> On Fri, 2016-11-18 at 08:28 -0800, akuster808 wrote:
>> On 11/17/2016 09:31 AM, Burton, Ross wrote:
>>> Background: uninative is a class that downloads a precompiled host
>>> glibc for use in the sysroot, thus isola
> Op 17 nov. 2016, om 18:31 heeft Burton, Ross het
> volgende geschreven:
>
> Hi,
>
> Background: uninative is a class that downloads a precompiled host glibc
Why can’t OE build it on-demand? What’s next, requiring prebuilt toolchains?
regards,
Koen
--
Android-tools depends on it and to build the native versions of fastboot, adb,
mkbootimg and others libbsd needs to support native builds.
Signed-off-by: Koen Kooi
---
meta/recipes-support/libbsd/libbsd_0.8.3.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/libbsd
> Op 16 jun. 2016, om 16:27 heeft Jose Pardeiro
> het volgende geschreven:
>
> Signed-off-by: Jose Pardeiro
> ---
> meta/classes/cmake.patch | 20
> 1 file changed, 20 insertions(+)
> create mode 100644 meta/classes/cmake.patch
>
> diff --git a/meta/classes/cmake.patch b/m
On 19 June 2016 at 09:50, Richard Purdie
wrote:
> On Sun, 2016-06-19 at 09:46 +0200, Koen Kooi wrote:
>>
>>
>> > Op 18 jun. 2016, om 20:21 heeft Richard Purdie <
>> > richard.pur...@linuxfoundation.org> het volgende geschreven:
>> >
>>
> Op 18 jun. 2016, om 20:21 heeft Richard Purdie
> het volgende geschreven:
>
> On Sat, 2016-06-18 at 15:08 +0200, Koen Kooi wrote:
>>> Op 4 jun. 2016, om 15:09 heeft Richard Purdie <
>>> richard.pur...@linuxfoundation.org> het volgende geschreven:
>&g
> Op 4 jun. 2016, om 15:09 heeft Richard Purdie
> het volgende geschreven:
>
> On Sat, 2016-06-04 at 10:41 +0200, Koen Kooi wrote:
>> ping 2
>
> It would be helpful if you'd cc'd the person who's patch you were
> suggesting we revert. I added Sash
On 4 June 2016 at 15:09, Richard Purdie
wrote:
> On Sat, 2016-06-04 at 10:41 +0200, Koen Kooi wrote:
>> ping 2
>
> It would be helpful if you'd cc'd the person who's patch you were
> suggesting we revert. I added Sasha to cc.
Sorry about that, I had expected
ping 2
> Op 30 mei 2016, om 13:28 heeft Koen Kooi het
> volgende geschreven:
>
> ping
>
>> Op 23 mei 2016, om 19:50 heeft Koen Kooi het volgende
>> geschreven:
>>
>> The commit breaks image_types_uboot.bbclass:
>>
>> ERROR: Logfile of f
ping
> Op 23 mei 2016, om 19:50 heeft Koen Kooi het volgende
> geschreven:
>
> The commit breaks image_types_uboot.bbclass:
>
> ERROR: Logfile of failure stored in:
> /build/linaro/build/build/tmp-glibc/work/genericarmv8-oe-linux/linaro-image-minimal-initramfs/1.0-r0/t
> Op 21 apr. 2016, om 11:47 heeft Alexander D. Kanevskiy het
> volgende geschreven:
>
> In case of chained conversion methods are used via COMPRESS_CMD_*
> there is chance that some of steps would be executed multiple times.
And this breaks image_types_uboot.bbclass:
ERROR: Logfile of failure
4415a.
Signed-off-by: Koen Kooi
---
meta/classes/image.bbclass | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 9f4c83f..df3bd3a 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -4
e logic behind this commit:
>
> commit 6464bcd67d10ab9967ac83c27c413c1014be707e
> Author: Koen Kooi
> Date: Wed Apr 30 11:33:23 2014 +0200
>
>xinput-calibrator: fix XDG launch
>
>In the move from meta-oe to OE-core XDG based launched was dropped
>without noti
> Op 24 okt. 2015, om 16:39 heeft Khem Raj het volgende
> geschreven:
>
> This makes it self-sufficient with OE-Core
> Generate ext4 instead of ext3, most of Qemu
> targets in oe-core now use ext4
Any reason this still hasn’t been applied yet?
>
> Signed-off-by: Khem Raj
> ---
> meta/conf/
CVE-2015-7547: getaddrinfo() stack-based buffer overflow
Signed-off-by: Koen Kooi
---
meta/recipes-core/glibc/glibc/CVE-2015-7547.patch | 583 ++
meta/recipes-core/glibc/glibc_2.20.bb | 1 +
2 files changed, 584 insertions(+)
create mode 100644 meta/recipes
> Op 14 jan. 2016, om 21:56 heeft George McCollister
> het volgende geschreven:
>
> The nativesdk variant is required for some recipes like git to use the class.
Squash this into 1/9 to avoid mid-series breakage.
regards,
Koen
--
___
Openembedded-
On 21 January 2016 at 08:42, Robert Yang wrote:
>
>
> On 01/21/2016 03:20 PM, Koen Kooi wrote:
>>
>> We use the util-linux one and do_install deletes it anyway.
>>
>> See OE-core commit fb8e776ea91c39d586b46400ad30aeea8dead1c4 for more info.
>>
>&g
> Op 15 jan. 2016, om 03:05 heeft Robert Yang het
> volgende geschreven:
>
> Upgrade to 1.43-WIP to make "mke2fs -d" support xattr, so that the layer
> which requires xattr such as meta-selinux can populate images easily.
>
>
> * Add --enable-libblkid to EXTRA_OECONF since libblkid is not cre
We use the util-linux one and do_install deletes it anyway.
See OE-core commit fb8e776ea91c39d586b46400ad30aeea8dead1c4 for more info.
Signed-off-by: Koen Kooi
---
meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes
> Op 18 jan. 2016, om 12:55 heeft Steffen Sledz het
> volgende geschreven:
>
> On 15.01.2016 15:29, Koen Kooi wrote:
>>> Op 15 jan. 2016 om 15:26 heeft Steffen Sledz het
>>> volgende geschreven:
>>>> On 15.01.2016 14:24, Steffen Sledz wrote:
>>
> Op 18 jan. 2016 om 11:10 heeft Steffen Sledz het
> volgende geschreven:
>
> On 18.01.2016 09:41, Koen Kooi wrote:
>>> Op 18 jan. 2016, om 09:28 heeft Steffen Sledz het
>>> volgende geschreven:
>>> On 15.01.2016 15:29, Koen Kooi wrote:
>>>
> Op 18 jan. 2016, om 09:28 heeft Steffen Sledz het
> volgende geschreven:
>
> On 15.01.2016 15:29, Koen Kooi wrote:
>>> Op 15 jan. 2016 om 15:26 heeft Steffen Sledz het
>>> volgende geschreven:
>>> It seems that all machines based on armv5e are aff
> Op 15 jan. 2016 om 15:26 heeft Steffen Sledz het
> volgende geschreven:
>
>> On 15.01.2016 14:24, Steffen Sledz wrote:
>> And I made another interesting discovery: The exception appears on certain
>> machine types only, e.g with qemuarm it appears, with qemuarm64 or qemux86
>> not.
>
> It
Op 26-11-15 om 22:00 schreef Paul Eggleton:
> Hi all,
>
> Over the past several years one of the regular complaints people have made
> about our project has been that patches sometimes take a long time to make it
> into master, and it's not always clear what the state of a patch is during
> tha
> Op 20 okt. 2015, om 11:32 heeft Nicolas Dechesne
> het volgende geschreven:
>
> hi there,
>
> in the meta-qcom BSP layer, I need to customize mesa to enable
> Gallium/freedreno driver which is not enabled in OE-core by default. I
> have been using a bbappend , see [1] so far.
>
> However it
Sbsigntool depends on gnu-efi and we need sbsigntool-native to do some signing,
so extend gnu-efi to support that.
Signed-off-by: Koen Kooi
---
meta/recipes-bsp/gnu-efi/gnu-efi_3.0.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.2.bb
b/meta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Paul Eggleton schreef op 09-07-15 om 12:24:
> Hi all,
>
> A few years ago we made the switch from ffmpeg to libav (a mostly drop-in
> compatible fork), with fairly good justification at the time. However,
> it looks like Debian has just made the swit
For native builds of recipes (e.g. mariadb-native) cmake *must* look outside
of its sysroot to find the compiler, so instruct it to do so.
Signed-off-by: Koen Kooi
---
meta/classes/cmake.bbclass | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/classes/cmake.bbclass
> Op 30 jun. 2015, om 15:28 heeft Stefan Herbrechtsmeier
> het volgende geschreven:
>
> Am 30.06.2015 um 15:18 schrieb Koen Kooi:
>> For native builds of recipes (e.g. mariadb-native) cmake *must* look
>> outside of its sysroot to find the compiler, so instruct it to
For native builds of recipes (e.g. mariadb-native) cmake *must* look outside
of its sysroot to find the compiler, so instruct it to do so.
Signed-off-by: Koen Kooi
---
meta/classes/cmake.bbclass | 5 +
1 file changed, 5 insertions(+)
diff --git a/meta/classes/cmake.bbclass b/meta/classes
> Op 30 jun. 2015, om 12:32 heeft Stefan Herbrechtsmeier
> het volgende geschreven:
>
> Am 30.06.2015 um 11:59 schrieb Koen Kooi:
>> Burton, Ross schreef op 30-06-15 om 11:44:
>>> On 30 June 2015 at 01:39, akuster808 wrote:
>>>
>>>> eo-core
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
akuster808 schreef op 30-06-15 om 02:39:
>
> Hello,
>
> eo-core commit f8661aa "cmake: Upgrade 2.8.12.2 -> 3.2.2" broke mariadb
> in meta-oe.
>
> DOes the person who updated cmake need to fix this or the person who is
> feeling the pain will be fi
In the EFI case there are 2 more architectures besides x86(_64) that may use
this class: aarch32, which tends to use 'zImage' and aarch64, which uses
'Image'. Instead of hardcoding those values like the luvOS fork does, use the
proper variable.
Signed-off-by: Koen Koo
> Op 4 mei 2015, om 07:46 heeft Steffen Sledz het
> volgende geschreven:
>
> On 30.04.2015 08:07, Steffen Sledz wrote:
>> The angstrom-v2015.06-yocto1.8 branch of meta-angstrom contains
>> recipes-tweaks/linux/linux-yocto_3.10.bbappend. But the fido branch of
>> openembedded-core does not hav
> Op 22 apr. 2015, om 09:18 heeft Koen Kooi het volgende
> geschreven:
>
>
>> Op 19 feb. 2015, om 04:34 heeft Nathan Rossi het
>> volgende geschreven:
>>
>> This reverts commit 0b891265716c414ade29d587fc1a3c4ea7beadbe.
>>
>> U-Boot does suppo
l that,
modern uboots should default to zImage for arm32 and Image for aarch64 and have
CONFIG_SUPPORT_RAW_INITRD enabled so mkimage isn;t needed anymore.
So, opinions on weakly assigning UBOOT_ARCH?
--
Koen Kooi
Builds and Baselines | Release Manager
Linaro.org | Open source software for ARM SoCs
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
> Op 15 apr. 2015, om 15:29 heeft Richard Purdie
> het volgende geschreven:
>
> On Wed, 2015-04-15 at 14:32 +0200, Koen Kooi wrote:
>> Upstream added aarch64 support but forgot to update 'make dist' leading to
>> missing files in the tarbal
Upstream added aarch64 support but forgot to update 'make dist' leading to
missing files in the tarball.
Signed-off-by: Koen Kooi
---
.../0001-Add-linux-aarch64-arch_regs.h.patch | 25 ++
meta/recipes-devtools/strace/strace_4.10.bb| 1 +
2 files c
Add a default option to the case statement and remove the duplicates. Also add
support for armv8b architectures.
Signed-off-by: Koen Kooi
---
meta/recipes-support/libgpg-error/libgpg-error_1.18.bb | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/meta/recipes-support
Building the internal copy of ffmpeg is broken when using S!=B, so
inherit autotools-brokensep
Signed-off-by: Koen Kooi
---
meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstreamer/gst
The patch has a stray '>' in an #incude directive leading to build
failures when used.
Signed-off-by: Koen Kooi
---
meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/libav-9.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstream
'0001-huffyuvdec-check-width-more-completely-avoid-out-of-.patch'
patches the internal copy of ffmpeg with a hunk that generates a compile
failure because AV_PIX_FMT_YUV422P is undefined.
Signed-off-by: Koen Kooi
---
...check-width-more-completely-avoid-out-of-.
Applying the existing ARM patch for armeb makes it work.
Signed-off-by: Koen Kooi
---
meta/recipes-kernel/sysprof/sysprof_git.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb
b/meta/recipes-kernel/sysprof/sysprof_git.bb
index e18aebf..19c3e10
PASV response.
accept: Connection timed out
Cannot parse PASV response.
Error in server response, closing control connection.
Which is annoying because binutils lives there. Using http://ftp.gnu.org hasn't
given any problems so far.
Signed-off-by: Koen Kooi
---
meta/conf/bitbake.conf | 2
-dummy is still a bad, bad idea, but it shouldn't start breaking
existing use cases.
Signed-off-by: Koen Kooi
---
meta/recipes-kernel/linux/linux-dummy.bb | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/linux/linux-dummy.bb
b/meta/recipes-kernel/
Add a default option to the case statement and remove the duplicates. Also add
support for armv8b architectures.
Signed-off-by: Koen Kooi
---
meta/recipes-support/libgpg-error/libgpg-error_1.17.bb | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/meta/recipes-support
> Op 29 dec. 2014, om 13:41 heeft Nicolas Dechesne
> het volgende geschreven:
>
> On Mon, Dec 29, 2014 at 10:46 AM, Awais Belal wrote:
>> The gstreamer omx package uses a submodule 'common' which
>> is fetched by the configure script. This approach fails
>> on non-network builds as the fetcher
> Op 7 nov. 2014, om 09:51 heeft Kai Kang het volgende
> geschreven:
>
> Add neon option for aarch64 just as for arm. It fails with:
>
> | ./.libs/libpng16.so: undefined reference to `png_init_filter_functions_neon'
> | collect2: error: ld returned 1 exit status
>
> Signed-off-by: Kai Kang
>
> Op 22 sep. 2014, om 14:12 heeft Koen Kooi het volgende
> geschreven:
>
> The configure override was too restrictive, it needed both 'arm' and 'neon'
> to trigger, which breaks on aarch64. Since TUNE_FEATURES is the only
> qualifier that matters, dro
> Op 8 dec. 2014, om 19:06 heeft Saul Wold het volgende
> geschreven:
>
> On 12/08/2014 05:46 AM, Burton, Ross wrote:
>> On 6 December 2014 at 14:37, Koen Kooi wrote:
>>
>>> If you feel bored, there's a stray backslash in DESCRIPTION and the
> Op 6 dec. 2014, om 08:38 heeft Saul Wold het volgende
> geschreven:
>
> This is now the procps-ng version
>
> cleaned up patches
> added to fix up usrbin_execprefix in OE-Core
>
> Add CPPFLAGS to allow seperate build directory works
>
> [YOCTO #6952]
>
> Signed-off-by: Saul Wold
> ---
>
> Op 5 dec. 2014, om 21:46 heeft Ross Burton het
> volgende geschreven:
>
> Signed-off-by: Ross Burton
> ---
> meta/recipes-kernel/dtc/dtc.inc |8 +---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
>
> Op 4 dec. 2014, om 20:55 heeft Saul Wold het volgende
> geschreven:
>
> This is now the procps-ng version
>
> cleaned up patches
> added to fix up usrbin_execprefix in OE-Core
>
> Added --enable-skill to ensure snice and skill where built to match
> the buildhistory from the older version
>
> Op 4 dec. 2014, om 03:43 heeft Saul Wold het volgende
> geschreven:
>
> This is now the procps-ng version
>
> cleaned up patches
> added to fix up usrbin_execprefix in OE-Core
>
> Add CPPFLAGS to allow seperate build directory works
>
> [YOCTO #6952]
>
> Signed-off-by: Saul Wold
> ---
>
This was missing leading to gcc-source- being built when using
gcc-cross- with GCCVERSION=bar.
Signed-off-by: Koen Kooi
---
meta/conf/distro/include/tcmode-default.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/conf/distro/include/tcmode-default.inc
b/meta/conf/distro/include
> Op 2 dec. 2014, om 16:53 heeft Ross Burton het
> volgende geschreven:
>
> Hi,
>
> First, this is VERY MUCH A RFC!
>
> There's numerous problems with setting ${libexecdir} to ${libdir}/${BPN}, but
> the a easy argument in my opinion is that nobody else does this.
>
> The Debian world sets l
> Op 3 dec. 2014, om 02:24 heeft Saul Wold het volgende
> geschreven:
>
> [YOCTO #6994]
>
> Signed-off-by: Saul Wold
> ---
> ...0001-Use-memcpy-instead-of-reinventing-it.patch | 69 ++
> meta/recipes-support/lzo/lzo_2.08.bb | 1 +
> 2 files changed, 70 inserti
> Op 3 dec. 2014, om 02:18 heeft Saul Wold het volgende
> geschreven:
>
> This is an update to procps-ng version, cleaned up patches
> added to fix up usrbin_execprefix in OE-Core.
Why are you dropping sysctl.conf? And can you please send v2 as a -M formatted
patch?
--
_
CC:ing Steve M. from ARM who went through various arm naming issues for debian.
> Op 7 nov. 2014, om 15:27 heeft Mark Hatle het
> volgende geschreven:
>
> On 11/7/14, 3:18 AM, Koen Kooi wrote:
>>
>>> Op 7 nov. 2014, om 09:51 heeft Kai Kang het
>>&
> Op 11 nov. 2014, om 03:17 heeft Chong Lu het
> volgende geschreven:
>
> ping
Anders has 2 questions, you only answered one, maybe you can try answering the
second one before pinging?
>
> //Chong
>
> On 10/27/2014 03:16 PM, Chong Lu wrote:
>> This solves the following warning:
>>
>> syst
> Op 11 nov. 2014, om 11:52 heeft Hongxu Jia het
> volgende geschreven:
>
> The package avahi does not exist, as SUMMARY said, we should
> use avahi-daemon to instead. It avoids the do_rootfs failure
> while IMAGE_INSTALL += "avahi"
>
> For compatibility, let avahi to provide avahi-daemon.
As
From: Yang Shi
vdso build could generate so files, avoid installing such so files into kernel
source dir, otherwise the below package QA error might be hit:
ERROR: QA Issue: File '/usr/src/kernel/arch/x86/vdso/vdso64.so' from
linux-yocto was already stripped, this will prevent future
debugging!
> Op 9 nov. 2014, om 08:03 heeft Chen Qi het volgende
> geschreven:
>
> Install /etc/sysctl.d/99-sysctl.conf symlink in case of systemd so
> that /etc/sysctl.conf is taken into consideration by systemd-sysctl.
>
> Signed-off-by: Chen Qi
Look good to me.
--
__
> Op 10 nov. 2014, om 08:35 heeft Hongxu Jia het
> volgende geschreven:
>
> On 11/10/2014 02:42 PM, Martin Jansa wrote:
>> The docs say that IMAGE_INSTALL is for "package_name". So I think it's
>> correct that it fails when you put "recipe_name" in it and sometimes
>> there isn't any package wi
> Op 10 nov. 2014, om 11:38 heeft Paul Barker het
> volgende geschreven:
>
> Hi all,
>
> I've tried upstreaming a patch against procps by sending it to the
> listed maintainer and the mailing list and I've had no reply from
> either. The last change to the CVS repository seems to be 3 years ol
Besides from being useful as fdisk replacement this gives us 'sgdisk'
which can be used to set the GUID for partitions, e.g.
sgdisk -t 1:C12A7328-F81F-11D2-BA4B-00A0C93EC93B /dev/mmcblk0p1
To mark it as ESP in scripts like mkefidisk.sh.
Signed-off-by: Koen Kooi
---
Changes:
> Op 9 nov. 2014, om 08:51 heeft Denys Dmytriyenko het
> volgende geschreven:
>
> On Sat, Nov 08, 2014 at 05:12:36PM -0200, Otavio Salvador wrote:
>> On Fri, Nov 7, 2014 at 8:24 PM, Denys Dmytriyenko wrote:
>>> From: Denys Dmytriyenko
>>>
>>> u-boot doesn't really support building its tools
sk -t 1:C12A7328-F81F-11D2-BA4B-00A0C93EC93B /dev/mmcblk0p1
>>
>> To mark it as ESP in scripts like mkefidisk.sh.
>>
>> Signed-off-by: Koen Kooi
>> ---
>> meta/recipes-devtools/fdisk/gptfdisk_git.bb | 22 ++
>> 1 file changed, 22 insertio
> Op 7 nov. 2014, om 15:38 heeft Martin Jansa het
> volgende geschreven:
>
> On Fri, Nov 07, 2014 at 03:57:01PM +0800, Hongxu Jia wrote:
>> The package avahi does not exist, so we use avahi-daemon as the provider.
>> It avoids the do_rootfs failure while IMAGE_INSTALL += "avahi"
>
> Why don't
> Op 6 nov. 2014, om 18:42 heeft Burton, Ross het
> volgende geschreven:
>
> Hi,
>
> So I think it's fair to say that neither GCC nor LLVM are going away anytime
> soon, both having their respective niches. Because of this I'm wondering if
> we should be adding LLVM to oe-core (taking the m
> Op 7 nov. 2014, om 09:51 heeft Kai Kang het volgende
> geschreven:
>
> V2:
> * rebase on master and drop qemu upgrade commit
> * built for lib32-core-image-sato core-image-sato-sdk meta-toolchain and world
>
> V1:
> The original configuration files and tune fils for arm arch64 are from linar
Op 6 nov. 2014, om 12:59 heeft ChenQi het volgende
geschreven:
>
>
> On 11/06/2014 06:33 PM, Koen Kooi wrote:
>>> Op 6 nov. 2014, om 08:59 heeft ChenQi het volgende
>>> geschreven:
>>>
>>> On 11/06/2014 03:48 PM, Koen Kooi wrote:
>
Op 6 nov. 2014, om 12:27 heeft Paul Eggleton
het volgende geschreven:
> Hi Koen,
>
> On Thursday 06 November 2014 08:37:56 Koen Kooi wrote:
>> Besides from being useful as fdisk replacement this gives us 'sgdisk'
>> which can be used to set the GUID for partiti
> Op 6 nov. 2014, om 08:59 heeft ChenQi het volgende
> geschreven:
>
> On 11/06/2014 03:48 PM, Koen Kooi wrote:
>> Op 6 nov. 2014, om 08:32 heeft Chen Qi het volgende
>> geschreven:
>>
>>> In systemd, /etc/sysctl.conf is actually ignored by system
1 - 100 of 2136 matches
Mail list logo