Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 0/1] export the maximum and minimum voltage and temperature to userspace

2020-07-27 Thread Michal Simek
On 27. 07. 20 10:53, quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce and Michal, > > One of our customers want to use more xadc sysfs interfaces, so export > the maximum and minimum voltage and temperature to userspace. > > Would you please help review and merge this

Re: [yocto] Remove connman package from yocto sdk.

2020-07-27 Thread NIKHIL PATIL
hi, Still we ar facing same issue , If anyone know, please help. On Fri, Jul 24, 2020 at 6:14 PM NIKHIL PATIL wrote: > Hi team, > We want to use NetworkManager to access internet using LTE > module . but connman and Networkmaanger both are installed. > > I struggled so

[yocto] #toolchain #yocto #devtool #linux

2020-07-27 Thread andymishra97
Hi, I am trying to build a yocto *demo-coreip-cli* image for my custom RISC-V SOC which only supports *imafd* instructions. For the compilation of cross toolchain that is used by Bitbake, I tried changing cross-binutils.inc recipe and cross-gcc.inc recipe in openembedded-core layer by including

Re: [yocto] [meta-java] icedtea7-native fails to build with error: cc1plus: all warnings being treated as errors

2020-07-27 Thread Robert Joslyn
On Mon, 2020-07-27 at 06:16 -0700, ithi...@gmail.com wrote: > Hi, > > I am trying to build openjdk-8-native, however its icedtea7 dependency > fails to build. > The error is a little hard to parse but it appears to be due to warnings > being treated as errors. > There are a lot of logs like the

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-27 Thread Bruce Ashfield
On Mon, Jul 27, 2020 at 3:51 PM Scott Whitney wrote: > Hi Yocto group, > > > > I’m working with a newly-released copy of Yocto Zeus from Variscite for > the i.MX8MM Mini, although the same option seems to apply to the previous > Yocto Warrior. > > > > I understand that a Linux real-time kernel

[yocto] Current high bug count owners for Yocto Project 3.2

2020-07-27 Thread Stephen Jolley
All, Below is the list as of top 30 bug owners as of the end of WW30 of who have open medium or higher bugs and enhancements against YP 3.2. There are 67 possible work days left until the final release candidates for YP 3.2 needs to be released. Who Count david.re...@windriver.com 10

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

2020-07-27 Thread Stephen 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] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-27 Thread Scott Whitney
Hi Yocto group, I'm working with a newly-released copy of Yocto Zeus from Variscite for the i.MX8MM Mini, although the same option seems to apply to the previous Yocto Warrior. I understand that a Linux real-time kernel can be enabled by setting LINUX_KERNEL_TYPE = "preempt-rt". Where does

Re: [yocto] Offline Build #yocto

2020-07-27 Thread Fred Baksik
On Mon, Jul 27, 2020, at 12:38 AM, Amrun Nisha.R wrote: > Hi Fred, > > check whether the downloads folder has all the files. I found that while > checking the folders, I can't able to find the branches and ref folders in > the git2 folder (downloads/git2). Once i placed the empty folders

Re: [bitbake-devel] [yocto] Stable Warrior branch

2020-07-27 Thread akuster
Adrian, On 7/21/20 1:53 AM, Richard Purdie wrote: > On Tue, 2020-07-14 at 16:56 +0300, Adrian Bunk wrote: >> On Thu, Jun 04, 2020 at 09:28:00PM -0700, akuster wrote: >>> Hello, >>> >>> The Warrior branch of Poky has had its last official dot release. >>> It >>> will be moving to Community support

[yocto] [meta-java] icedtea7-native fails to build with error: cc1plus: all warnings being treated as errors

2020-07-27 Thread ithijme
Hi, I am trying to build openjdk-8-native, however its icedtea7 dependency fails to build. The error is a little hard to parse but it appears to be due to warnings being treated as errors. There are a lot of logs like the following: | In function ‘int fprintf(FILE*, const char*, ...)’, |

[linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 1/1] xilinx-xadc: export the maximum and minimum voltage and temperature to userspace

2020-07-27 Thread quanyang.wang
From: "Chen.Liu" Export more xadc sysfs interfaces to userspace. Signed-off-by: Chen.Liu [Quanyang: adapted the patch to solve context issues and add some commit descriptions] Signed-off-by: Quanyang Wang --- drivers/iio/adc/xilinx-xadc-core.c | 17 ++--- 1 file changed, 14

[linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 0/1] export the maximum and minimum voltage and temperature to userspace

2020-07-27 Thread quanyang.wang
From: Quanyang Wang Hi Bruce and Michal, One of our customers want to use more xadc sysfs interfaces, so export the maximum and minimum voltage and temperature to userspace. Would you please help review and merge this patch to linux-yocto-dev standard/xlnx-soc? Thanks, Quanyang Chen.Liu (1):

Re: [yocto] ERRORS while building customized yocto image for Raspberrypi #yocto

2020-07-27 Thread Quentin Schulz
Hi Bhavya, On Fri, Jul 24, 2020 at 09:12:09PM -0700, paruchuribhavyas...@gmail.com wrote: > Hi Quentin > > I tried changing it but facing same kind of error during Build. > Your S = "${WORKDIR}" is probably wrong then. Is there only a directory "at the root" of the tarball? I mean if you

Re: [yocto] ERRORS while building customized yocto image for Raspberrypi #yocto

2020-07-27 Thread paruchuribhavyasree
Hi, I'am trying to build Yocto image for a customized code, where the source code is in my local files, so here is my recipe : -- DESCRIPTION = "GSM-ASTERISK-SPI"