[linux-yocto] [kernel-cache master][PATCH] bsp: enable CONFIG_MEDIA_PLATFORM_SUPPORT kernel option

2020-07-23 Thread quanyang.wang
From: Quanyang Wang Because of the commit 06b93644f4d1 ("media: Kconfig: add an option to filter in/out platform drivers"), CONFIG_MEDIA_PLATFORM_SUPPORT must be enabled when we want to enable CONFIG_V4L_PLATFORM_DRIVERS. Signed-off-by: Quanyang Wang --- bsp/xilinx-zynq/xilinx-zynq.cfg |

[linux-yocto][yocto-kernel-cache][master][PATCH] features/thermal: fix the dependency for CONFIG_INTEL_SOC_PMIC_BXTWC

2020-07-23 Thread Yongxin Liu
In kernel commit 25f1ca31e230 ("platform/x86: intel_pmc_ipc: Convert to MFD"), CONFIG_INTEL_SOC_PMIC_BXTWC is changed to depend on CONFIG_MFD_INTEL_PMC_BXT instead of CONFIG_INTEL_PMC_IPC. Signed-off-by: Yongxin Liu --- features/thermal/coretemp.cfg | 1 + 1 file changed, 1 insertion(+) diff

[linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH] usb: dwc3: use PROPERTY_ENTRY_BOOL to initialize property entries

2020-07-23 Thread quanyang.wang
From: Quanyang Wang According to commit 5eb5afb07853d6e9 ("usb: dwc3: use proper initializers for property entries"), property entries should be initialized by proper initializer macros. If not, the elements "is_inline" and "length" in structure property_entry will be zeros, and the function

