Hi again,
Sorry for spamming this list with what are essentially support questions, but now that bug #1099896 has been fixed, I'm trying to build an OpenEmbedded filesystem with it, following the instructions at https://wiki.linaro.org/HowTo/ARMv8/OpenEmbedded.
What comes out seems amazingly close to a functional system, except that nothing gets put into runlevel 5 so none of the actual programs get started on boot (mainly sshd and a console login obviously, I could work around anything else).
Has anyone seen this before or know where I should start looking? I've not really used OpenEmbedded before.
Cheers.
Tim.
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
W dniu 23.01.2013 10:46, Tim Northover pisze:
Hi again,
Sorry for spamming this list with what are essentially support questions, but now that bug #1099896 has been fixed, I'm trying to build an OpenEmbedded filesystem with it, following the instructions at https://wiki.linaro.org/HowTo/ARMv8/OpenEmbedded.
What comes out seems amazingly close to a functional system, except that nothing gets put into runlevel 5 so none of the actual programs get started on boot (mainly sshd and a console login obviously, I could work around anything else).
Has anyone seen this before or know where I should start looking? I've not really used OpenEmbedded before.
I am working on it today.
W dniu 23.01.2013 10:46, Tim Northover pisze:
Hi again,
Sorry for spamming this list with what are essentially support questions, but now that bug #1099896 has been fixed, I'm trying to build an OpenEmbedded filesystem with it, following the instructions at https://wiki.linaro.org/HowTo/ARMv8/OpenEmbedded.
What comes out seems amazingly close to a functional system, except that nothing gets put into runlevel 5 so none of the actual programs get started on boot (mainly sshd and a console login obviously, I could work around anything else).
edit build/conf/site.conf and change DISTRO_FEATURES to this (in one line):
'DISTRO_FEATURES = "x11 alsa argp ext2 largefile usbgadget usbhost xattr nfs zeroconf ${DISTRO_FEATURES_LIBC} ${DISTRO_FEATURES_INITMAN}"
Then it will work again.
Hi Marcin,
On Wednesday 23 Jan 2013 11:08:16 Marcin Juszkiewicz wrote:
edit build/conf/site.conf and change DISTRO_FEATURES to this (in one line):
'DISTRO_FEATURES = "x11 alsa argp ext2 largefile usbgadget usbhost xattr nfs zeroconf ${DISTRO_FEATURES_LIBC} ${DISTRO_FEATURES_INITMAN}"
Then it will work again.
Thanks for that suggestion (and your other help). It's working perfectly now.
There's just one other thing I had to do, which it might be worth either documenting or automating. I had to switch eth0 over to dhcp for networking to work.
Tim.
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
W dniu 23.01.2013 14:30, Tim Northover pisze:
There's just one other thing I had to do, which it might be worth either documenting or automating. I had to switch eth0 over to dhcp for networking to work.
It depends how you run model. OE images are setup for LAVA setup:
https://wiki.linaro.org/Platform/QA/TestCases/OpenEmbedded#Setup_Instruction...