[linux-yocto] [yocto-kernel-cache master]: ti-am654x

2019-11-21 Thread Jun Miao
Hi Bruce, I am working ti AM65x GP EVM Board with am654x soc. Could you help me add this scc/cfg patch to yocto-kernel-cache master branch ? Thanks Jun Miao (1): ti-am654x: add the basic scc/cfg enablement bsp/ti-am654x/ti-am654x-standard.scc | 9 ++

[yocto] Yocto Project Status WW47'19

2019-11-19 Thread sjolley.yp.pm
Current Dev Position: YP 3.1 M1 Next Deadline: YP 3.1 M1 build Dec. 2, 2019 Next Team Meetings: * Bug Triage meeting Thursday Nov. 21st at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Dec. 3rd at 8am PDT (

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-11-18 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [linux-yocto] [yocto-kernel-cache yocto-5.2/master][PATCH] arm-versatile-926ejs: Optimize for performance -O2 to fix runtime error

2019-11-17 Thread Bruce Ashfield
On Wed, Nov 13, 2019 at 1:22 AM wrote: > > From: He Zhe > > arm-versatile-926ejs systems hang at random places when > CONFIG_CC_OPTIMIZE_FOR_SIZE is enabled. > standard.scc -> arm.scc -> arm.cfg -> CONFIG_CC_OPTIMIZE_FOR_SIZE=y > Use CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE instead before we find the

Re: [linux-yocto] [yocto-kernel-cache][yocto-5.2/master][PATCH] features/wifi: Change ATH9K_HTC, RTL8187 and RTL_CARDS to be modules

2019-11-17 Thread Bruce Ashfield
On Wed, Nov 13, 2019 at 3:42 AM Yongxin Liu wrote: > > CONFIG_ATH9K_HTC, CONFIG_RTL8187 and CONFIG_RTL_CARDS have dependency > on CONFIG_MAC80211 which is set to "m". > merged. Bruce > Signed-off-by: Yongxin Liu > --- > features/wifi/atheros-usb.cfg | 2 +- > features/wifi/realtek-usb.cfg |

Re: [yocto] Yocto Project Status WW46'19

2019-11-14 Thread akuster808
Hello Stephen, On 11/12/19 7:47 AM, sjolley.yp...@gmail.com wrote: > > Current Dev Position: YP 3.1 M1  > > Next Deadline: YP 3.1 M1 build Dec. 2, 2019 > >   > > SWAT Team Rotation: > > * SWAT lead is currently: Anuj  > * SWAT team rotation: Anuj -> Chen on Nov. 15, 2019 > * SWAT team

[yocto] [yocto-autobuilder-helper][PATCH] config.json: Build MinGW SDK test image

2019-11-14 Thread Joshua Watt
Switches the MinGW SDK test to use the core-image-mingw-sdktest image. This image includes additional host tools to validate that they build for MinGW. Signed-off-by: Joshua Watt --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index

Re: [yocto] Yocto/bitbake recipe 'diff test'?

2019-11-13 Thread Brad Bishop
> On Nov 12, 2019, at 1:41 PM, Paul Barker wrote: > > have a look at my slides at the start of the Day 1 slide deck at > https://wiki.yoctoproject.org/wiki/YP_Summit_Lyon_2019. This is a great resource for layer best practices. Thanks Paul! -brad --

[linux-yocto] [yocto-kernel-cache][yocto-5.2/master][PATCH] features/wifi: Change ATH9K_HTC, RTL8187 and RTL_CARDS to be modules

2019-11-13 Thread Yongxin Liu
CONFIG_ATH9K_HTC, CONFIG_RTL8187 and CONFIG_RTL_CARDS have dependency on CONFIG_MAC80211 which is set to "m". Signed-off-by: Yongxin Liu --- features/wifi/atheros-usb.cfg | 2 +- features/wifi/realtek-usb.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

[linux-yocto] [yocto-kernel-cache yocto-5.2/master][PATCH] arm-versatile-926ejs: Optimize for performance -O2 to fix runtime error

2019-11-12 Thread zhe.he
From: He Zhe arm-versatile-926ejs systems hang at random places when CONFIG_CC_OPTIMIZE_FOR_SIZE is enabled. standard.scc -> arm.scc -> arm.cfg -> CONFIG_CC_OPTIMIZE_FOR_SIZE=y Use CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE instead before we find the root cause. Signed-off-by: He Zhe ---

Re: [yocto] Yocto/bitbake recipe 'diff test'?

2019-11-12 Thread Paul Barker
On Tue, 12 Nov 2019, at 18:05, Brad Bishop wrote: > > > > On Nov 12, 2019, at 1:55 AM, Kun Yi wrote: > > > > Sure, it's partially due to how we set up the build downstream. Our > > downstream would put all the needed layers in one bblayers file, so we > > would have something like: > > > >

Re: [yocto] Yocto/bitbake recipe 'diff test'?

2019-11-12 Thread Brad Bishop
> On Nov 12, 2019, at 1:55 AM, Kun Yi wrote: > > Sure, it's partially due to how we set up the build downstream. Our > downstream would put all the needed layers in one bblayers file, so we would > have something like: > > ##OEROOT##/meta \ > ##OEROOT##/meta-poky \ >

[yocto] Yocto Project Status WW46'19

2019-11-12 Thread sjolley.yp.pm
Current Dev Position: YP 3.1 M1 Next Deadline: YP 3.1 M1 build Dec. 2, 2019 SWAT Team Rotation: * SWAT lead is currently: Anuj * SWAT team rotation: Anuj -> Chen on Nov. 15, 2019 * SWAT team rotation: Chen > Paul on Nov. 22, 2019 *

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-11-12 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [yocto] Yocto newbie: Need help with recipe

2019-11-08 Thread Rudolf J Streif
I suppose you just removed setting the PACKAGES variable from your recipe? You are including require recipes-qt/qt5/qt5.inc which redefines the PACKAGES variable adding a ${PN}-tools package that consumes what's in {bindir}. I am not sure why you are including qt5.inc as DEPENDS += "qtbase"

Re: [yocto] Yocto newbie: Need help with recipe

2019-11-08 Thread Berthold Höllmann
Rudolf Streif writes: > Hi Berthold, > > Welcome to the Yocto Project. Thank You > > This line is the problem with your recipe: > > PACKAGES = "${PN}" > > This tells the build system to only create one package, the default > package. Because this line FILES_${PN} = "${bindir}" tells the build

Re: [yocto] Yocto newbie: Need help with recipe

2019-11-07 Thread Rudolf Streif
Hi Berthold, Welcome to the Yocto Project. This line is the problem with your recipe: PACKAGES = "${PN}" This tells the build system to only create one package, the default package. Because this line FILES_${PN} = "${bindir}" tells the build system to include everything in ${bindir} into that

[yocto] Yocto newbie: Need help with recipe

2019-11-07 Thread Berthold Höllmann
Hello, I'm trying my way around yocto. I thought I try adding a small project of mine to a Raspberry Pi image as a first try in writing recipes. At least I managed to get the project compiling, but the generation of the packages is failing: $ bitbake qtlissajous ... ERROR: qtlissajous-git-r0

[yocto] Yocto Project Status WW45’19

2019-11-05 Thread Stephen K Jolley
Current Dev Position: YP 3.1 M1 Next Deadline: YP 3.1 M1 build Dec. 2, 2019 SWAT Team Rotation: - SWAT lead is currently: Armin - SWAT team rotation: Armin-> Anuj on Nov. 8, 2019 - SWAT team rotation: Anuj -> Chen on Nov. 15, 2019 -

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-11-04 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] [yocto-2.7, nativesdk-diffutils]: patched-away problem intermittently persists.