Re: [linux-yocto] [linux-yocto kernel][v5.4/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: bcm2711-rpi-4-b.dts: Do not power off the SD card after boot

2020-07-23 Thread Bruce Ashfield
On Tue, Jul 21, 2020 at 10:50 PM wrote: > > From: Limeng > > Hi Bruce, > > Could you please help to merge this patch into linux-yocto kernel, branch is > v5.4/standard/bcm-2xxx-rpi? > Thanks for the changes. I had to debug some issues this week, and am a bit behind on merges. I'll get to it

Re: [yocto] Strange package QA errors

2020-07-23 Thread Martin Townsend
On Thu, Jul 23, 2020 at 4:20 PM Martin Townsend wrote: > > On Thu, Jul 23, 2020 at 3:55 PM Martin Townsend > wrote: > > > > On Thu, Jul 23, 2020 at 3:11 PM Martin Townsend > > wrote: > > > > > > Hi, > > > > > > I've just upgraded to the dunfell release and now get Package QA > > > errors like

Re: [yocto] Strange package QA errors

2020-07-23 Thread Martin Townsend
On Thu, Jul 23, 2020 at 3:55 PM Martin Townsend wrote: > > On Thu, Jul 23, 2020 at 3:11 PM Martin Townsend > wrote: > > > > Hi, > > > > I've just upgraded to the dunfell release and now get Package QA > > errors like the following > > > > ERROR: dbus-1.12.16-r0 do_package_qa: QA Issue:

Re: [yocto] Strange package QA errors

2020-07-23 Thread Martin Townsend
On Thu, Jul 23, 2020 at 3:11 PM Martin Townsend wrote: > > Hi, > > I've just upgraded to the dunfell release and now get Package QA > errors like the following > > ERROR: dbus-1.12.16-r0 do_package_qa: QA Issue: /usr/bin/dbus-daemon > contained in package dbus requires >

[yocto] Strange package QA errors

2020-07-23 Thread Martin Townsend
Hi, I've just upgraded to the dunfell release and now get Package QA errors like the following ERROR: dbus-1.12.16-r0 do_package_qa: QA Issue: /usr/bin/dbus-daemon contained in package dbus requires libsystemd.so.0(LIBSYSTEMD_209)(64bit), but no providers found in RDEPENDS_dbus? [file-rdeps]

Re: [yocto] NO INTERNET ENVIRONMENT - USING PREMIRROR fails -> gstreamer1.0_1.12.2.bb:do_unpack failed due to a fetch issue

2020-07-23 Thread baranarman
a search under the source shown that there is a suspicious file ./meta-fsl-bsp-release/imx/meta-bsp/recipes-multimedia/gstreamer/gstreamer1.0_1.12.%.bbappend I guess this recipe is appending something to "gstreamer1.0_1.12.2.bb" but i am not sure. How can be sure that this recipe is in effect

Re: [yocto] NO INTERNET ENVIRONMENT - USING PREMIRROR fails -> gstreamer1.0_1.12.2.bb:do_unpack failed due to a fetch issue

2020-07-23 Thread Martin Jansa
Are you sure this is the whole SRC_URI and that there aren't some other parts added through some .bbappend? Always use "bitbake -e" to see whatever bitbake sees when building the recipe to make sure. "common" is git repository gstreamer components use in 1.12 it is git submodule as you can see:

Re: [yocto] NO INTERNET ENVIRONMENT - USING PREMIRROR fails -> gstreamer1.0_1.12.2.bb:do_unpack failed due to a fetch issue

2020-07-23 Thread baranarman
Martin  sorry that am im not quite sure if i get you right gstreamer1.0_1.12.2.bb is below " require gstreamer1.0.inc LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" SRC_URI = " \

Re: [yocto] NO INTERNET ENVIRONMENT - USING PREMIRROR fails -> gstreamer1.0_1.12.2.bb:do_unpack failed due to a fetch issue

2020-07-23 Thread Martin Jansa
Add "common" git repo to SRC_URI and set SRCREV + SRCREV_FORMAT for it, instead of using git submodules to fetch it. On Thu, Jul 23, 2020 at 2:40 PM wrote: > Hi, > > I have a problem. I am trying to set up development environment that runs > offline. For this purpose i set up a repository

Re: [linux-yocto] Upgrading from Yocto2 to 3, how to upgrade -standard.scc files?

2020-07-23 Thread Bruce Ashfield
On Thu, Jul 23, 2020 at 1:50 AM McKay, Sean wrote: > > Hi Bruce, > > I work with Ken on the same project. I started this email with the intent to > give you some more context, but I think I’ve found our problem and I’d like > to see if you agree… (if this code is even recent enough that you

Re: [yocto] Linker error undefined reference to `_rtld_global_ro'

2020-07-23 Thread Robert Varga
Hi Khem, > > can you try setting GLIBCPIE = "" in local.conf and see if that helps I set GLIBCPIE = "" in local.conf but the result is the same. The linker issue "undefined reference to `_rtld_global_ro'" still occurs. Do you have any other ideas what I could do? -- Rob

[yocto] NO INTERNET ENVIRONMENT - USING PREMIRROR fails -> gstreamer1.0_1.12.2.bb:do_unpack failed due to a fetch issue

2020-07-23 Thread baranarman
Hi, I have a problem. I am trying to set up development environment that runs offline. For this purpose i set up a repository folder by the following local.conf file: " MACHINE ??= 'imx6dlsabresd' DISTRO ?= 'fsl-imx-fb' PACKAGE_CLASSES ?= "package_rpm" EXTRA_IMAGE_FEATURES ?= "debug-tweaks

[yocto] Yocto Dunfell: package.class --> dwarfsrcfiles

2020-07-23 Thread Jan Hannig
Hello, thanks for the reply and the useful hints concerning our questions! After a debug session, it came out, that the *.a archive doesn't contain only *.o files, but also one *.c file. That was missed during the first analysis. Interestingly enough, the error came out only with the Dunfell

Re: [yocto] Yocto support

2020-07-23 Thread Khem Raj
On 7/21/20 7:10 PM, JH wrote: > Hi, > > Does Flextronics https://flex.com support Yocto or not? > perhaps best is to ask flextronics support team > Thank you. > > Kind regards. > > > > signature.asc Description: OpenPGP digital signature -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all