[yocto] [meta-oracle-java][PATCH] Update jdk and jre to version 67

2014-08-26 Thread Vladimir Redzhepov
From 27a16047d97c3c49f889ccf2a89895b98eb55a39 Mon Sep 17 00:00:00 2001 From: Vladimir Redzhepov vladimir_redzhe...@epam.com Date: Tue, 26 Aug 2014 13:22:49 +0300 Subject: [PATCH] Update jdk and jre to version 67 1. Add BUILD_NUMBER variable. 2. Change SRC_URI for all recipes. 3. Recipe cleanup -

Re: [yocto] [meta-oracle-java][PATCH] Update jdk and jre to version 67

2014-08-26 Thread Martin Jansa
On Tue, Aug 26, 2014 at 10:39:43AM +, Vladimir Redzhepov wrote: From 27a16047d97c3c49f889ccf2a89895b98eb55a39 Mon Sep 17 00:00:00 2001 From: Vladimir Redzhepov vladimir_redzhe...@epam.com Date: Tue, 26 Aug 2014 13:22:49 +0300 Subject: [PATCH] Update jdk and jre to version 67 1. Add

[yocto] building a hierarchical poky variable glossary, noting what's missing

2014-08-26 Thread Robert P. J. Day
g'day, eh? for my own benefit (that is, for the sake of my upcoming yocto project courses), i'm starting a topic-based poky variable glossary, just so i can quickly display all of the variables related to a particular topic. i know there's *some* of that in the ref manual here:

Re: [yocto] building a hierarchical poky variable glossary, noting what's missing

2014-08-26 Thread Rifenbark, Scott M
Robert, I can see your link being referenced from the YP ref-manual to augment variable descriptions and explanations. Also, your compilation could act as another source of information similar to the list of other information items that currently are shown at the front of the dev-manual.

Re: [yocto] best bet for WiFi Yocto experience?

2014-08-26 Thread Anooj Gopi
http://www.udoo.org/downloads/ has one unofficial version with yocto. On Tue, Aug 26, 2014 at 2:27 AM, Khem Raj raj.k...@gmail.com wrote: On 14-08-25 13:53:01, Rudolf Streif wrote: Hi Pete, Please provide a recommendation for a low cost, out of the box WiFi (802.11n) experience

Re: [yocto] [meta-oracle-java][PATCH] Update jdk and jre to version 67

2014-08-26 Thread Vladimir Redzhepov
-Original Message- From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Tuesday, August 26, 2014 2:07 PM To: Vladimir Redzhepov Cc: yocto@yoctoproject.org; Maxin B. John Subject: Re: [meta-oracle-java][PATCH] Update jdk and jre to version 67 On Tue, Aug 26, 2014 at 10:39:43AM

Re: [yocto] [meta-oracle-java][PATCH] Update jdk and jre to version 67

2014-08-26 Thread Martin Jansa
On Tue, Aug 26, 2014 at 01:02:34PM +, Vladimir Redzhepov wrote: -Original Message- From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Tuesday, August 26, 2014 2:07 PM To: Vladimir Redzhepov Cc: yocto@yoctoproject.org; Maxin B. John Subject: Re:

[yocto] Yocto Bitbake Failure

2014-08-26 Thread Anoop
Hi I'm facing the following error. Not able to figure out what is the failure cause I'm I missing any specific steps. Please support do_rootfs Host OS and architecture - -Ubuntu SMP i686/ i386 GNU/Linux Target architecture/BSP - iMX6 Sabre / meta-fsl-arm The build image -

[yocto] [PATCH] Fix USB not mounted in file manager

2014-08-26 Thread Marius Avram
Currently a USB stick gets mounted on /run/media/sdX, where X is the letter corresponding to a certain drive. In older builds of core-image-sato it got mounted in /media/sdX. This change made the drives to not be displayed in graphical applications which use glib-2.0 such as the File Manager

[yocto] [PATCH] USB not mounted.

2014-08-26 Thread Marius Avram
I also created a bug on the gnome bugtracker, in case it is a general problem and not simply yocto related: https://bugzilla.gnome.org/show_bug.cgi?id=735447 Marius Avram (1): Fix USB not mounted in file manager ...un-media-sdX-drive-mount-if-username-root.patch | 44

Re: [linux-yocto] Review request 0/5: GRE Refresh [ US43662 ]