2019-11-01 Thread Kaz Kylheku
Hi all, I have seen the nativesdk-diffutils compilation fail with the exact problem that is supposed to be solved by: file://0001-explicitly-disable-replacing-getopt.patch The build failure which occurs is 100% identical in all its symptoms to what happens if we remove this patch: In file

[yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 2.6.4 (thud 20.0.4) Released

2019-10-31 Thread Tummalapalli, Vineela
Hello, We are pleased to announce the Yocto Project 2.6.4 (thud-20.0.4) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-2.6.4/poky-thud-20.0.4.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.6.4/poky-thud-20.0.4.tar.bz2 A gpg signed version

Re: [yocto] Yocto builds and svn offline

2019-10-31 Thread Georgi Georgiev
Update: I made a simple new recipe SUMMARY = "Test of svn relationship with yocto" LICENSE = "CLOSED" PV = "119889" SRC_URI = "svn://cocosubversion/svn/Embedded/Shared/;module=yoctotest;protocol=http;rev=${PV}" FILES_${PN} = "${WW_PATH}/test.txt" WW_PATH="/opt/ww" S = "${WORKDIR}/yoctotest/"

[yocto] Yocto builds and svn offline

2019-10-31 Thread Georgi Georgiev
Hi, The problem: In our project we have some parts located in svn server far. This server due to "unknown" reasons very often is not accessible. And I noticed that yocto always tries to access the svn server. Not like the other components in download directory. Something worse, if it does not

[yocto] Yocto Project Status WW44’19

2019-10-29 Thread Stephen K Jolley
Current Dev Position: YP 3.1 M1 Next Deadline: YP 3.1 M1 build Dec. 2, 2019 SWAT Team Rotation: - SWAT lead is currently: Amanda - SWAT team rotation: Amanda -> Armin on Nov. 1, 2019 - SWAT team rotation: Armin-> Anuj on Nov. 8, 2019 -

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-10-28 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [linux-yocto] [yocto-kernel-cache master/yocto-5.2][PATCH] cgl: Remove non-existing kernel options

2019-10-24 Thread Bruce Ashfield
On Thu, Oct 24, 2019 at 3:49 AM wrote: > > From: He Zhe > > Thess options have been remove from mainline kernel. > > CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION removed by > 4c145dce2601 ("xfrm: make xfrm modes builtin") > > CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE removed by > be6ec88f41ba

[linux-yocto] [yocto-kernel-cache master/yocto-5.2][PATCH] cgl: Remove non-existing kernel options

2019-10-24 Thread zhe.he
From: He Zhe Thess options have been remove from mainline kernel. CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION removed by 4c145dce2601 ("xfrm: make xfrm modes builtin") CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE removed by be6ec88f41ba ("selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE")

[yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 3.0 (warrior 22.0.0) Released

2019-10-23 Thread Tummalapalli, Vineela
Hello, We are pleased to announce the Yocto Project 3.0 (zeus-22.0.0) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.0/poky-zeus-22.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.0/poky-zeus-22.0.0.tar.bz2 A gpg signed version

Re: [linux-yocto] [yocto-kernel-cache master/yocto-5.2][PATCH] marvell-cn96xx: Add profiling feature

2019-10-22 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache master/yocto-5.2][PATCH] marvell-cn96xx: Add profiling feature on 21/10/2019 zhe...@windriver.com wrote: > From: He Zhe > > Add profiling related options for convenience for perf and etc. merged. Bruce > > Signed-off-by: He Zh

[yocto] Yocto Project Status WW43’19

2019-10-22 Thread Stephen K Jolley
Current Dev Position: YP 3.1 M1 Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Paul - SWAT team rotation: Ross -> Amanda on Oct. 25, 2019 - SWAT team rotation: Amanda -> Armin on Nov. 1, 2019 -

[yocto] [yocto-autobuilder2][yocto-autobuilder-helper]Updated the Stand-alone Installation details

2019-10-21 Thread Marco
Modified the README-Guide.md. See thread "[yocto-autobuilder-helper] Replaced hardcoded BASE_HOMEDIR directory" -- Marco From 30ed13445a01a2af759791cb39526437b43906c0 Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Mon, 21 Oct 2019 18:38:22 +0200 Subject: [PATCH] README-Guide.md: Updated the

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-10-21 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[linux-yocto] [yocto-kernel-cache master/yocto-5.2][PATCH] marvell-cn96xx: Add profiling feature

2019-10-21 Thread zhe.he
From: He Zhe Add profiling related options for convenience for perf and etc. Signed-off-by: He Zhe --- bsp/marvell-cn96xx/marvell-cn96xx.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/marvell-cn96xx/marvell-cn96xx.scc b/bsp/marvell-cn96xx/marvell-cn96xx.scc index

Re: [yocto] [yocto-autobuilder-helper] Replaced hardcoded BASE_HOMEDIR directory

2019-10-18 Thread akuster808
On 10/18/19 9:55 AM, Marco wrote: > Replaced hardcoded BASE_HOMEDIR directory. > Please apologize the missing send-email on my machine. Thanks Marco, Would the be any need to add something to the README regarding the use of this variable? - armin > -- > Marco > --

[yocto] [yocto-autobuilder-helper] Replaced hardcoded BASE_HOMEDIR directory

2019-10-18 Thread Marco
Replaced hardcoded BASE_HOMEDIR directory. Please apologize the missing send-email on my machine. -- Marco From 90f9ec8460e7054e67e74f7d0d54179e15c1c9bd Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Fri, 18 Oct 2019 18:40:43 +0200 Subject: [PATCH] config.json: Replaced occurrencies of

[yocto] [yocto-autobuilder2][PATCH][v2] scheduler: make the default choice an option

2019-10-18 Thread Michael Halstead
The default choice on the force build form will select a random worker. builder_to_workers dictionary values can no longer be strings. Signed-off-by: Michael Halstead --- config.py | 4 ++-- schedulers.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py

[yocto] Yocto Project Status WW42’19

2019-10-15 Thread Stephen K Jolley
Current Dev Position: YP 3.0 Final Release Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Paul - SWAT team rotation: Paul -> Ross on Oct. 18, 2019 - SWAT team rotation: Ross -> Amanda on Oct. 25, 2019 -

[yocto] [Yocto] QA cycle report for yocto-3.0_rc2

2019-10-15 Thread Jain, Sangeeta
Hello all, This is the full QA report for YP 3.0 RC2: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/3.0_RC2?h=intel-yocto-testresults === Summary No high milestone defects. Two new defects are found in this cycle, mpc8315e-rdb: the stap oeqa test causes

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-10-14 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] Yocto Technical Team Minutes for October 8, 2019

