Re: [yocto] psplash and mountpoint -q

2020-08-06 Thread Khem Raj
On Wed, Aug 5, 2020 at 2:19 AM Mauro Ziliani wrote: > > Hi all. > > I'm working woth Zeus on intel platform > > When the script is run in shutdown I get the error at line 28 > > 26: export TMPDIR=/mnt/.psplash > 27: [ -d $TMPDIR ] || mkdir -p $TMPDIR > 28: if [ ! mountpoint -q $TMPDIR ]; then >

Re: [yocto] when is it appropriate to push recipe enhancements (eg., class-nativesdk) upstream?

2020-08-06 Thread Khem Raj
On Wed, Aug 5, 2020 at 4:14 AM Robert P. J. Day wrote: > > based on recipe from an existing (zeus-based) project, colleague asks > about a bbappend file, and whether it's appropriate that it be submitted > upstream as a patch -- this example involves "pciutils" recipe from > oe-core, but the

Re: [linux-yocto] [PATCH] driver: net: lan78xx: fix building issue introduced by merging code from standard/base

2020-08-06 Thread Christopher Clark
On Thu, Aug 6, 2020 at 7:56 PM Meng Li wrote: > > From: Limeng > > There are some raspberry pi sdk patches applied to the driver > lan78xx.c. So, when merge code from standard/base, there are > conflicts, and not resolve them completely. > Therefore, adjust code manually so that fix building

Re: [yocto] Does any version of Yocto currently support LLVM/CLANG/and OpenCL ?

2020-08-06 Thread Khem Raj
Hi Steve On Thu, Aug 6, 2020 at 9:22 AM Monsees, Steven C (US) via lists.yoctoproject.org wrote: > > Hello: > > > > I am currently working with rocko 2.4.1… building for X86_64 platforms. > > > > I am looking to add support for LLVM/CLANG/and OpenCL, but thought it might > be easier to move to

[yocto] Kernel external module with firmware

