Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-16 Thread Khem Raj
On Fri, Jun 16, 2017 at 12:12 PM, Matthew McClintock wrote: > This is useful to update the bootloader/vfat partition from u-boot when > you don't want to update everything: > > U-Boot> tftpboot 0x100 tmp/0VXje > Waiting for Ethernet connection... done. > Using sms0 device > TFTP from server 19

[yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-16 Thread drew . moseley
From: Drew Moseley Add a U-Boot script to handle flashing the SPL, U-Boot and UBI root filesystem images into the onboard flash. Also generate a script showing how to execute the flash steps. Signed-off-by: Drew Moseley --- README | 26 - recipe

[yocto] [meta-chip][RFC PATCH 2/3] chip: Build sunxi-tools-native.

2017-06-16 Thread drew . moseley
From: Drew Moseley Add LAYERDEPENDS on meta-sunxi and add the sunxi-tools-native pacakage to EXTRA_IMAGEDEPENDS. Signed-off-by: Drew Moseley --- conf/layer.conf| 3 +++ conf/machine/chip.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/l

[yocto] [meta-chip][RFC PATCH 1/3] u-boot-chip: Deploy the sunxi-spl-with-ecc.bin file.

2017-06-16 Thread drew . moseley
From: Drew Moseley Signed-off-by: Drew Moseley --- conf/machine/chip.conf| 1 + recipes-bsp/u-boot/u-boot-chip_git.bb | 6 ++ 2 files changed, 7 insertions(+) diff --git a/conf/machine/chip.conf b/conf/machine/chip.conf index 0a45a2f..8f54067 100644 --- a/conf/machine/chip.

[yocto] [meta-chip][RFC PATCH 0/3] Initial attempt at flashing instructions.

2017-06-16 Thread drew . moseley
From: Drew Moseley This set of patches adds the native tools and target components needed to reflash the CHIP boards. Additionally a shell script is added to the deploy directory showing how to kick off a flash update. It's not ideal as I've hardcoded a max size for the UBI image into the script

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-16 Thread Matthew McClintock
This is useful to update the bootloader/vfat partition from u-boot when you don't want to update everything: U-Boot> tftpboot 0x100 tmp/0VXje Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.0.1; our IP address is 192.168.0.26 Filename 'image.vfat'. Load addr

Re: [yocto] Using A Proprietary Closed License Inside A Layer & Its Recipes

2017-06-16 Thread Joshua Watt
On Fri, 2017-06-16 at 11:00 -0700, Khem Raj wrote: > On 6/16/17 6:14 AM, Joshua Watt wrote: > > On Fri, 2017-06-16 at 09:12 +, Thomas Thorne wrote: > > > > > Is it only possible to use the special > > > > > LICENSE = "CLOSED" > > > > > license for licenses not already placed in the main license

Re: [yocto] Using A Proprietary Closed License Inside A Layer & Its Recipes

2017-06-16 Thread Khem Raj
On 6/16/17 6:14 AM, Joshua Watt wrote: > On Fri, 2017-06-16 at 09:12 +, Thomas Thorne wrote: Is it only possible to use the special LICENSE = "CLOSED" license for licenses not already placed in the main license >> directory? >>> >>> Yes, there's special-case logic for 'CLOSED'.

[yocto] Retire YP 1.8.3 and 2.0.4

2017-06-16 Thread Jolley, Stephen K
All, Just a heads up that we will no longer be tracking or updating bugs logged against YP 1.8.3 or YP 2.0.4 since these project have moved to community support. Support will still existing in the community branch, but we will no longer accept nor will triage bugs against these versions. Than

[yocto] [meta-rockchip][PATCH 2/2] u-boot: Backport upstream fix for gmac_rockchip

2017-06-16 Thread Romain Perier
This backports an upstream patch that makes ethernet work again for RK3288. Signed-off-by: Romain Perier --- ...3288-grf-Fix-shift-for-RK3288_TXCLK_DLY_E.patch | 36 ++ recipes-bsp/u-boot/u-boot_%.bbappend | 6 2 files changed, 42 insertions(+) create mod

[yocto] [meta-rockchip][PATCH 1/2] u-boot: Copy ${SPL_BINARY} to the default search path

2017-06-16 Thread Romain Perier
The do_install task from u-boot.inc, expects to find ${SPL_BINARY} into ${B}, while for some platforms, including Rockchip, this binary is generated under the spl directory. Extend the compile task to copy ${SPL_BINARY} to the defaut search path and make the build process work. Signed-off-by: Roma

[yocto] [meta-rockchip][PATCH 0/2] u-boot: various improvements

2017-06-16 Thread Romain Perier
This first fixes a build issue regarding SPL_BINARY that is not copied from the correct seach path. Then it backports an upstream fix for a regression we have in u-boot 2017.05, that makes ethernet works again on RK3288. Romain Perier (2): u-boot: Copy ${SPL_BINARY} to the default search path

Re: [yocto] Using A Proprietary Closed License Inside A Layer & Its Recipes

2017-06-16 Thread Joshua Watt
On Fri, 2017-06-16 at 09:12 +, Thomas Thorne wrote: > >> Is it only possible to use the special > >> LICENSE = "CLOSED" > >> license for licenses not already placed in the main license > directory? > > > > Yes, there's special-case logic for 'CLOSED'.  Can you not just use > that for your inter

Re: [yocto] Using A Proprietary Closed License Inside A Layer & Its Recipes

2017-06-16 Thread Thomas Thorne
>> Is it only possible to use the special >> LICENSE = "CLOSED" >> license for licenses not already placed in the main license directory? > > Yes, there's special-case logic for 'CLOSED'. Can you not just use that for > your internal pieces? It's special-cased in a few places. I can use CLOSED.

Re: [yocto] Using A Proprietary Closed License Inside A Layer & Its Recipes

2017-06-16 Thread gmane
Hi, On 2017-06-15 17:52, Thomas A. F. Thorne MEng AUS MIET wrote: Good afternoon, I am putting together a meta-company-name layer to hold some internal code. This will contain a few BSPs for our units, some internally developed applications and a few config file patches. I am having trouble g

Re: [yocto] [EXTERNAL] Re: Yocto VLC compilation

2017-06-16 Thread Pawar, Alok
Thanks Burton, for the information, it is very helpful. Best Regards Alok Pawar Sr. Engineer Product Development From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, June 16, 2017 4:07 PM To: Pawar, Alok Cc: yocto@yoctoproject.org Subject: Re: [EXTERNAL] Re: [yocto] Yocto VLC compilat

Re: [yocto] [EXTERNAL] Re: Yocto VLC compilation

2017-06-16 Thread Burton, Ross
On 16 June 2017 at 11:32, Pawar, Alok wrote: > Ffmpeg contains ‘ LICENSE_FLAGS = “Commercial” ’. Whenever I will hit this > type of problem, then I need to update each bb file manually? > > You'll need to agree to the license terms for each recipe that has non-trivial licensing. This won't be ma

Re: [yocto] [EXTERNAL] Re: Yocto VLC compilation

2017-06-16 Thread Pawar, Alok
Thanks for the reply, Following is the error : ERROR: Nothing PROVIDES 'ffmpeg' (but /home/harman/Desktop/amit_kr/iot-solo/Platform/src/arch/arm/imx6sl/YOCTO/sources/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc_2.2.2.bb DEPENDS on or otherwise requires it) ERROR: ffmpeg was skip

Re: [yocto] [EXTERNAL] Re: Yocto VLC compilation

2017-06-16 Thread Pawar, Alok
Yes Burton, Ffmpeg contains ‘ LICENSE_FLAGS = “Commercial” ’. Whenever I will hit this type of problem, then I need to update each bb file manually? Best Regards Alok Pawar Sr. Engineer Product Development From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, June 16, 2017 3:59 PM To:

Re: [yocto] [EXTERNAL] Re: Yocto VLC compilation

2017-06-16 Thread Burton, Ross
On 16 June 2017 at 11:26, Pawar, Alok wrote: > ERROR: ffmpeg was skipped: because it has a restricted license not > whitelisted in LICENSE_FLAGS_WHITELIST > > Yes, look in the ffmpeg recipe to identify the license which is restricted, and if you understand and agree to the terms then set the whit

Re: [yocto] Yocto VLC compilation

2017-06-16 Thread Burton, Ross
Without knowing the error message it's hard to help, but you're probably hitting the commercial license flags. Once you've read the relevant licensing terms and have agreed to them, adding something like this to your local/distro configuration will allow the build to continue: LICENSE_FLAGS_WHITE

[yocto] Yocto VLC compilation

2017-06-16 Thread Pawar, Alok
Hi, I am using yocto 2.1.2 krogoth version. I tried compiling VLC in it, but I fialed. It is giving other dependency package name which contains "restricted licence". Please help me out, how I can compile and test VLC using yocto for ARM. Best Regards Alok Pawar Sr. Engineer Product Development