2019-10-08 Thread Stephen K Jolley
See: https://docs.google.com/document/d/1Y5IIuE-z0Ykdl-DwuzUJh52flOZuhN_TSAfw2tdU9pg/edit -- Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* *7867 SW Bayberry Dr., Beaverton, OR 97007* (*Cell*:(208) 244-4460 * *Email*: *s

[yocto] Yocto Project Status WW41’19

2019-10-08 Thread Stephen K Jolley
Current Dev Position: YP 2.8 M4 Feature Freeze Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Chen - SWAT team rotation: Chen -> Paul on Oct. 11, 2019 - SWAT team rotation: Paul -> Ross on Oct. 18, 2019 -

[yocto] [yocto-autobuilder2][PATCH] scheduler: make the default choice an option

2019-10-08 Thread Michael Halstead
The default choice on the force build form will select a random worker. Updating to the corrent config. Note builder_to_workers dictionary values can no longer be strings. Signed-off-by: Michael Halstead --- config.py | 40 +++- schedulers.py | 2 +- 2

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-10-07 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] [yocto-announce] [ANNOUNCEMENT] Milestone 3 for Yocto Project 2.8 (yocto-2.8_M3) now available

2019-10-03 Thread Tummalapalli, Vineela
Hello, We are pleased to announce the third milestone release for Yocto Project 2.8 (yocto-2.8_M3) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.8_M3 bitbake: 797354d285f6d624d9adb52bab65823572da0e39 meta-gplv2:

[yocto] Yocto Project Status WW40’19

2019-10-01 Thread Stephen K Jolley
Current Dev Position: YP 2.8 M4 Feature Freeze Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Armin - SWAT team rotation: Armin -> Chen on Oct. 4, 2019 - SWAT team rotation: Chen -> Anuj on Oct. 11, 2019 -

[yocto] Yocto Project new features survey

2019-09-27 Thread Marco
Hello, Yocto Project/Openembedded can nowadays be considered the 'de facto' standard among the automated generation systems of embedded linux distributions. Experienced users appreciate the features offered by Yocto Project and its complete customization that allows to adapt it to any specific

[yocto] Yocto Project Status WW39’19

2019-09-24 Thread Stephen K Jolley
Current Dev Position: YP 2.8 M4 Feature Freeze Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Amanda - SWAT team rotation: Amanda -> Chen on Sept. 27, 2019 - SWAT team rotation: Chen -> Armin on Oct. 4, 2019 -

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-09-23 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] Yocto Project Status WW38’19

2019-09-17 Thread Stephen K Jolley
Current Dev Position: YP 2.8 M4 Feature Freeze Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Ross - SWAT team rotation: Ross -> Amanda on Sept. 20, 2019 - SWAT team rotation: Amanda -> Chen on Sept. 27, 2019 -

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-09-16 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] Yocto Project Summit 2019 - CFP Reminder

2019-09-12 Thread Volosincu, Andreea S
The Yocto Project Summit 2019 is quickly approaching and, with that, the CFP closing date. Quick reminder for everyone that plans to submit an abstract: CFP Closes: 11:59 PM PST on Monday, September 16 CFP Notifications: Monday, September 23 Schedule Announcement: Thursday, September 30 Slide