2020-08-06 Thread Sol
Hi, I followed the hello-mod example and got my module compiling, installed, mounted to target and even functioning (talking to the hw). I am trying to add now firmware binaries to send to the hardware. *I added the following to my .bb*: do_install_append() { install -d

[linux-yocto] [linux-yocto-dev]: [kernel standard/bcm-2xxx-rpi]: driver: net: lan78xx: fix building issue introduced by merging code from standard/base

2020-08-06 Thread Meng Li
From: Limeng Hi Bruce, There are some raspberry pi sdk patches applied to the driver lan78xx.c. So, when merge code from standard/base, there are conflicts, and not resolve them completely. Therefore, adjust code manually so that fix building issue. Could you please help to merge the patch

[linux-yocto] [PATCH] driver: net: lan78xx: fix building issue introduced by merging code from standard/base

2020-08-06 Thread Meng Li
From: Limeng There are some raspberry pi sdk patches applied to the driver lan78xx.c. So, when merge code from standard/base, there are conflicts, and not resolve them completely. Therefore, adjust code manually so that fix building issue. Signed-off-by: Meng Li --- drivers/net/usb/lan78xx.c

Re: [yocto] Is http://downloads.yoctoproject.org/ down?

2020-08-06 Thread Scott Branden via lists.yoctoproject.org
Hi Richard, On 2020-08-06 1:35 p.m., Richard Purdie wrote: > On Thu, 2020-08-06 at 11:05 -0700, Scott Branden wrote: >> We found the source of the uninative fetch problem: >> >> SOURCE_MIRROR_URL needs to be set in order for uninative to be picked >> up from local mirror. >> >> The standard

Re: [yocto] Is http://downloads.yoctoproject.org/ down?

2020-08-06 Thread Richard Purdie
On Thu, 2020-08-06 at 11:05 -0700, Scott Branden wrote: > We found the source of the uninative fetch problem: > > SOURCE_MIRROR_URL needs to be set in order for uninative to be picked > up from local mirror. > > The standard PREMIRRORS mechanism doesn't work for this single > tarball. > So every

[yocto] [matchbox-window-manager-2][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later

2020-08-06 Thread Matthew
Fixes [YOCTO #13319] Signed-off-by: Mingde (Matthew) Zeng --- COPYING | 340 ++ matchbox/client-types/mb-wm-client-app.c | 2 + matchbox/client-types/mb-wm-client-app.h | 10 +- matchbox/client-types/mb-wm-client-desktop.c |

[yocto] [matchbox-window-manager][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later

2020-08-06 Thread Matthew
From: "Mingde (Matthew) Zeng" Fixes [YOCTO #13319] Signed-off-by: Mingde (Matthew) Zeng --- COPYING | 340 +++ src/base_client.c| 12 +- src/base_client.h| 12 +- src/client_common.c | 12 +- src/client_common.h

[yocto] [matchbox-panel-manager][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later

2020-08-06 Thread Matthew
Fixes [YOCTO #13319] Signed-off-by: Mingde (Matthew) Zeng --- mbpanelmgr.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/mbpanelmgr.c b/mbpanelmgr.c index 4d45665..c65d229 100644 --- a/mbpanelmgr.c +++ b/mbpanelmgr.c @@ -1,17 +1,9 @@ /* - * Gtk2 Based

[yocto] [matchbox-panel-2][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later

2020-08-06 Thread Matthew
Fixes [YOCTO #13319] Signed-off-by: Mingde (Matthew) Zeng --- applets/battery/battery-acpi.c | 2 ++ applets/battery/battery-apm.c| 2 ++ applets/battery/battery.c| 2 ++ applets/battery/battery.h| 2 ++ applets/brightness/brightness.c

[yocto] [matchbox-keyboard][PATCH] Add SPDX-License-Identifier: LGPL-2.1

2020-08-06 Thread Matthew
Fixes [YOCTO #13319] Signed-off-by: Mingde (Matthew) Zeng --- applet/applet.c | 8 +--- examples/matchbox-keyboard-gtk-embed.c | 2 ++ gtk-im/im-context.c | 9 + gtk-im/im-context.h | 9 +

Re: [yocto] Is http://downloads.yoctoproject.org/ down?

2020-08-06 Thread Scott Branden via lists.yoctoproject.org
We found the source of the uninative fetch problem: SOURCE_MIRROR_URL needs to be set in order for uninative to be picked up from local mirror. The standard PREMIRRORS mechanism doesn't work for this single tarball. So every time a clean poky build took place it always went to the internet to

Re: [yocto] out of kernel custom module build fails

2020-08-06 Thread Quentin Schulz
Hi Rob, On Thu, Aug 06, 2020 at 12:37:15PM -0400, Rob Prowel wrote: > On 2020-08-06 11:45, Rob Prowel wrote: > > the important bb file content is: > > > > inherit module > > SRC_URI = "file://Makefile \ > >    file://customslip.c \ > >    file://customslip.h \ > >   

Re: [yocto] out of kernel custom module build fails

2020-08-06 Thread Rob Prowel
On 2020-08-06 11:45, Rob Prowel wrote: the important bb file content is: inherit module SRC_URI = "file://Makefile \    file://customslip.c \    file://customslip.h \    file://COPYING \   " S = "${WORKDIR}" RPROVIDES_${PN} += "kernel-module-customslip"

[yocto] [matchbox-desktop][PATCHv2] Add SPDX-License-Identifier: GPL-2.0-or-later

2020-08-06 Thread Matthew
Fixes [YOCTO #13319] Signed-off-by: Mingde (Matthew) Zeng --- COPYING | 340 modules/dotdesktop.c| 2 + modules/simplefilebrowser.c | 2 + modules/tasks.c | 2 + src/mbdesktop.c | 12 +-

Re: [yocto] [matchbox-desktop][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later

2020-08-06 Thread Matthew
Ouch, whitespaces also got removed from the patch file. Will submit another patch, with the file COPYING as well. Matthew writes: > Signed-off-by: Mingde (Matthew) Zeng > --- > modules/dotdesktop.c| 2 ++ > modules/simplefilebrowser.c | 2 ++ > modules/tasks.c | 2 ++

[yocto] Does any version of Yocto currently support LLVM/CLANG/and OpenCL ?

2020-08-06 Thread Monsees, Steven C (US) via lists.yoctoproject.org
Hello: I am currently working with rocko 2.4.1... building for X86_64 platforms. I am looking to add support for LLVM/CLANG/and OpenCL, but thought it might be easier to move to a more recent version of Yocto if support was already in place for these components. Is there a more recent

[yocto] out of kernel custom module build fails

2020-08-06 Thread Rob Prowel
I need to build a custom slip driver out of the normal kernel build process and I've overridden the var LINUX_VERSION_EXTENSION = \ "-${PROMPT}-$(/bin/date +%j%H%M)${PM1_DEVEL_IMAGE}" so that my kernel always has a unique identifier for the development build I'm working on. problem is

[yocto] [matchbox-desktop][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later

2020-08-06 Thread Matthew
Signed-off-by: Mingde (Matthew) Zeng --- modules/dotdesktop.c| 2 ++ modules/simplefilebrowser.c | 2 ++ modules/tasks.c | 2 ++ src/mbdesktop.c | 12 ++-- src/mbdesktop.h | 2 ++ src/mbdesktop_item.c| 2 ++ src/mbdesktop_item.h