* Gary Thomas [170209 05:25]:
> On 2017-02-08 20:36, Paul Eggleton wrote:
> > I think the problem is that the task that prepares the sysroot
> > (do_prepare_recipe_sysroot) isn't a dependency of your task. module.bbclass
> > uses this:
> > addtask make_scripts after do_prepare_recipe_sysroot befo
Hi,
Trevor Woerner wrote on 2017年01月28日 09:44:
On Fri, Jan 27, 2017 at 9:41 AM, Romain Perier wrote:
Hi all,
Correct me if I am wrong, but these are generic mali userpace binaries ?
meta-rockchip is a bsp meta layer, it should only contains files and recipes
to make rockchip board working or
Hi
Trevor Woerner wrote on 2017年01月28日 03:41:
On Fri, Jan 27, 2017 at 9:37 AM, Romain Perier wrote:
Could you:
- Make one patch per new machine file and not one patch for all new added
machine
Agreed.
Are all of these machines actual devices? The evb one doesn't sound real.
Are all of thes
Signed-off-by: Khem Raj
---
recipes-bsp/common/firmware.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index 1961b48..8aea628 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firm
Signed-off-by: Khem Raj
---
recipes-graphics/userland/userland_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-graphics/userland/userland_git.bb
b/recipes-graphics/userland/userland_git.bb
index cec591d..5a83c8a 100644
--- a/recipes-graphics/userland/userland_g
Signed-off-by: Khem Raj
---
...13-Implement-triple-buffering-for-wayland.patch | 85 ++
recipes-graphics/userland/userland_git.bb | 3 +-
2 files changed, 87 insertions(+), 1 deletion(-)
create mode 100644
recipes-graphics/userland/userland/0013-Implement-triple-bu
Signed-off-by: Khem Raj
---
recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb
b/recipes-kernel/linux/linux-raspberrypi_4.9.bb
index 1f8fe11..c59bae5 100644
--- a/recipes-kernel/linux
Signed-off-by: Khem Raj
---
recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb
b/recipes-kernel/linux/linux-raspberrypi_4.9.bb
index cffea1a..1f8fe11 100644
--- a/recipes-kernel/linux
Signed-off-by: Khem Raj
---
recipes-kernel/linux/linux-raspberrypi_dev.bb | 8
1 file changed, 8 insertions(+)
create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb
diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb
b/recipes-kernel/linux/linux-raspberrypi_dev.bb
ne
Signed-off-by: Khem Raj
---
conf/machine/raspberrypi3-64.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/conf/machine/raspberrypi3-64.conf
b/conf/machine/raspberrypi3-64.conf
index 5598e50..cdcd726 100644
--- a/conf/machine/raspberrypi3-64.conf
+++ b/conf/machine/raspberrypi3-64.conf
From: Herve Jourdain
Signed-off-by: Herve Jourdain
Signed-off-by: Khem Raj
---
conf/machine/raspberrypi3-64.conf | 15 +++
1 file changed, 15 insertions(+)
create mode 100644 conf/machine/raspberrypi3-64.conf
diff --git a/conf/machine/raspberrypi3-64.conf
b/conf/machine/raspberr
Signed-off-by: Khem Raj
---
conf/machine/include/rpi-default-providers.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf/machine/include/rpi-default-providers.inc
b/conf/machine/include/rpi-default-providers.inc
index 078e9d6..5b2658b 100644
--- a/conf/machine/include/rpi-default-prov
A release candidate build for yocto-2.2.1.rc1 is now available at:
http://autobuilder.yoctoproject.org/pub/releases/yocto-2.2.1.rc1
Please begin QA on this build as soon as possible.
Build hash information:
meta-qt4 : 2c7f8df9039be498f8a2232d1428adb7f4e5e800
meta-intel : 6add41510412ca
On 2017-02-08 20:36, Paul Eggleton wrote:
Hi Gary,
On Wednesday, 8 February 2017 12:12:25 PM NZDT Gary Thomas wrote:
On 2017-02-08 11:42, Gary Thomas wrote:
I had a recipe that used to work and now fails after the change
to the split sysroots. I'm building an out-of-tree kernel module
and pat
From: Jackie Huang
Backport a patch to fix the pickling issue when save_session:
PicklingError: Can't pickle : attribute lookup
__builtin__.function failed
Signed-off-by: Jackie Huang
---
.../scapy/scapy/scapy-Pickling-issues-fixed.patch | 111 +
recipes-security/scapy/s
Current email parsing filters-out messages with a message-id
that already exists in db, producing that some valid patch
revisions are not processed in patchwork.
This change allows for valid patches with duplicated message-id to be
processed by modifying the message-id in patchwork only when email
Is anyone else finding that selinux_set_labels no longer sets selinux
labels after everything selinux related was upreved to 2.6 in early
January?
setfiles appears to be excluding everything in the image rootfs directory.
Regards,
George McCollister
Software Architect
NovaTech LLC
--
___
Hi Gary,
On Wednesday, 8 February 2017 12:12:25 PM NZDT Gary Thomas wrote:
> On 2017-02-08 11:42, Gary Thomas wrote:
> > I had a recipe that used to work and now fails after the change
> > to the split sysroots. I'm building an out-of-tree kernel module
> > and patterned my recipe after the meta-
On 02/08/2017 08:12 AM, Lock, Joshua G wrote:
> On Wed, 2017-02-01 at 14:14 -0600, Aníbal Limón wrote:
>> I know we have the remote_kick.py [1] script but i don't know if is
>> currently on use also this new script support list the options in
>> builders and specify custom ones via cmdline.
>
>
On 8 February 2017 at 10:43, Joseph Ngigi wrote:
> My only concern is I'd like to include a login prompt once the GUI starts,
> for security purposes. Which files should I use to do that?
>
meta-oe has some graphical login managers, such as lxdm or gdm.
Ross
--
Hello,
I am developing a Linux system for Allwinner's cubieboard2. I have so far
managed to build the core-image-sato which works well.
My only concern is I'd like to include a login prompt once the GUI starts,
for security purposes. Which files should I use to do that?
I know how to do that usin
Add mainline kervel support. Now the version is 4.10.-rc7.
Signed-off-by: Eddie Cai
---
recipes-kernel/linux/linux_4.10.bb | 18 ++
1 file changed, 18 insertions(+)
create mode 100644 recipes-kernel/linux/linux_4.10.bb
diff --git a/recipes-kernel/linux/linux_4.10.bb
b/recipes-
From: Eddie Cai
In this way the modifications will be used on all RK3288 boards.
Signed-off-by: Eddie Cai
---
conf/machine/include/rk3288.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc
index 6d4affd..b3726ee 100644
-
RK3288 support hard float and vfpv4. So we should use cortexa17hf-neon-vfpv4
as default tune.
Signed-off-by: Eddie Cai
---
conf/machine/include/rk3288.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc
index e
This patch set add main line kernel support for meta-rockchip
Eddie Cai (3):
machine: Use cortexa17hf-neon-vfpv4 as default tune for rk3288.inc
machine: Use SOC specific assignements
recipes-kernel: linux: Add mainline kernel
conf/machine/include/rk3288.inc| 5 -
recipes-kernel/li
On Wed, 2017-02-01 at 14:14 -0600, Aníbal Limón wrote:
> I know we have the remote_kick.py [1] script but i don't know if is
> currently on use also this new script support list the options in
> builders and specify custom ones via cmdline.
I don't use remote_kick.py, I'm loathe to carry two scrip
On Wed, 8 Feb 2017, Joshua Lock wrote:
> On Wed, 2017-02-08 at 07:06 -0500, Robert P. J. Day wrote:
> > On Wed, 8 Feb 2017, Leon Woestenberg wrote:
> >
> > ... snip ...
> >
> > > blktrace
> >
> > without putting any research into knowing precisely what these
> > utilities do, i put them into a l
On Wed, 2017-02-08 at 07:06 -0500, Robert P. J. Day wrote:
> On Wed, 8 Feb 2017, Leon Woestenberg wrote:
>
> ... snip ...
>
> > blktrace
>
> without putting any research into knowing precisely what these
> utilities do, i put them into a list on a wiki page:
>
> http://www.crashcourse.ca/wik
On Wed, 2017-02-08 at 12:12 +0100, Gary Thomas wrote:
> On 2017-02-08 11:42, Gary Thomas wrote:
> > I had a recipe that used to work and now fails after the change
> > to the split sysroots. I'm building an out-of-tree kernel module
> > and patterned my recipe after the meta-skeleton example. My r
On Wed, Feb 8, 2017 at 1:02 PM, Robert P. J. Day wrote:
> On Wed, 8 Feb 2017, Maciej Borzęcki wrote:
>
>> On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day
>> wrote:
>> >
>> > colleague asked me for a list of OE/YP recipes for monitoring system
>> > performance/resource utilization/profiling, i
On 2017-02-01 18:24, Khem Raj wrote:
On 2/1/17 8:08 AM, Usman Haider wrote:
Hi,
I am new to yocto and just started working on it. I am having issue
with meta-raspberrypi. I did inside poky
$ git checkout -b work_branch -t origin/daisy
$ git clone git://git.yoctoproject.org/meta-raspberrypi
On Wed, 8 Feb 2017, Leon Woestenberg wrote:
... snip ...
> blktrace
without putting any research into knowing precisely what these
utilities do, i put them into a list on a wiki page:
http://www.crashcourse.ca/wiki/index.php/OE_YP_performance_monitoring
given time, i'll add some commentary
On Wed, 8 Feb 2017, Maciej Borzęcki wrote:
> On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day
> wrote:
> >
> > colleague asked me for a list of OE/YP recipes for monitoring system
> > performance/resource utilization/profiling, i'm unaware of any single
> > list that tracks that sort of thing
On Wed, 8 Feb 2017, Leon Woestenberg wrote:
>
> On Wed, Feb 8, 2017 at 12:38 PM, Gary Thomas wrote:
> On 2017-02-08 07:48, Maciej Borzęcki wrote:
> On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day
> wrote:
>
> colleague asked me for a list of OE/YP recipes
On Wed, Feb 8, 2017 at 12:38 PM, Gary Thomas wrote:
> On 2017-02-08 07:48, Maciej Borzęcki wrote:
>
>> On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day
>> wrote:
>>
>>>
>>> colleague asked me for a list of OE/YP recipes for monitoring system
>>> performance/resource utilization/profiling, i'm
On 2017-02-08 07:48, Maciej Borzęcki wrote:
On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day wrote:
colleague asked me for a list of OE/YP recipes for monitoring system
performance/resource utilization/profiling, i'm unaware of any single
list that tracks that sort of thing so i'll just ask
On 2017-02-08 11:42, Gary Thomas wrote:
I had a recipe that used to work and now fails after the change
to the split sysroots. I'm building an out-of-tree kernel module
and patterned my recipe after the meta-skeleton example. My recipe
has this setup:
inherit module-base kernel-module-split
do
I had a recipe that used to work and now fails after the change
to the split sysroots. I'm building an out-of-tree kernel module
and patterned my recipe after the meta-skeleton example. My recipe
has this setup:
inherit module-base kernel-module-split
do_compile() {
unset CFLAGS CPPFLAG
38 matches
Mail list logo