Hi,
2 issues are blocking for my development:
last few weeks I was able to download my own kernel on the ARM board with
SAMA5d3S.
However, with HOB I cannot add TCF-agent or any other project.. HOB will give
some error, becomes red and stops. I cannot compile anymore.
I need TCF-agent to do
he documentation for tcf-agent is not updated. Scott, can you
please update this?
Thank you,
Cristiana
-Original Message-
From: Houkes, Bart [mailto:bart.hou...@sogeti.nl]
Sent: Tuesday, October 22, 2013 4:11 PM
To: Voicu, Cristiana
Subject: RE: [yocto] Remote debugging with Yocto
Hi Cris
Hi friends,
Currently I enabled the TVP5150 device driver in the kernel by using:
bitbake -c menuconfig virtual/kernel
switch on <*> Texas Instruments TVP5150 video decoder
and rebuild a kernel with > bitbake core-image-minimal
I want to see if this device is correct in the new kernel and wan
The script yocto-kernel is crashing, because it cannot open the file
/poky/atmel-user-config.cfg
Apperantly, it is + "-user-config.cfg" and should be in the poky
scripts directory.
Who can give me some background about this file, I'm puzzeld (again) ?
Where do I find documentation about thi
= f.readlines()
+for line in lines:
+s = line.strip()
+if s and not s.startswith("#"):
+feature_include = s.split()
+features.append(feature_include[1].strip())
+f.close()
________
Fr