Re: [yocto] Bitbake problems recognizing the latest version of a repo

2018-04-03 Thread Paul Eggleton
Hi Jakob, On Thursday, 29 March 2018 12:41:33 AM NZST Jakob Hasse wrote: > Right now it's still a mystery for me when bitbake builds the latest > version of a repository and why. I make changes in my code and whether I > commit them or not, sometimes bitbake builds a package with the recent >

[linux-yocto] [PATCH 23/25] arm64: dts: stratix10: disable false USB overcurrent on devkit

2018-04-03 Thread Meng.Li
From: Dinh Nguyen commit 1752cc0adb37e96e79a8ce8189dbd8d53016a224 from https://github.com/altera-opensource/linux-socfpga.git Disable the USB overcurrent condition that is falsely detected on the devkit. Signed-off-by: Dinh Nguyen Signed-off-by: Meng

[linux-yocto] [PATCH 20/25] FogBugz #539974: set clocks for watchdog timer on Stratix10

2018-04-03 Thread Meng.Li
From: Dinh Nguyen commit b002bf552cb779951ca843a058545dc146989270 from https://github.com/altera-opensource/linux-socfpga.git Populate the clocks property in the watchdog timers on Stratix10. Signed-off-by: Dinh Nguyen Signed-off-by: Meng Li

[linux-yocto] [PATCH 22/25] arm64: dts: stratix10: enable watchdog timer on the S10 devkit

2018-04-03 Thread Meng.Li
From: Dinh Nguyen commit 07ecc72ce169d4a4e11259067a714e31d6acd400 from https://github.com/altera-opensource/linux-socfpga.git Enables the watchdog0 timer on the Stratix10 devkit. Signed-off-by: Dinh Nguyen Conflicts:

[linux-yocto] [PATCH 24/25] FogBugz #545807: driver, misc: increase timeout value for claiming back buf

2018-04-03 Thread Meng.Li
From: Richard Gong commit f1835b2b7aa23cc1b47c178a3eb414eaf58fde63 from https://github.com/altera-opensource/linux-socfpga.git Firmware from the latest Quartus releases takes more time to process data. As a result service layer needs increase timeout value so it can

[linux-yocto] [PATCH] arm64: dts: add dts for updating FPGA configure

2018-04-03 Thread Meng.Li
From: Limeng Add a overlay to implement updating FPGA congifure in Linux enviroment in real time via Stratix 10 FPGA manager. Signed-off-by: Meng Li --- arch/arm64/boot/dts/altera/Makefile|2 +-

[linux-yocto] [PATCH 19/25] Revert "ARM: DT: Enable symbols when CONFIG_OF_OVERLAY is used"

2018-04-03 Thread Meng.Li
From: Alan Tull commit 62b87db13758408968d1979be70e673873346415 from https://github.com/altera-opensource/linux-socfpga.git This reverts commit fe94677b6e60189ee0e4dbace1ce81c66c2053c5. Signed-off-by: Meng Li --- arch/arm/boot/Makefile |4

[linux-yocto] [PATCH 18/25] kbuild: Enable DT symbols when CONFIG_OF_OVERLAY is used

2018-04-03 Thread Meng.Li
From: Geert Uytterhoeven commit ed1eb10b8dd43ea1447e5adc47bcd52ddc3b5c25 from https://github.com/altera-opensource/linux-socfpga.git Signed-off-by: Geert Uytterhoeven Signed-off-by: Meng Li --- scripts/Makefile.lib |

[linux-yocto] [PATCH 17/25] FogBugz #538499: klockwork: fix potential memory leaks

2018-04-03 Thread Meng.Li
From: Dinh Nguyen commit 31423994dd0df04b38022b47330146c8990891c8 from https://github.com/altera-opensource/linux-socfpga.git Fix potential memory leaks in the Stratix10 clock driver by freeing the struct pointer for error conditions. Remove 'reg2' variable, which was

[linux-yocto] [PATCH 16/25] FogBugz #536771: fpga: bridge: fix klocwork sprintf complaint