[yocto] Yocto Project Status WW37'19

2019-09-10 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M4 Feature Freeze Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: * SWAT lead is currently: Paul * SWAT team rotation: Paul -> Ross on Sept. 13, 2019 * SWAT team rotation: Ross -> Amanda on Sept. 20, 2019 *

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-09-09 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] [yocto-autobuilder-helper][PATCH] config.json: for API documentation builds bitbake world instead of core-image-sato

2019-09-09 Thread Ross Burton
Signed-off-by: Ross Burton --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a92adba..7723285 100644 --- a/config.json +++ b/config.json @@ -741,7 +741,7 @@ ] }, "step3" : { -

Re: [yocto] [yocto-docs][PATCH] ref-manual: mention PREPROCESS_RELOCATE_DIRS variable

2019-09-06 Thread Martin Jansa
On Mon, Aug 12, 2019 at 07:51:40PM +, Martin Jansa wrote: > Signed-off-by: Martin Jansa ping > --- > documentation/ref-manual/ref-classes.xml | 5 - > documentation/ref-manual/ref-variables.xml | 21 + > 2 files changed, 25 insertions(+), 1 deletion(-) > > diff

Re: [yocto] [yocto-docs][PATCH] ref-manual: Remove documentation for the removed bluez5 distro feature

2019-09-06 Thread Adrian Bunk
ed > -out using the bluez5 feature and that bluez4 will be > -used. > - > - > cramfs: Include CramFS > support. > directfb: > -- > 2.17.1 > > --

Re: [yocto] [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class

2019-09-06 Thread Adrian Bunk
> -mime > classes. > -The class also disables GObject introspection where applicable. > - > - > - > > gnomebase.bbclass > > -- > 2.17.1 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoct

[yocto] Yocto Project Status WW36’19

2019-09-03 Thread Richard Purdie
Current Dev Position: YP 2.8 M4 Feature FreezeNext Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation:SWAT lead is currently: ArminSWAT team rotation: Armin -> Paul on Sept. 6, 2019SWAT team rotation: Paul -> Ross on Sept. 13, 2019

[yocto] Yocto Project Summit 2019 - CFP Open

2019-08-29 Thread Volosincu, Andreea S
Yocto Project is pleased to announce the Yocto Project Summit 2019, a technical conference for engineers, open source technologists, students and academia in the OSS space. Organized in conjunction with ELCE 2019, this 2-day event is where individuals will learn about Yocto Projects' direction

Re: [yocto] Yocto 2.7 SDK Eclipse

2019-08-27 Thread Bert Böhne
. August 2019 14:06 An: 'Alexander Kanavin' Cc: yocto@yoctoproject.org Betreff: AW: [yocto] Yocto 2.7 SDK Eclipse OK, thanks. We would like to use Eclipse because we are coming from Windows and it would give us the possibility to code and debug easier or in a more known way. Von: Alexander

Re: [yocto] Yocto Project Summit at ELCE Call for Particpation

2019-08-24 Thread akuster
On 8/19/19 3:17 AM, Philip Balister wrote: > At the past few OopenEmbedded developer meetings, people have been > asking for more developer and user focused events like a miniconf. > Partly based on this feedback, there is a two day event sponsored by the > Yocto Project that provides a chance

Re: [yocto] [yocto-docs][PATCH] ref-manual: Correct the requirements for KERNEL_DEVICETREE

2019-08-23 Thread Scott Rifenbark
Adrian, Thanks for the update to the KERNEL_DEVICETREE variable. I have applied this patch to the 2.8 version of the reference manual: https://yoctoproject.org/docs/2.8/ref-manual/ref-manual.html#var-KERNEL_DEVICETREE . Scott On Fri, Aug 23, 2019 at 8:06 AM Adrian Bunk wrote: >

[yocto] [yocto-docs][PATCH] ref-manual: Correct the requirements for KERNEL_DEVICETREE

2019-08-23 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- documentation/ref-manual/ref-variables.xml | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0080364e4f..33afaa5f45 100644 ---

Re: [yocto] Yocto 2.7 SDK Eclipse

2019-08-21 Thread Bert Böhne
@yoctoproject.org Betreff: Re: [yocto] Yocto 2.7 SDK Eclipse On Wed, 21 Aug 2019 at 11:00, Bert Böhne mailto:bert.boe...@systec.de>> wrote: thanks for your reply. Do I need the plugins for writing and debugging code in Eclipse? The documentation says: 24.9.11. ADT Removed¶ The Application Devel

Re: [yocto] Yocto 2.7 SDK Eclipse

2019-08-21 Thread Alexander Kanavin
On Wed, 21 Aug 2019 at 11:00, Bert Böhne wrote: > thanks for your reply. Do I need the plugins for writing and debugging > code in Eclipse? The documentation says: > > > > 24.9.11. ADT Removed¶ > > > > The Application Development Toolkit (ADT) has been removed because its > functionality almost

Re: [yocto] Yocto 2.7 SDK Eclipse

2019-08-21 Thread Bert Böhne
environment setup script? What is the ‘normal’ way or tool for writing applications? Is it weird to want to use Eclipse? Thanks, Bert Von: Alexander Kanavin [mailto:alex.kana...@gmail.com] Gesendet: Dienstag, 20. August 2019 17:42 An: Bert Böhne Cc: yocto@yoctoproject.org Betreff: Re: [yocto

Re: [yocto] Yocto 2.7 SDK Eclipse

2019-08-20 Thread Alexander Kanavin
On Tue, 20 Aug 2019 at 17:34, Bert Böhne wrote: > I am using Yocto 2.7 and I want to use the SDK to build applications(or > give the SDK to my colleagues to let them build applications). I have read > in the documentation that there are plugins for Eclipse. But for Yocto > 2.7(or maybe earlier)

[yocto] Yocto 2.7 SDK Eclipse

2019-08-20 Thread Bert Böhne
Hi, I am using Yocto 2.7 and I want to use the SDK to build applications(or give the SDK to my colleagues to let them build applications). I have read in the documentation that there are plugins for Eclipse. But for Yocto 2.7(or maybe earlier) the support for this plugin was removed. So if we

[yocto] Yocto Project Status WW34'19

2019-08-20 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M3 Next Deadline: YP 2.8 Milestone M3 Cutoff (Feature Freeze) Aug 25, 2019 SWAT Team Rotation: * SWAT lead is currently: Chen * SWAT team rotation: Chen -> Anuj on Aug. 23, 2019 * SWAT team rotation: Anuj -> Armin on Aug. 30, 2019 *

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-08-19 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] Yocto Project Summit at ELCE Call for Particpation

2019-08-19 Thread Philip Balister
At the past few OopenEmbedded developer meetings, people have been asking for more developer and user focused events like a miniconf. Partly based on this feedback, there is a two day event sponsored by the Yocto Project that provides a chance for people to talk about the Yocto Project and

Re: [yocto] [yocto-autobuilder2][PATCH 2/3] Added remote distribution of config JSON files

2019-08-19 Thread Richard Purdie
On Tue, 2019-07-30 at 14:36 -0400, Thomas Goodwin wrote: > This feature/fix allows the worker to download the > autobuilder helper JSON files from the controller > rather than having to store them in the > yocto-autobuilder-helper repository. The process > installs the file into the worker's >

[yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 2.6.3 (thud 20.0.3) Released

2019-08-13 Thread Tummalapalli, Vineela
Hello All, We are pleased to announce the Yocto Project 2.6.3 (thud-20.0.3) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-2.6.3/poky-thud-20.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.6.3/poky-thud-20.0.3.tar.bz2 A gpg signed

Re: [yocto] yocto dev day ELCE 2019 Lyon ?

2019-08-13 Thread Volosincu, Andreea S
Balister ; Nicolas Dechesne ; Volosincu, Andreea S Cc: Yocto list discussion Subject: RE: [yocto] yocto dev day ELCE 2019 Lyon ? > -Original Message- > From: Philip Balister > Sent: den 5 juli 2019 23:42 > To: Peter Kjellerstedt ; Nicolas Dechesne > ; Thomas Roos > ; Vo

[yocto] Yocto Project Status WW33'19

2019-08-13 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M3 Next Deadline: YP 2.8 Milestone M3 Cutoff (Feature Freeze) Aug 25, 2019 SWAT Team Rotation: * SWAT lead is currently: Amanda * SWAT team rotation: Amanda -> Chen on Aug. 16, 2019 * SWAT team rotation: Chen -> Armin on Aug. 23, 2019 *

Re: [yocto] yocto dev day ELCE 2019 Lyon ?

2019-08-13 Thread Peter Kjellerstedt
> -Original Message- > From: Philip Balister > Sent: den 5 juli 2019 23:42 > To: Peter Kjellerstedt ; Nicolas Dechesne > ; Thomas Roos > ; Volosincu, Andreea S > > Cc: Yocto list discussion > Subject: Re: [yocto] yocto dev day ELCE 2019 Lyon ? > &

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-08-12 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] [yocto-docs][PATCH] ref-manual: mention PREPROCESS_RELOCATE_DIRS variable

2019-08-12 Thread Martin Jansa
Signed-off-by: Martin Jansa --- documentation/ref-manual/ref-classes.xml | 5 - documentation/ref-manual/ref-variables.xml | 21 + 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-classes.xml

Re: [yocto] Yocto repos for NXP referent platform MCIMXABASEV1 also called SABRE platform?

2019-08-12 Thread Zoran Stojsavljevic
> > > > I would say look at > > > http://layers.openembedded.org/layerindex/branch/master/machines/?q=sabre=1 > > > Thank you, > > Zoran > > ___ > > -- > > ___ > > yocto mailing list >

Re: [yocto] Yocto repos for NXP referent platform MCIMXABASEV1 also called SABRE platform?

2019-08-09 Thread Khem Raj
, come forward if yes... > I would say look at http://layers.openembedded.org/layerindex/branch/master/machines/?q=sabre=1 > Thank you, > Zoran > ___ > -- > ___ > yocto mailing list > yocto@y

[yocto] Yocto repos for NXP referent platform MCIMXABASEV1 also called SABRE platform?

2019-08-09 Thread Zoran Stojsavljevic
Hello to all, I am trying to find out some recent yocto repo, which contains YOCTO reference repo for the following NXP board: MCIMXABASEV1 also called SABRE platform. Here is one repo I found reading this document... But this is too outdated!

[yocto] [yocto-announce] [ANNOUNCEMENT] Milestone 2 for Yocto Project 2.8 (yocto-2.8_M2) now available

2019-08-06 Thread Tummalapalli, Vineela
Hello All, We are pleased to announce the second milestone release for Yocto Project 2.8 (yocto-2.8_M2) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.8_M2 bitbake: f5ea06fc2b6713c9f8e85ecf7cb981ae9a84d896 meta-gplv2:

[yocto] [yocto-autobuilder-helper][PATCH]] checkvnc, run-config, config.json: DISPLAY=:1

2019-08-06 Thread Thomas Goodwin
The original check of /proc/net/tcp did not work on a headless Ubuntu 18.04.02 server. This new check- -and-reset routine should be equivalent if the script is executed. The assumption of DISPLAY=:1 was also troublesome in an environment where multiple VNC servers are running. Changes: If the

[yocto] Yocto Project Status WW32'19

2019-08-06 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M3 Next Deadline: YP 2.8 Milestone M3 Cutoff (Feature Freeze) Aug 25, 2019 SWAT Team Rotation: * SWAT lead is currently: Ross * SWAT team rotation: Ross -> Amanda on Aug. 9, 2019 * SWAT team rotation: Amanda -> Chen on Aug. 16, 2019 *

Re: [yocto] Yocto Pyro, bitbake, git pull for my recipe (Why not?)

2019-08-06 Thread Jussi Kukkonen
a to force git pull? > > > Best regards, > > MZ > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-08-05 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] Yocto Pyro, bitbake, git pull for my recipe (Why not?)

