Signed-off-by: Peter Kjellerstedt
---
.../0001-Make-it-compile-with-GCC-7.patch | 43 ++
...ld-with-GCC-7-and-compile-time-hardening-.patch | 32
recipes-devtools/elfutils/elfutils_0.148.bb| 2 +
3 files changed, 77 insertions(+)
create mode
Hi Philip,
On Mon, Sep 25, 2017 at 4:05 PM, Philip Balister wrote:
> On 09/24/2017 05:05 PM, Maxin B. John wrote:
>> keep a copy of bdwgc recipe in meta-java from meta-oe layer.
>> cacao in meta-java depends on bdwgc.
>
> Duplicating recipes in recipes is frowned upon.
Thanks for the review. Mak
On Mon, 2017-09-25 at 17:17 -0700, Michael Halstead wrote:
> This is all ready to go right now. Please update your remotes.
>
> We will have to make these changes required before we can start to
> get performance benefits from them. I suggest November 1st 2017 but I
> need more feedback before we
On 26 September 2017 at 01:17, Michael Halstead <
mhalst...@linuxfoundation.org> wrote:
> This is all ready to go right now. Please update your remotes.
>
For people who don't know, you can configure convenience URL aliases in
git. Here's a little config fragment for ~/.gitconfig to give an alia
To add further information to the query , I am executing "cryptsetup" from a
recipe as below : (Yocto 2.0.2)
fakeroot do_install() {
cryptsetup --type=plain open hello.enc demomap < dm-crypt-key
}
Additional debug log :
+ do_install
| + cryptsetup --type=plain open
/path_
Hi,
On 26.09.2017 12:29, Kumar, Shrawan wrote:
To add further information to the query , I am executing “cryptsetup”
from a recipe as below : (/Yocto 2.0.2)/
fakeroot do_install() {
cryptsetup --type=plain open hello.enc demomap <
dm-crypt-key
}
Additional debug log :
+
When I execute the cryptsetup manually (with sudo ) on the host , I could see "
demomap" getting populated . This confirms that it works on host when I run
manually and that HOST configuration is OK .
However this is not happing under yocto fakeroot environment and it says "
Cannot initialize
Hello,
I have a bit dummy question. I have older Pyro distro, compiled for
qemux86_64. It has there kernel 4.10.17, and there are two interesting
directories, where one can find definitions of the kernels:
[user@localhost poky]$ find . -name *.bbappend
...
./meta-yocto-bsp/recipes-kernel/linux/li
On 09/26/2017 04:19 AM, Maxin B. John wrote:
> Hi Philip,
>
> On Mon, Sep 25, 2017 at 4:05 PM, Philip Balister wrote:
>> On 09/24/2017 05:05 PM, Maxin B. John wrote:
>>> keep a copy of bdwgc recipe in meta-java from meta-oe layer.
>>> cacao in meta-java depends on bdwgc.
>>
>> Duplicating recipes
Sorry for the noise...
[user@localhost machine]$ pwd
/home/user/projects/poky/meta-yocto-bsp/conf/machine
[user@localhost machine]$ cat genericx86-64.conf
#@TYPE: Machine
#@NAME: Generic X86_64.
#@DESCRIPTION: Machine configuration for generic X86_64 (64-bit) PCs and
servers. Supports a moderatel
On 09/26/2017 03:27 AM, Burton, Ross wrote:
> On 26 September 2017 at 01:17, Michael Halstead
> mailto:mhalst...@linuxfoundation.org>>
> wrote:
>
> This is all ready to go right now. Please update your remotes.
>
Read-write users:
While updating your git remotes you may also need to updat
On 09/25/2017 06:17 PM, akuster808 wrote:
>
>
> On 09/25/2017 05:17 PM, Michael Halstead wrote:
>> Hello,
>>
>> As Yocto Project continues to grow load on our git server does as
>> well. We are going to make a few changes to our git infrastructure to
>> allow for more growth.
>>
>> All read-onl
We need to add JRE directly in ${JDK_JRE}${PV}_${PV_UPDATE} as oracle-jse.inc
installs all dest folder.
Without this patch JRE is installed in /usr/lib/jvm/java-8-oracle/jre/bin/java
and /usr/bin/java points to
/usr/lib/jvm/java-8-oracle/bin/java
Signed-off-by: Vincent Prince
---
recipes-devt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hello poky-contrib users,
We are going to start regularly moving branches from poky-contrib to
poky-contrib-archive that haven't been active for 1 year.
The next move will happen on October 1st. Please prune any branch that
should not be archived b
Hi,
On Tue, Sep 26, 2017 at 3:16 PM, Philip Balister wrote:
> On 09/26/2017 04:19 AM, Maxin B. John wrote:
>> Hi Philip,
>>
>> On Mon, Sep 25, 2017 at 4:05 PM, Philip Balister wrote:
>>> On 09/24/2017 05:05 PM, Maxin B. John wrote:
keep a copy of bdwgc recipe in meta-java from meta-oe layer
A release candidate build for yocto-2.4.rc1 is now available at:
https://autobuilder.yocto.io/pub/releases/yocto-2.4.rc1
Please begin QA on this build as soon as possible.
Build hash information:
meta-intel : 9bf043497c48c45c425081989d142c68968a1385
meta-qt4 : f313dbee2ac3d5fcc98014079
On Tue, Sep 26, 2017 at 5:06 AM, Kumar, Shrawan
wrote:
> When I execute the cryptsetup manually (with sudo ) on the host , I could
> see " demomap" getting populated . This confirms that it works on host
> when I run manually and that HOST configuration is OK .
> However this is not happing unde
All,
Due to what our IT department can support, I am issued a Windows laptop for
development. In the past I have used VMWare to make a Linux virtual machine
for my Yocto Project based image builds and application development. We are
starting to get Windows 10 laptops so I am evaluating doing
Hi,
On 26 September 2017 at 18:16, Bryan Evenson
wrote:
> WARNING: The Linux kernel on your build host was not configured to
> provide process I/O statistics. (CONFIG_TASK_IO_ACCOUNTING is not set)
>
> I searched the Yocto Project documentation and I couldn't figure out what
> specifically the
On Wednesday, 27 September 2017 1:16:19 AM NZDT Philip Balister wrote:
> Does the layer index let us search for recipes that depend on another
> recipe?
At the moment, no. I have explicitly not done anything with dependencies
because they can be dependent on configuration (e.g. DISTRO_FEATURES,
Hi Bryan,
On 26.09.2017 19:16, Bryan Evenson wrote:
Due to what our IT department can support, I am issued a Windows laptop for
development. In the past I have used VMWare to make a Linux virtual machine
for my Yocto Project based image builds and application development. We are
starting to
On 2017-09-26 01:25 AM, Kumar, Shrawan wrote:
Hello Team ,
Is it possible to get encrypted rootfs during image build ?
Currently , I am running “*cryptsetup*” (as sudo) *manually* after the
final image(rootfs.ext4) is produced . The idea is to get this done
within yocto environment withou
Ross,
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: Tuesday, September 26, 2017 3:13 PM
To: Bryan Evenson
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash
on Ubuntu on Windows)
Hi,
On 26 September 2017 at 18:16, Bryan Evenson
On 09/26/2017 03:59 PM, Paul Eggleton wrote:
> On Wednesday, 27 September 2017 1:16:19 AM NZDT Philip Balister wrote:
>> Does the layer index let us search for recipes that depend on another
>> recipe?
>
> At the moment, no. I have explicitly not done anything with dependencies
> because they can
On 26 September 2017 at 22:01, Bryan Evenson
wrote:
> Now this *is* interesting. Try removing the repeated slashes just in case
> the WSL ln is being incredibly pedantic (ie
> sstate-build-package//packages-split),
> but I don't seriously expect that to be the problem. Running stat on the
> so
On Wednesday, 27 September 2017 11:14:21 AM NZDT Philip Balister wrote:
> On 09/26/2017 03:59 PM, Paul Eggleton wrote:
> > On Wednesday, 27 September 2017 1:16:19 AM NZDT Philip Balister wrote:
> >> Does the layer index let us search for recipes that depend on another
> >> recipe?
> >
> > At the m
Hi Amanda,
On Tuesday, 26 September 2017 12:41:32 PM NZDT Amanda Brindle wrote:
> Allow admin to create Yocto Project versions with the version name,
> description, an icon link that represents that version, and a link that
> contains more information about the version.
>
> Admins who have the "s
27 matches
Mail list logo