2018-04-03 Thread Meng.Li
From: Alan Tull commit f625bc5635d156f683d95077267484ce7554b5b6 from https://github.com/altera-opensource/linux-socfpga.git Klocwork give the following complaints: /home/yves/linux/intel/linux-socfpga/drivers/fpga/fpga-bridge.c:243 -- -- SV.BANNED.REQUIRED.SPRINTF (4:Review)

[linux-yocto] [PATCH 14/25] arm64: dts: stratix10: add fpga manager and region

2018-04-03 Thread Meng.Li
From: Alan Tull commit 29f99105e4186ba4a88fea2b54b5f6fc91b9912e from https://github.com/altera-opensource/linux-socfpga.git Add the Stratix10 FPGA manager and a FPGA region to the device tree. Signed-off-by: Alan Tull Signed-off-by: Meng Li

[linux-yocto] [PATCH 15/25] FogBugz #536772: tty: newhaven_lcd: fix klocwork complaints

2018-04-03 Thread Meng.Li
From: Alan Tull commit b58ce5668a694f24196614aad69c338967d9eb8b from https://github.com/altera-opensource/linux-socfpga.git Two Klocwork complaints fixed: /home/yves/linux/intel/linux-socfpga/drivers/tty/newhaven_lcd.c:404 -- -- SV.BANNED.REQUIRED.SPRINTF (4:Review) Analyze

[linux-yocto] [PATCH 13/25] fpga: add intel stratix10 soc fpga manager driver

2018-04-03 Thread Meng.Li
From: Alan Tull commit 951b5ec06c6620d6267fe5edb4a2c7bdb5f4cde5 from https://github.com/altera-opensource/linux-socfpga.git Add driver for reconfiguring Intel Stratix10 SoC FPGA devices. This driver communicates through the Intel Service Driver which does communication with

[linux-yocto] [PATCH 10/25] arm64: dts: stratix10: add service driver binding to base dtsi

2018-04-03 Thread Meng.Li
From: Richard Gong commit 90ca1efa1790ba4d8b991bb39e65e3cd17f3217b from https://github.com/altera-opensource/linux-socfpga.git Add Intel Stratix10 service layer to the device tree Signed-off-by: Richard Gong Signed-off-by: Meng Li

[linux-yocto] [PATCH 12/25] dt-bindings: fpga: add Stratix10 SoC FPGA manager binding

2018-04-03 Thread Meng.Li
From: Alan Tull commit 7aa834b3a6243499400131ba0a52291700d5449c from https://github.com/altera-opensource/linux-socfpga.git Add a Device Tree binding for the Intel Stratix10 SoC FPGA manager. Signed-off-by: Alan Tull Signed-off-by: Meng Li

[linux-yocto] [PATCH 11/25] driver, misc: add Intel Stratix10 service layer driver

2018-04-03 Thread Meng.Li
From: Richard Gong commit 7a65576dc07aa8287ce534f765dc560452a33047 from https://github.com/altera-opensource/linux-socfpga.git Intel Stratix10 SoC is composed of a 64 bit quad-core ARM Cortex A53 hard processor system (HPS) and Secure Device Manager (SDM). SDM is the

[linux-yocto] [PATCH 08/25] FogBugz #411698-4: socfpga: dts: Add A10-SR Devkit power supply alarms

2018-04-03 Thread Meng.Li
From: Thor Thayer commit cec25d893ded8f9d618a1b1fb8767d46302a247b from https://github.com/altera-opensource/linux-socfpga.git Add the Altera Arria10 Devkit power supply alarms. [backport 'commit c5c3b0edeffe ("FogBugz #411698-4: socfpga: dts:

[linux-yocto] [PATCH 07/25] FogBugz #532583-3: mtd: a10sr: Add A10SR HWMON

2018-04-03 Thread Meng.Li
From: Thor Thayer commit f6ea55a141f4596ee406264f7fce57155b444e0e from https://github.com/altera-opensource/linux-socfpga.git Add HWMON to the A10 System Resource Multi-Function Device. This fixes a previous patch ['commit b5678c1b894d ("FogBugz #411698-2: Add