2014-08-26 Thread Bruce Ashfield
Hmm. I noticed that this is going to the wrong mailing list *after* I replied once already. This needs review, before broadcasting to the yocto list. Sorry for the noise! Cheers, Bruce On 14-08-26 05:56 AM, jianchuan.w...@windriver.com wrote: Summary: GRE Refresh Tech Review: Yang Shi

Re: [yocto] [PATCH] Fix USB not mounted in file manager

2014-08-26 Thread Burton, Ross
Wrong list, this should go to oe-core@. On 26 August 2014 15:24, Marius Avram marius.av...@intel.com wrote: +Upstream-Status: Upstream-Status: Inappropriate Duplicated tag, and probably wise to add (OE-specific) to inappropriate. Ross -- ___ yocto

[yocto] cmake + qt4e in bitbake fails to detect/supply all requested qt include paths

2014-08-26 Thread Cody P Schafer
This works with qt4 (non-embedded) when built natively, is there some bitbake incantation I'm missing to have qt4e+cmake work? Or does qt4e just not play nice with cmake? Error message: | [100%] Building CXX object CMakeFiles/kiosk-web.dir/kiosk.cc.o |

[yocto] Remove Bluez4 and add Bluez5 in core-image-base

2014-08-26 Thread jags gediya
I am using yocto project for imx6sl evolution kit based custom board. I want to use core-image-base as basic image and put other packages on that. By default , core-image-base have Bluez4, but i want to use Bluez5. How can i remove default Bluez4 from core-image-base? --

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, August 26, 2014 8:00 AM US Pacific Time

2014-08-26 Thread Jolley, Stephen K
Attendees: Armin, Stephen, Saul, Herb, Michael, Jeff, Bruce, Matthew, Alex D., Belen, Tom, Richard, Denys, Doug, Nitin, Alex V., Joe, * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.7_Status

Re: [yocto] Remove Bluez4 and add Bluez5 in core-image-base

2014-08-26 Thread Khem Raj
On 14-08-26 20:18:36, jags gediya wrote: I am using yocto project for imx6sl evolution kit based custom board. I want to use core-image-base as basic image and put other packages on that. By default , core-image-base have Bluez4, but i want to use Bluez5. How can i remove default Bluez4 from

Re: [yocto] [meta-freescale] Remove Bluez4 and add Bluez5 in core-image-base

2014-08-26 Thread Christopher Larson
On Tue, Aug 26, 2014 at 9:47 AM, Khem Raj raj.k...@gmail.com wrote: On 14-08-26 20:18:36, jags gediya wrote: I am using yocto project for imx6sl evolution kit based custom board. I want to use core-image-base as basic image and put other packages on that. By default , core-image-base have

Re: [yocto] [meta-freescale] Remove Bluez4 and add Bluez5 in core-image-base

2014-08-26 Thread Khem Raj
On 14-08-26 10:09:45, Christopher Larson wrote: On Tue, Aug 26, 2014 at 9:47 AM, Khem Raj raj.k...@gmail.com wrote: On 14-08-26 20:18:36, jags gediya wrote: I am using yocto project for imx6sl evolution kit based custom board. I want to use core-image-base as basic image and put other

[yocto] Using uboot to boot a large uimage

2014-08-26 Thread Crast, Nicholas
I am currently attempting to boot with an initramfs built into my uimage using uboot. However, I cannot get it to boot correctly. If I make the uimage totally bare-bones, and just use core-image-minimal-initramfs, then it hangs huring init at the waiting for devices... printout. Going and

[yocto] systemd - how do I wait for a driver to load?

2014-08-26 Thread Chris Tapp
I've got a service running under systemd that will only start once a kernel module has loaded and created its /dev/dvb/adaptor nodes. Unfortunately, it doesn't load until after the service has failed and gone into an error state due to too many restarts. I could fix this by increasing the

Re: [yocto] Using uboot to boot a large uimage

2014-08-26 Thread Khem Raj
On 14-08-26 18:41:22, Crast, Nicholas wrote: I am currently attempting to boot with an initramfs built into my uimage using uboot. However, I cannot get it to boot correctly. If I make the uimage totally bare-bones, and just use core-image-minimal-initramfs, then it hangs huring init at

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-26 Thread Sven Ebenfeld
You should look at ConditionPathExists= Options of systemd-units. Otherwise if udev is loading your device module, you could add the device-unit to Requires= option. Am 26.08.2014 21:52, schrieb Chris Tapp: I've got a service running under systemd that will only start once a kernel module has

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-26 Thread Khem Raj
On 14-08-26 20:52:58, Chris Tapp wrote: I've got a service running under systemd that will only start once a kernel module has loaded and created its /dev/dvb/adaptor nodes. Unfortunately, it doesn't load until after the service has failed and gone into an error state due to too many

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-26 Thread Chris Tapp
On 26 Aug 2014, at 21:02, Sven Ebenfeld sven.ebenf...@gmail.com wrote: You should look at ConditionPathExists= Options of systemd-units. Thanks, that looks like it would do the job. I was hoping not to hard code paths as they may change if a configuration file is changed, but... Otherwise

