[yocto] gstreamer1.0-plugins-good: Fix qt with alac

2015-03-04 Thread scerveau
Hello, Here is a patch for alac encoding with qtmux. Someone could be interested. https://www.marc.info/?l=gstreamer-cvsm=141954352317221w=2 Best regards. Stéphane diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index fc747ed..6614ba4 100644 --- a/gst/isomp4/gstqtmux.c +++

[yocto] Resizing root flash partition/filesystem on first boot

2015-03-04 Thread Alex J Lennon
Hi, I'd like to be able to build an SD card image, deploy to a system and have it automatically resize on first boot. I haven't seen functionality that would do this in Yocto. If there is a setting for this could anybody let me know where that is? Alternatively if this isn't supported out of the

Re: [yocto] should YP docs explain type=kmeta and destsuffix=?

2015-03-04 Thread Bruce Ashfield
On 15-03-04 10:10 AM, Robert P. J. Day wrote: i see that the meta-xilinx layer takes advantage of extending the search path for features directories with things like: SRC_URI = \ git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=https;branch=${KBRANCH} \

[yocto] Unexpected INITRAMFS_IMAGE behavior

2015-03-04 Thread Mike Borden
Hello all, I am experiencing some unexpected behavior when attempting to build a bundled kernel and initramfs image. On it's own, my image is built just fine and I can use it as expected. Within my local.conf file I have defined INITRAMFS_IMAGE = my-image, and INITRAMFS_IMAGE_BUNDLE = 1. When I

[yocto] New gst-player

2015-03-04 Thread Gary Thomas
I like that owl has been replaced by gst-player, but I need some help figuring out how to get it working :-( If you ask it to play something and it doesn't have the appropriate plugins available, it just sits there and acts stupid (no error popup, nothing...). For example, I tried to play a MP4

Re: [yocto] Resizing root flash partition/filesystem on first boot

2015-03-04 Thread J. Tang
On Mar 4, 2015, at 16:32 , Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: I'd like to be able to build an SD card image, deploy to a system and have it automatically resize on first boot. I haven't seen functionality that would do this in Yocto. If there is a setting for this could

Re: [yocto] New gst-player

2015-03-04 Thread Burton, Ross
On 4 March 2015 at 23:45, Gary Thomas g...@mlbassoc.com wrote: I like that owl has been replaced by gst-player, but I need some help figuring out how to get it working :-( If you ask it to play something and it doesn't have the appropriate plugins available, it just sits there and acts

[yocto] [PATCH][meta-selinux] iscsi-initiator-utils: fix label for initiatorname.iscsi

2015-03-04 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com This config file was created by postinstall or initscript, the correct label should be etc_t, run restorecon /etc/iscsi/initiatorname.iscsi to fix it and remove below avc denied issues: avc: denied { read } for pid=6094 comm=iscsid \

Re: [yocto] should YP docs explain type=kmeta and destsuffix=?

2015-03-04 Thread Robert P. J. Day
On Wed, 4 Mar 2015, Bruce Ashfield wrote: ... snip my stuff ... It's not really a typical developer option. It is for maintaining a separate repository of meta-data, and then allowing the tools and kernel to use that meta data as part of the build. Only someone maintaining (and sharing) a

Re: [yocto] should YP docs explain type=kmeta and destsuffix=?

2015-03-04 Thread Robert P. J. Day
On Wed, 4 Mar 2015, Bruce Ashfield wrote: On 15-03-04 10:10 AM, Robert P. J. Day wrote: i see that the meta-xilinx layer takes advantage of extending the search path for features directories with things like: SRC_URI = \

[yocto] [PATCH] Documentation: KERNEL_FEATURES should refer to .scc files.

2015-03-04 Thread Robert P. J. Day
Tweak a number of doc lines so that the KERNEL_FEATURES variable refers directly to .scc files, and doesn't take advantage of potentially confusing shortcuts. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/documentation/bsp-guide/bsp.xml

[yocto] [PATCH] Documentation: Kernel manual, update name of build directory.

2015-03-04 Thread Robert P. J. Day
Tweak the manual to refer to the name of the kernel build directory as it's listed precisely in linux-yocto.inc. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- to accompany scott r's earlier patch, which changed one reference but missed this one. (in all fairness, i missed it,

[yocto] possible include flags within .scc files?

2015-03-04 Thread Robert P. J. Day
ok, i might need to switch to decaf shortly ... wandering through linux-yocto-3.19 git repo, the meta branch, collecting examples of things to use in class, and ran across this:

[yocto] valid git directives allowed in .scc files?

2015-03-04 Thread Robert P. J. Day
still perusing kernel dev manual, and section 3.5 talks about git-related directives such as branch newbranch git merge myfeature but over in the linux-yocto_3.19 git repo in the meta branch, there's an example, features/pvr/pvr.scc, whose contents are: git branch pvr master whose

Re: [yocto] [Recipe reporting system] Upgradable recipe name list

2015-03-04 Thread Barros Pena, Belen
On 04/03/2015 06:06, Robert Yang liezhi.y...@windriver.com wrote: On 03/02/2015 07:16 PM, recipe-rep...@yoctoproject.org wrote: python-git0.3.60.3/ Robert Yang It there anything wrong with the reporting system, please ? Please see the 0.3/. Looks like a

[yocto] why yocto downloads files so hard?!!

2015-03-04 Thread ali hagigat
The download rate of my Internet connection is about 100KB/s and sometimes up to 300kB/s. When Yocto struggles to download the Linux kernel it first starts with many packets but after half an hour it becomes so slow and it gives up and downloading even a simple Linux kernel fails with

Re: [yocto] [PATCH] Documentation: Kernel manual, update name of build directory.

2015-03-04 Thread Rifenbark, Scott M
Applied - thanks. -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Robert P. J. Day Sent: Wednesday, March 04, 2015 1:02 AM To: Yocto discussion list Subject: [yocto] [PATCH] Documentation: Kernel manual, update name of build

Re: [yocto] [PATCH] Documentation: KERNEL_FEATURES should refer to .scc files.

2015-03-04 Thread Rifenbark, Scott M
Applied - thanks. -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Robert P. J. Day Sent: Wednesday, March 04, 2015 12:18 AM To: Yocto discussion list Subject: [yocto] [PATCH] Documentation: KERNEL_FEATURES should refer to .scc

[yocto] What this Value

2015-03-04 Thread Parthiban Kandasamy
SRCREV_machine ?= e1aa804148370cda6f85640281af156ffa007d52 i don't know what is this value, this value found in linux-yocto_3.10.bb file. if i want to upgrade or downgrade kernel version should i change this vale? -- thanks and regards, parthiban +919790329795 --

Re: [yocto] valid git directives allowed in .scc files?

2015-03-04 Thread Bruce Ashfield
On 2015-03-04 4:23 AM, Robert P. J. Day wrote: still perusing kernel dev manual, and section 3.5 talks about git-related directives such as branch newbranch git merge myfeature but over in the linux-yocto_3.19 git repo in the meta branch, there's an example, features/pvr/pvr.scc,

Re: [yocto] possible include flags within .scc files?

2015-03-04 Thread Bruce Ashfield
On 2015-03-04 4:46 AM, Robert P. J. Day wrote: ok, i might need to switch to decaf shortly ... wandering through linux-yocto-3.19 git repo, the meta branch, collecting examples of things to use in class, and ran across this:

[yocto] should YP docs explain type=kmeta and destsuffix=?

2015-03-04 Thread Robert P. J. Day
i see that the meta-xilinx layer takes advantage of extending the search path for features directories with things like: SRC_URI = \ git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=https;branch=${KBRANCH} \