[linux-yocto] [PATCH 09/25] dt-bindings, firmware: add Intel Stratix10 service layer binding

2018-04-03 Thread Meng.Li
From: Richard Gong commit e91ddfa8fdd37a816173fe1575dee0ee1ac1c07d from https://github.com/altera-opensource/linux-socfpga.git Add a device tree binding for the Intel Stratix10 service layer driver Signed-off-by: Richard Gong Signed-off-by:

[linux-yocto] [PATCH 06/25] FogBugz #532583-2: hwmon: Fix buffer calls for SDL compliance.

2018-04-03 Thread Meng.Li
From: Thor Thayer commit b899ea69f0346f24ef238bcb248bde51dc639ea2 from https://github.com/altera-opensource/linux-socfpga.git The buffer calls need to be more secure so pass the buffer size in the sprintf functions. Limit buffer size to 5. Signed-off-by: Thor

[linux-yocto] [PATCH 05/25] FogBugz #532583-1: hwmon: Update A10SR HWMON register calls

2018-04-03 Thread Meng.Li
From: Thor Thayer commit c3d8a24d4cae45f0240e82f007de2286bb4e8071 from https://github.com/altera-opensource/linux-socfpga.git The A10 System Resource HWMON needs to be updated to fit the newer hwmon register calls. Update the copyright and date as part of this

[linux-yocto] [PATCH 04/25] FogBugz #196859: tty: newhaven_lcd: make local struct static

2018-04-03 Thread Meng.Li
From: Alan Tull commit f23d6e6af94255188e7f21c509bdd41bb2f86b5e from https://github.com/altera-opensource/linux-socfpga.git Add 'static' for struct custom_font custom_fonts[] Signed-off-by: Alan Tull Signed-off-by: Meng Li ---

[linux-yocto] [PATCH 03/25] arm64: dts: stratix10: fix SPI settings

2018-04-03 Thread Meng.Li
From: Thor Thayer commit 1f10cc4ddb2718339ee83108dae5edf693047adf from https://github.com/altera-opensource/linux-socfpga.git [backport 'commit 51edd22628ea ("FogBugz #514871-2: arm64: dts: stratix10: fix SPI settings")'] Correct the SPI Master node settings.

[linux-yocto] [PATCH 02/25] arm64: dts: stratix10: Use PSCI node instead of spin-table for SMP

2018-04-03 Thread Meng.Li
From: Dinh Nguyen commit 61bf26dad85b85cc44e2dfef1d26897e167aeaae from https://github.com/altera-opensource/linux-socfpga.git This reverts commit e6c041984533 ("FogBugz #491251: temporary remove PSCI node") U-Boot has implemented PSCI which is preferable to the

[linux-yocto] [PATCH 01/25] arm64: dts: stratix10: Use PSCI spin-table for SMP

2018-04-03 Thread Meng.Li
From: Dinh Nguyen commit bf2f49493b4e7d8783171d7ba1e1f24bed921594 from https://github.com/altera-opensource/linux-socfpga.git This reverts commit ba759bf25bc5 ("FogBugz #488851: dts: use spin-table for SMP") U-Boot has implemented PSCI which is preferable to the

[linux-yocto] : [yocto-4.12]: intel-socfpga: get latest patches from sdk

2018-04-03 Thread Meng.Li
From: Limeng Hi Bruce, Now, there are some update for intel-socfpga, Stratix10 SoC from SDK. There are some primary features update as below: - cpu on with PSCI function - reboot support - watchdog support - update FPGA configure in Linux in real time via FPGA manager.

[yocto] out of tree module dependencies

2018-04-03 Thread Russell Peterson
Hello, I have some out of tree modules that I have added to my custom meta layer. Normally things work fine, however, when I modify these recipes every now and then the do_configure fails because the recipe_sysroot directory is not populated. This seems related to the kernel-build-artifacts

Re: [yocto] [PATCH] ref-manual: Document the task feature of BUILDHISTORY_FEATURES

