Tuesday, December 16, 2014 8:00 AM US Pacific Time
Agenda:
* Opens collection - 5 min (Stephen)
* Yocto Project status - 5 min (Stephen/team)
https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.8_Status
https://wiki.yoctoproject.org/wiki/Yocto_1.8_Schedule
https://wiki.yoctoproject.org/wi
Hi allI have generated image for raspberrypi basic image rpi-basic-image using
"hob"
Now How can i add my TFT drivers or any other driver to the rpi-basic-image? I
am also willing to know some more details on package importance in building
raspberrypi image such that what those packages would do
Hi,
This is my way to use udev to automount a usb driver, perhaps it can help you.
1. Add udev rules.
root # cat /etc/udev/rules.d/10-udevtest.rules
KERNEL=="sda",ACTION=="add",OWNER:="udev",GROUP:="udevs"
2. Add user and group.
root # useradd udev
root # groupadd udevs
3.
I I'm trying to understand this snippet from the php recipe
do_install_append_class-target() {
install -d ${D}/${sysconfdir}/
if [ -d ${D}/${STAGING_DIR_NATIVE}/${sysconfdir} ];then
mv ${D}/${STAGING_DIR_NATIVE}/${sysconfdir}/* ${D}/${sysconfdir}/
fi
rm -rf ${D}/${TMPDIR}
Hi,
I have this problem:
Assuming /home/fabricio/qemuarm-sato is an nfs rootfs
Error: conflicting FSTYPE types [/home/fabricio/qemuarm-sato] and nfs
Anybody can help me?
Thanks in advance!
--
Fabrício Gutemberg Lélis de Melo
Master in Computer Science at UFCG
http://fabriciolelis.googlepages.
Hello,
I need to automount a usb drive when it is plugged in. I found that the
necessary udev rules are in the udev-extraconf package so I added that to my
build. I tried it but it does not really work since when I insert the key, it
is in fact mounted by udev but since the mount namespace of u
I will be on vacation Dec 22 through Dec 24 and Dec 29 through Dec 31.
Scott
Scott Rifenbark
Intel Corporation
Yocto Project Documentation
503.712.2702
503.341.0418 (cell)
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org
On Friday 12 December 2014 16:19:39 Ulf Winberg wrote:
> Thanks! Using python as a function with return value solved it.
Great!
> When bb.parse.SkipPackage is used, there seems to be no warning when
> building. Does the text I wrote end up in a log somewhere?
SkipPackage (or SkipRecipe which sh