[yocto] Problems running gstreamer v4l2 on Yocto

2014-08-15 Thread Dr. Markus Eich
.31-r8/gst-plugins-good-0.10.31/sys/v4l2/gstv4l2object.c(2212): gst_v4l2_object_set_format (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Call to S_FMT failed for UYVY @ 32768x32768: Invalid argument == Something wrong with the build config of gstreamer with Yocto? Cheers, Markus -- Dr

Re: [yocto] No network at startup using core-image-minimal

2014-08-12 Thread Markus Eich
up and add the module to /etc/modules-load.d/modname.conf. Cheers, Rudi -- Dr.-Ing. Markus Eich Senior Researcher Marine Inspection Robotics Space Robotics Besuchsadresse der Nebengeschäftstelle: DFKI GmbH Robotics Innovation Center Robert-Hooke-Straße 5 28359 Bremen, Germany Postad

Re: [yocto] No network at startup using core-image-minimal

2014-08-12 Thread Dr. Markus Eich
/linux-yocto.inc Cheers, Markus On 08.08.2014 17:52, Rudolf Streif wrote: Hi Markus, Please try core-image-base instead of core-image-minimal. That should provide you with the necessary network support. Best regards, Rudi On Aug 8, 2014 6:46 AM, "Dr. Markus Eich" <mailto:markus

[yocto] No network at startup using core-image-minimal

2014-08-08 Thread Dr. Markus Eich
ake the modules load at startup without editing configs on the target device? Am I missing something? Does core-image-minimal not include network? Cheers, Markus -- Dr.-Ing. Markus Eich Senior Researcher Marine Inspection Robotics Space Robotics Besuchsadresse der Nebengeschäftstelle:

Re: [yocto] Building yocto for Odroid XU. No login after boot.

2014-08-08 Thread Dr. Markus Eich
t maybe the solution helps somebody. Cheers, Markus On 07.08.2014 15:05, Gary Thomas wrote: On 2014-08-07 06:51, Dr. Markus Eich wrote: Hi Gary, unfortunately, this didn't help much. I have compiled the kernel with the CONFIG_FHANDLE=y. I have also set all configs given i

Re: [yocto] Building yocto for Odroid XU. No login after boot.

2014-08-07 Thread Dr. Markus Eich
same effect as giving the console param for the u-boot? i.e. I have something like #setenv bootrootfs "console=tty1 console=ttySAC2,115200n8 root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait rw" ? Cheers, Markus On 06.08.2014 18:26, Gary Thomas wrote: On 2014-08-06 10:

[yocto] Building yocto for Odroid XU. No login after boot.

2014-08-06 Thread Dr. Markus Eich
:10:4(3) Starting syslogd/klogd: done Stopping Bootlog daemon: bootlogd. == -- Dr.-Ing. Markus Eich Senior Researcher Marine Inspection Robotics Space Robotics Besuchsadresse der Nebengeschäftstelle: DFKI GmbH Robotics Innovation Center Robert-Hooke-Straße 5 28359 Bremen, Germany

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-11 Thread Dr. Markus Eich
14-07-10 07:11 AM, Dr. Markus Eich wrote: Thank you Bruce, that did the trick. But I am facing a new problem while using bitbake for the build process. I have checked to build the odroid kernel with a standard crosscompiler tool chain and it works without any problems. When I do the same with the

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-10 Thread Dr. Markus Eich
how it is created automatically. Any ideas? /Markus On 09.07.2014 14:44, Bruce Ashfield wrote: On 14-07-09 05:38 AM, Dr. Markus Eich wrote: Dear all, I work on the process to compile odroid xu kernel with yocto/bitbake In the kernel sources (from hardkernel) I have the corresponding defcon

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Dr. Markus Eich
# Fix SLANG_INC for slang.h sed -i 's#-I/usr/include/slang#-I=/usr/include/slang#g' $kerneldir/tools/perf/Makefile fi } On 09.07.2014 14:29, Sathish Kumar Balasubramaniam -ERS, HCL Tech wrote: Sorry, Markus. Ignore my previous post. It has error. I think you need to c

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Dr. Markus Eich
-Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Dr. Markus Eich Sent: Wednesday, July 09, 2014 3:09 PM To: yocto@yoctoproject.org Subject: [yocto] How to select defconfig for kernel build with yocto/bitbake Dear all, I work on

[yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Dr. Markus Eich
KV = "3.4.91" PV = "${KV}+gitr${SRCPV}" LOCALVERSION ?= "" SRC_URI = " \ ${KERNEL_REPO_URI};nocheckout=1;branch=${KBRANCH} \ " PACKAGES =+ "kernel-headers" FILES_kernel-headers = "${exec_prefix}/src/linux*" === Cheers, Markus

[yocto] Bitbake: error in cachedpath.py

2014-06-25 Thread Markus Eich
Dear all, I am setting up Yocto to compile my kernel for odroid xu. During the package phase of building the kernel, I get an error in cachedpath.py DEBUG: Executing python function sstate_task_prefunc DEBUG: Python function sstate_task_prefunc finished DEBUG: Executing pytho

[yocto] Error in Yocto do_package (cachedpath.py)

2014-06-24 Thread Dr. Markus Eich
x-hardkernel-3.4:" S = "${WORKDIR}/git" # from where to fetch the kernel KERNEL_REPO_OWNER ??= "hardkernel" KERNEL_REPO_URI ??= "git://github.com/${KERNEL_REPO_OWNER}/linux.git" KBRANCH = "odroidxu-3.4.y" SRCREV = "${AUTOREV}" SRC_URI = "