2018-04-03 Thread Peter Kjellerstedt
Anything preventing this from being added to the manual? //Peter > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Peter Kjellerstedt > Sent: den 15 mars 2018 15:09 > To: yocto@yoctoproject.org; Scott Rifenbark

Re: [yocto] ClamAV PCRE support

2018-04-03 Thread Robert Berger
Hi Tom, I never tried to get clamav to run, but please see my comments below. On 2018-04-03 16:22, Tom Gibson wrote: Hi Anuj This is happening because clamav is looking for pcre-config (uses it to find pcre paths) and it's not able to locate it ... Even if you do get around this error by

[yocto] Minutes: Yocto Project Technical Meeting

2018-04-03 Thread Stephano Cetola
Attendees: Armin, Stephano, Robin, Richard, Maxin, Alex K, Sean Gabriel, Martin, Denys, Joshua Watt, Michael Halstead, Pascal Bach, Randy MacLeod, Amanda, Trevor, Tracey If people are aware of items that should be going into 2.5 but are not on the list, please contact Richard. While no high

Re: [yocto] OpenBLAS recipe

2018-04-03 Thread Matthias Schöpfer
Hi Raj, thanks, it seems to work, if you add libgfortran to DEPENDS even without the ONLY_CBLAS=1, at least for amd64 kind of architecture. Thanks and Regards, Matthias On 04/01/2018 03:03 AM, Khem Raj wrote: > Please try this patch here > >

Re: [yocto] ClamAV PCRE support

2018-04-03 Thread Tom Gibson
Hi Anuj Thanks for your e-mail. > -Original Message- > From: Anuj Mittal > Sent: 30 March 2018 11:16 > To: Tom Gibson ; yocto@yoctoproject.org > Subject: Re: [yocto] ClamAV PCRE support > > > When I run clamscan on our board I get

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-03 Thread Andreas Müller
On Tue, Apr 3, 2018 at 2:26 AM, Trevor Woerner wrote: > On Mon 2018-04-02 @ 11:46:39 PM, Andreas Müller wrote: >> On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner wrote: >> > I'm re-building my rpi3-64 image to see if things are better there too >> > under

[yocto] [layerindex-web][PATCH 1/1] update.py: add an option --timeout for lockfile

2018-04-03 Thread Robert Yang
We have an update.py running perodically in background, but we also need run it manually, for example, run it to update actual_branch, the manually run usually failed because can't get lockfile, we have to run it again and again. A timeout option helps a lot in such a case. Now the following

[yocto] [layerindex-web][PATCH 0/1] update.py: add an option --timeout for lockfile

2018-04-03 Thread Robert Yang
The following changes since commit 611c96883c35240d3c291951146154d828745774: requirements.txt: use the most recent Django 1.8 version (2018-03-26 08:29:27 +1300) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/LI

[linux-yocto] [4.12][PATCH] ahci: Add Intel Cannon Lake PCH-H PCI ID

2018-04-03 Thread Liwei Song
From: Mika Westerberg commit f919dde0772a894c693a1eeabc77df69d6a9b937 upstream. Add Intel Cannon Lake PCH-H PCI ID to the list of supported controllers. Signed-off-by: Mika Westerberg Signed-off-by: Tejun Heo

Re: [yocto] how to add pulseaudio

2018-04-03 Thread Sherif Omran
hi i used the following DISTRO_FEATURES_append += " ext2 pulseaudio pam usbhost sbc alsa-plugins ${DISTRO_FEATURES_LIBC}" PACKAGECONFIG_pulseaudio += " --with-access-group=audio --enable-bluez5 --disable-x11 --disable-systemd-daemon" IMAGE_INSTALL_append= " pulseaudio-server libpulsecore sbc

[yocto] pulseaudio without x11

2018-04-03 Thread Sherif Omran
I have the same issue here, where i need to run pulseaudio without x11. My setup in yocto, is a follows, it compiles fine but dbus has a problem : IMAGE_INSTALL_append= " pulseaudio-server libpulsecore sbc pulseaudio-module-bluetooth-discover pulseaudio-module-bluez5-device