Re: [yocto] Using uboot to boot a large uimage

2014-08-26 Thread Crast, Nicholas
Here is what I am seeing with core-image-minimal 32612024 bytes read in 11244 ms (2.8 MiB/s) 18179 bytes read in 30 ms (590.8 KiB/s) ## Booting kernel from Legacy Image at 0010 ... Image Name: Linux-3.12.0 Image Type: ARM Linux Kernel Image (uncompressed) Data Size:32611960

[yocto] Weekly build now available.

2014-08-26 Thread Flanagan, Elizabeth
http://autobuilder.yoctoproject.org/pub/nightly/20140826-2 bitbake 5d858e23de8b15badc3ab7f56ad5160a76a89de1 eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler 4a167fd662262ebdaa3cf0d332ac0debb52d7904 meta-fsl-arm c9b88d89e862d623997402104e2d875c36664afc

Re: [linux-yocto] Review request 0/5: GRE Refresh [ US43662 ]

2014-08-26 Thread Bruce Ashfield
On 14-08-26 05:56 AM, jianchuan.w...@windriver.com wrote: Summary: GRE Refresh Tech Review: Yang Shi Gatekeeper: Bruce Ashfield Lockdown Approval (if needed): Branch Tag: master for WRL 7 IP Statement (form link or license statement, usually automated): Crypto URL(s) (if needed): see

Re: [linux-yocto] [PATCH] Meta: add qemuppc64 bsp config

2014-08-26 Thread Bruce Ashfield
On 14-08-26 11:05 AM, Armin Kuster wrote: This is the initial meta data for qemu ppc64 bsp that supports the IBM pseries power* arch with is supported in Qemu. Thanks for the patch .. see below for some comments. Yes, its not pretty but it works. Do you have a bootlog capture ? And a list

[linux-yocto] [PATCH 1/5] gre: add x-netns support

2014-08-26 Thread jianchuan.wang
From: Nicolas Dichtel nicolas.dich...@6wind.com commit b57708add31494175be741ed3fd24023b50c3423 upstream This patch allows to switch the netns when packet is encapsulated or decapsulated. In other word, the encapsulated packet is received in a netns, where the lookup is done to find the tunnel.

[linux-yocto] [PATCH] GRE: enable gre feature.

2014-08-26 Thread jianchuan.wang
From: Jianchuan Wang jianchuan.w...@windriver.com Signed-off-by: Jianchuan Wang jianchuan.w...@windriver.com --- meta/cfg/kernel-cache/features/gre/gre-enable.scc | 1 + meta/cfg/kernel-cache/features/gre/gre.cfg| 6 ++ 2 files changed, 7 insertions(+) create mode 100644

[linux-yocto] [PATCH 4/5] net: Generalize checksum_init functions