2019-08-05 Thread Mauro Ziliani
Hi all. It seems that bitbake doesn't check the remote git repository of my application (terminal is the name of the recipe) every time I do bitbake  terminal The recipe is this # the recipe - SRCREV="${AUTOREV}" SRC_URI = " \    

Re: [yocto] [yocto-autobuilder2][PATCH 2/3] Added remote distribution of config JSON files

2019-08-02 Thread Thomas Goodwin
I'm not sure I follow. This collects everything into the worker's "builddir/yocto-autobuilder-helper" path (I think; I'm new to buildbot). My aim was to let the buildbot master the chance to SCM the configuration files apart from the helper's behavior which should otherwise be consistent whether

[yocto] [yocto-autobuilder2][PATCH] builders.py: fix for AB helper repo branch being ignored.

2019-08-01 Thread Thomas Goodwin
Signed-off-by: Thomas Goodwin --- builders.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builders.py b/builders.py index 16c1344..b57bed7 100644 --- a/builders.py +++ b/builders.py @@ -169,6 +169,7 @@ def create_builder_factory(): name="Clobber build dir"))

[yocto] [yocto-autobuilder-helper][PATCH 4/4] layer-config, shared-repo-unpack: Sub-repos in NEEDREPOS

2019-08-01 Thread Thomas Goodwin
The previous fixes requires the user to set "no-layer-add" for a repo and then use ADDLAYER to insert the sub-repos (e.g., meta-openmbedded/meta-oe) as a two-part process. This means that you would also have to specify that flag if a repo that is a layer with dependencies is in the list so that it

