On Mon, Jul 17, 2017 at 08:54:57PM -0400, Gaël PORTAY wrote:
> Currently, do_deploy installs a standard kernel image as an ITB. This
> image is linux.bin and it is prepared by uboot_prep_kimage.
>
> The real kernel fit-image is build under arch/${ARCH}/boot/fitImage.
>
> This patch deploys the re
With the introduction of chaining compression/conversion support we can
convert the old image_types_uboot.bbclass code that did a hand-chaining
of a set of ${filesystem}.${compression} into generic and arbitrary
support to sign whatever the user wants to sign for their image.
This, for the record,
When chaining of compression/conversion types was added, we had a new
way to handle doing things like "ext4.bz2.sha256sum" or
"ext2.gz.u-boot". However, because the U-Boot image class isn't
included normally, it wasn't properly converted at the time. After the
support was added the "clean" argume
Hi,
On Sun, 2017-07-16 at 12:29 -0700, wei.tee...@intel.com wrote:
> From: "Ng, Wei Tee"
>
> This patch is to enable the installation mechanism in initramfs-
> framework.
> It used the existing init-install-efi.sh script in the initrdscript
> and
> install a new module named initramfs-module-in
This tests are made for runtime/cases, I believe it is the format other runtime
test are script, they only check for return code == 0 . Should we consider
opening another bug to add opkg testcases to selftest?
Best Regards
Libertad G.
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: Mond
On Fri, Jul 21, 2017 at 03:01:33PM +0200, Patrick Ohly wrote:
> On Fri, 2017-07-21 at 07:21 -0400, Tom Rini wrote:
> > On Fri, Jul 21, 2017 at 09:47:21AM +0200, Patrick Ohly wrote:
> > > On Thu, 2017-07-20 at 18:43 -0400, Tom Rini wrote:
> > > > The support for writing vmdk/vdi/qcow2 images has not
== Series Details ==
Series: remove qemu kernel version overrides and superfluous version settings
Revision: 1
URL : https://patchwork.openembedded.org/series/7865/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Se
Below, is the error and a heavily edited log file. For those in Wind River,
the issue is LIN10-858. Btw, there is duplicate script building code in my
patch because I forgot to take it out of do_compile_kernelmodules() which is
where I first moved it to.
Joe
LD
/home/wrlbuild/builds/bui
This patch removes the machine specific overrides in poky.conf for all
the qemu machines. With this patch, if you set
PREFERRED_VERSION_linux-yocto="X%" then all the qemu machines as well as
the sample hardware boards will use that version. Without this patch,
the hardware boards would have used v
The genericx86 and genericx86-64 machine confs do not need to set the
PREFERRED_PROVIDER_virtual/kernel as they will use the one set by the
distribution. If there needed to be a different version for one of these
machines in the future, we could add it in to the machine.conf.
Signed-off-by: brian
Hi,
This removes the extra settings for the default kernel version so that you
can specify PREFERRED_VERSION_linux-yocto="X%" in your local.conf and it will
work for all the default MACHINES poky suports: qemu and hw boards both.
Without this patch, the hardware boards would have used version X b
I haven't seen any conclusions on the Architecture list here:
http://lists.openembedded.org/pipermail/openembedded-architecture/2017-July/000662.html
On Fri, Jul 21, 2017 at 08:47:40AM -0400, Trevor Woerner wrote:
> Copy this class from meta-freescale so all BSPs can use it.
>
> This class make
On Fri, Jul 21, 2017 at 1:13 PM, Joe Slater wrote:
> Move creation of tools needed by module building recipes into
> kernel.bbclass but invoke the task only from the module recipes.
> Without this change, one module recipe can fail trying to use the
> tools while another is (re-)building them.
>
Move creation of tools needed by module building recipes into
kernel.bbclass but invoke the task only from the module recipes.
Without this change, one module recipe can fail trying to use the
tools while another is (re-)building them.
Signed-off-by: Joe Slater
---
meta/classes/kernel.bbclass
On 07/21/2017 03:11 AM, Richard Purdie wrote:
> On Mon, 2017-07-17 at 16:45 -0500, Aníbal Limón wrote:
>> This v3 makes changes on tinfoil busy status patch and adds an
>> environment variable to oe-seltest script to specify number of
>> threads.
>> There are patches for bitbake [3] and meta-yoc
Signed-off-by: Andrej Valek
---
meta/recipes-support/libpcre/{libpcre_8.40.bb => libpcre_8.41.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libpcre/{libpcre_8.40.bb => libpcre_8.41.bb} (95%)
diff --git a/meta/recipes-support/libpcre/libpcre_8.40.bb
b
Signed-off-by: Khem Raj
---
meta/recipes-core/expat/expat.inc | 1 +
meta/recipes-core/expat/expat/libtool-tag.patch | 18 ++
meta/recipes-core/expat/expat_2.2.1.bb | 5 -
meta/recipes-core/expat/expat_2.2.2.bb | 4
4 files changed, 23 i
Sorry, we're conflicting again. Too many people working on the same bit of
code! Can you rebase this onto origin/master-next?
Ross
On 20 July 2017 at 11:31, Chang Rebecca Swee Fun <
rebecca.swee.fun.ch...@intel.com> wrote:
> When creating new recipes, we are almost certainly fetching a new
> s
On 20 July 2017 at 10:52, wrote:
> +++ b/meta/classes/bfd-binding-now.bbclass
> @@ -0,0 +1,4 @@
> +# Workaround for some ARCHs do not support bfd lazy binding well
> +# Refer to: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11679
> +
> +TARGET_LDFLAGS_append = "${@bb.utils.contains('DISTRO_F
On Fri, 2017-07-21 at 07:21 -0400, Tom Rini wrote:
> On Fri, Jul 21, 2017 at 09:47:21AM +0200, Patrick Ohly wrote:
> > On Thu, 2017-07-20 at 18:43 -0400, Tom Rini wrote:
> > > The support for writing vmdk/vdi/qcow2 images has not been converted to
> > > make
> > > use of the IMAGE_CMD infrastructu
On 20 July 2017 at 22:34, Burton, Ross wrote:
> I'll bisect that tomorrow...
>
Richard discovered that this is due to enabling Vulkan, so that change has
been dropped from meta-poky.
Ross
--
___
Openembedded-core mailing list
Openembedded-core@lists.
Copy this class from meta-freescale so all BSPs can use it.
This class makes it easy for a BSP to specify multiple sets of configurations
for a given MACHINE. In some cases there are multiple choices for the user.
For example: for the kernel, the user could choose either the vendor kernel or
the u
On Thu, 2017-07-20 at 10:09 +0800, Robert Yang wrote:
>
> On 07/19/2017 04:16 PM, Robert Yang wrote:
> >
> > Hello,
> >
> > These patches can make ptest test case work, RP has suggested we
> > write a tool to
> > do the regression check on ptest result, I think that the use case
> > is like:
> >
The patch has been accepted upstream.
Changed patch status Pending -> Accepted.
Signed-off-by: Ed Bartosh
---
meta/recipes-devtools/patchelf/patchelf/avoidholes.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/patchelf/patchelf/avoidholes.patch
b/m
Due to a bug in calculating adresses of modified program
headers patchelf breaks executables linked by Gold linker
causing them to segfault, e.g.
$ tmp/sysroots-components/x86_64/m4-native/usr/bin/m4 --help
Segmentation fault
This is reproducible only in some cases and only for executables
of ET_D
On 07/13/2017 03:49 PM, Carlos Alberto Lopez Perez wrote:
Adjust some dependencies: libgcrypt is now required (instead of gnutls)
and the following build deps where missing: gettext-native, glib-2.0
and glib-2.0-native.
Also the CMake argument ENABLE_CREDENTIAL_STORAGE has been renamed to
USE_LI
On 07/21/2017 09:37 AM, Kang Kai wrote:
It doesn't mention that api changes in 9.11 from release notes pages of
9.11.0rc1 and 9.11.0.
https://kb.isc.org/article/AA-01409
https://kb.isc.org/article/AA-01432/81/BIND-9.11.0-Release-Notes.html
But it suggests not to use 9.11 until the second ma
On Fri, Jul 21, 2017 at 09:47:21AM +0200, Patrick Ohly wrote:
> On Thu, 2017-07-20 at 18:43 -0400, Tom Rini wrote:
> > The support for writing vmdk/vdi/qcow2 images has not been converted to make
> > use of the IMAGE_CMD infrastructure and instead relies on custom logic for
> > adding tasks in the
Due to a bug in calculating adresses of modified program
headers patchelf breaks executables linked by Gold linker
causing them to segfault, e.g.
$ tmp/sysroots-components/x86_64/m4-native/usr/bin/m4 --help
Segmentation fault
This is reproducible only in some cases and only for executables
of ET_D
Update the status of following patch from Pending to Accepted:
a) 0001-hciattach-bcm43xx-fix-the-delay-timer-for-firmware-d.patch
Signed-off-by: Maxin B. John
---
.../0001-hciattach-bcm43xx-fix-the-delay-timer-for-firmware-d.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
On Mon, 2017-07-17 at 16:45 -0500, Aníbal Limón wrote:
> This v3 makes changes on tinfoil busy status patch and adds an
> environment variable to oe-seltest script to specify number of
> threads.
> There are patches for bitbake [3] and meta-yocto-bsp [4] that was
> send
> to their specific ML.
>
On 20 July 2017 at 12:01, Kang Kai wrote:
> On 2017年07月11日 20:26, Jussi Kukkonen wrote:
>
>> Sascha Willems collection of Vulkan demos is useful as a smoke testing
>> tool.
>>
>> * Add patch to install binaries and data.
>> * Add patch to fix build on X86
>> * Use a combination of patch and do_in
On Thu, 2017-07-20 at 18:43 -0400, Tom Rini wrote:
> The support for writing vmdk/vdi/qcow2 images has not been converted to make
> use of the IMAGE_CMD infrastructure and instead relies on custom logic for
> adding tasks in the right place. Convert these images to making use of
> IMAGE_CMD.
Than
33 matches
Mail list logo