2014-08-26 Thread jianchuan.wang
From: Tom Herbert therb...@google.com commit 76ba0aae673075c77a8b775e9133c8e8b1a44563 upstream Create a general __skb_checksum_validate function (actually a macro) to subsume the various checksum_init functions. This function can either init the checksum, or do the full validation (logically

[linux-yocto] [PATCH 3/5] ip6gre: add x-netns support

2014-08-26 Thread jianchuan.wang
From: Nicolas Dichtel nicolas.dich...@6wind.com commit 22f08069e8b415b827e910ad75ed55eeadc4a877 upstream This patch allows to switch the netns when packet is encapsulated or decapsulated. In other word, the encapsulated packet is received in a netns, where the lookup is done to find the tunnel.

[linux-yocto] [PATCH 4/4] vxlan: use dev-needed_headroom instead of dev-hard_header_len

2014-08-26 Thread jianchuan.wang
From: Cong Wang cw...@twopensource.com commit 2853af6a2ea1a8ed09b09dd4fb578e7f435e8d34 upstream vxlan: use dev-needed_headroom instead of dev-hard_header_len When we mirror packets from a vxlan tunnel to other device, the mirror device should see the same packets (that is, without outer

[linux-yocto] [PATCH] vxlan: Enable vxlan support

2014-08-26 Thread jianchuan.wang
From: Jianchuan Wang jianchuan.w...@windriver.com vxlan: Enable vxlan support Signed-off-by: Jianchuan Wang jianchuan.w...@windriver.com --- meta/cfg/kernel-cache/features/vxlan/vxlan-enable.scc | 4 meta/cfg/kernel-cache/features/vxlan/vxlan.cfg| 1 + 2 files changed, 5

[linux-yocto] [PATCH 3/4] vxlan: add x-netns support

2014-08-26 Thread jianchuan.wang
From: Nicolas Dichtel nicolas.dich...@6wind.com commit f01ec1c017dead42092997a2b8684fcab4cbf126 upstream vxlan: add x-netns support This patch allows to switch the netns when packet is encapsulated or decapsulated. The vxlan socket is openned into the i/o netns, ie into the netns where

[linux-yocto] [PATCH 1/4] vxlan: remove unused port variable in vxlan_udp_encap_recv()

2014-08-26 Thread jianchuan.wang
From: Pablo Neira Ayuso pa...@gnumonks.org commit 86c3f0f8307ac18f3ad3109e1969c62b8fbed5df upstream vxlan: remove unused port variable in vxlan_udp_encap_recv() Signed-off-by: Pablo Neira Ayuso pa...@gnumonks.org Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Jianchuan Wang

[linux-yocto] [PATCH 3/3] block, bfq: add Early Queue Merge (EQM) to BFQ-v7r5 for 3.14.0

2014-08-26 Thread jianchuan.wang
From: Mauro Andreolini mauro.andreol...@unimore.it Original patch taken from: http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.14.0-v7r5 A set of processes may happen to perform interleaved reads, i.e.,requests whose union would give rise to a sequential read pattern.

[linux-yocto] [PATCH 1/3] block: cgroups, kconfig, build bits for BFQ-v7r5-3.14

2014-08-26 Thread jianchuan.wang
From: Paolo Valente paolo.vale...@unimore.it Original patch taken from: http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.14.0-v7r5 Update Kconfig.iosched and do the related Makefile changes to include kernel configuration options for BFQ. Also add the bfqio controller to the

[linux-yocto] [PATCH] BFQ: Support Budget Fair Queueing (BFQ) Storage-I/O Scheduler

2014-08-26 Thread jianchuan.wang
From: Jianchuan Wang jianchuan.w...@windriver.com BFQ: Support Budget Fair Queueing (BFQ) Storage-I/O Scheduler Signed-off-by: Jianchuan Wang jianchuan.w...@windriver.com --- meta/cfg/kernel-cache/features/bfq/bfq-enable.scc | 1 + meta/cfg/kernel-cache/features/bfq/bfq.cfg| 2 ++ 2

Re: [linux-yocto] [PATCH] Meta: add qemuppc64 bsp config

2014-08-26 Thread Bruce Ashfield
On 2014-08-26, 8:25 PM, akuster808 wrote: On 08/26/2014 10:04 AM, Bruce Ashfield wrote: On 14-08-26 11:05 AM, Armin Kuster wrote: This is the initial meta data for qemu ppc64 bsp that supports the IBM pseries power* arch with is supported in Qemu. Thanks for the patch .. see below for some

[linux-yocto] [PATCH 1/2] yaffs: Avoid setting any ACL releated xattr

2014-08-26 Thread Zhang Xiao
YAFFS doesn't sopport ACL yet, it must refuse any related settings. Signed-off-by: Zhang Xiao xiao.zh...@windriver.com --- fs/yaffs2/yaffs_vfs.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/fs/yaffs2/yaffs_vfs.c b/fs/yaffs2/yaffs_vfs.c index 13de856..d372a4e 100644 ---

[linux-yocto] [PATCH 2/2] yaffs: fix yaffs_vfs.c warnings.

2014-08-26 Thread Zhang Xiao
fs/yaffs2/yaffs_vfs.c:3036:14: warning: 'yaffs_dump_dev_part0' defined but not used [-Wunused-function] fs/yaffs2/yaffs_vfs.c:3074:14: warning: 'yaffs_dump_dev_part1' defined but not used [-Wunused-function] fs/yaffs2/yaffs_vfs.c:3192:3: warning: 'mask_flags' defined but not used