[yocto] [yocto-autobuilder-helper][PATCH 3/4] shared-repo-unpack: suppressing exception, returning exit code

2019-08-01 Thread Thomas Goodwin
The preceeding errors that would be shown should be enough to identify the problem since it would have been a problem running bitbake-layers add-layer, indicating a misconfiguration of config.json. Signed-off-by: Thomas Goodwin --- scripts/shared-repo-unpack | 5 - 1 file changed, 4

[yocto] [yocto-autobuilder-helper][PATCH 2/4] layer-config: fixing silent failures from always exiting '0'

2019-08-01 Thread Thomas Goodwin
The return value from bitbakecmd was not being returned when errors occurred which allowed shared-repo-unpack to succeed despite the failure. This fix changes to check_call and a try-catch when attempting to add repos that fail for whatever reason during add-layer, like a missing conf/layer.conf

[yocto] [yocto-autobuilder-helper][PATCH 1/4] config.json: Added meta-openembedded and meta-virtualization

2019-08-01 Thread Thomas Goodwin
The meta-openembedded has no top-level conf/layer.conf, so layer-config's attempt to add it fails (silently). Adding it to the config.json with no-layer-add set to true will bypass this silent failure. The meta-virtualization fails because its repo isn't defined. Once defined, it has a

Re: [yocto] [yocto-autobuilder2][PATCH 1/3] Bug fix: added support for ABHELPER_JSON environ.

2019-08-01 Thread Thomas Goodwin
It's already there, this patch is to make it work as described: http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder2/tree/README-WALKTHROUGHS.md?h=contrib/tgoodwin/config-json-fixes#n79 Consequently, having the variable in your environment is the only way for the janitor to parse and use the

Re: [yocto] [yocto-autobuilder2][PATCH 1/3] Bug fix: added support for ABHELPER_JSON environ.

2019-08-01 Thread akuster
On 7/30/19 11:36 AM, Thomas Goodwin wrote: > The readme suggests exporting this variable from the > environment to expose multiple configuration JSON files > but the intended behavior doesn't work without adding the > variable to extra_env. Any chance of updating documentation on how to use

Re: [yocto] Yocto build failed to include service file in /deplogy/images/image.wic.gz

2019-08-01 Thread JH
Thank you so much Rudolf, that was indeed solved the problem. Great appreciate it. Cheers. - JH On 8/1/19, Rudolf J Streif wrote: > JH, > > To enable systemd service for your application your recipe needs to > inherit the systemd class and install the service file in the proper > directory.

Re: [yocto] Yocto build failed to include service file in /deplogy/images/image.wic.gz

2019-07-31 Thread Rudolf J Streif
JH, To enable systemd service for your application your  recipe needs to inherit the systemd class and install the service file in the proper directory. Here is what it should look like: inherit systemd SYSTEMD_SERVICE_${PN} = "my-app.service" SYSTEMD_AUTO_ENABLE = "enable" do_install_append

[yocto] Yocto build failed to include service file in /deplogy/images/image.wic.gz

2019-07-31 Thread JH
HI, I have been struggling to find a fix for missing service file, I found another solution posted from the Internet to use FILES_${PN} += "${systemd_system_unitdir}/dl-mgr.service" at the end of the bb file: install -d ${D}${systemd_system_unitdir} install -m 0644 ${WORKDIR}/dl-mgr.service

Re: [yocto] [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class

2019-07-31 Thread Adrian Bunk
On Wed, Jul 31, 2019 at 07:33:37AM -0700, Khem Raj wrote: > On Wed, Jul 31, 2019 at 6:30 AM Adrian Bunk wrote: > > > > When removed all it did was > > inherit gnomebase gtk-icon-cache gconf mime > > which would also be the most trivial replacement. > > > > Most of the time not all of these

  1   2   3   4   5   6   7   8   9   10   >