|
Changing /etc/shadow file
I use this snippet to modify my passwd file so I'm sure you could adapt it for the shadow file. ROOTFS_POSTPROCESS_COMMAND_append = " \ sed -i 's/*/x/' \ ${IMAGE_ROOTFS}/etc/passwd ;"
I use this snippet to modify my passwd file so I'm sure you could adapt it for the shadow file. ROOTFS_POSTPROCESS_COMMAND_append = " \ sed -i 's/*/x/' \ ${IMAGE_ROOTFS}/etc/passwd ;"
|
By
...
· #17321
·
|
|
Busybox configuration example?
If I remember correctly there is one in meta-skeleton.
If I remember correctly there is one in meta-skeleton.
|
By
...
· #16570
·
|
|
Sending mail from embedded device
Colour me impressed, I didn't realise it was also a drop-in for sendmail.
Colour me impressed, I didn't realise it was also a drop-in for sendmail.
|
By
...
· #15376
·
|
|
Sending mail from embedded device
Would recipes-extended/msmtp do the job? Do you need to run the whole mail stack or is pushing out emails to an smtp server adequate?
Would recipes-extended/msmtp do the job? Do you need to run the whole mail stack or is pushing out emails to an smtp server adequate?
|
By
...
· #15373
·
|
|
anyone building for the arrow sockit eval board?
The interesting ones in there are meta-altera and meta-linaro; it would also be interesting to see if anything else is modified or if it is vanilla Yocto. I have a sinking feeling it may not be... mai
The interesting ones in there are meta-altera and meta-linaro; it would also be interesting to see if anything else is modified or if it is vanilla Yocto. I have a sinking feeling it may not be... mai
|
By
...
· #14093
·
|
|
yocto - lbcm3m1 camera driver source code
The chip used on that module is apparently mt9t112, so this is the source code. http://lxr.free-electrons.com/source/drivers/media/i2c/soc_camera/mt9t112.c Please note, this is not really the place fo
The chip used on that module is apparently mt9t112, so this is the source code. http://lxr.free-electrons.com/source/drivers/media/i2c/soc_camera/mt9t112.c Please note, this is not really the place fo
|
By
...
· #14091
·
|
|
anyone building for the arrow sockit eval board?
Hi Robert, I recently went on a training day with EVB (at Altera offices) and they said the only supported method was through the Altera downloads and rocketboards community site, for there dev board.
Hi Robert, I recently went on a training day with EVB (at Altera offices) and they said the only supported method was through the Altera downloads and rocketboards community site, for there dev board.
|
By
...
· #14089
·
|
|
Trying to bitbake core-image-minimal on Archlinux
Hi Ismael, Archlinux currently has texinfo5 in it's core repo which breaks a significant amount of packages. I would suggest downgrading to textinfo4.x (can't remember the exact version) and then thin
Hi Ismael, Archlinux currently has texinfo5 in it's core repo which breaks a significant amount of packages. I would suggest downgrading to textinfo4.x (can't remember the exact version) and then thin
|
By
...
· #12318
·
|
|
meta-raspberrypi has a new home - yocto
Will the github layer be kept in sync or should we update our git origins?
Will the github layer be kept in sync or should we update our git origins?
|
By
...
· #11736
·
|
|
Adding ALSA to the Yocto SDK
Hi Patrick, I'm sure someone very knowledgeable wull be about soon. But if you're running a fairly recent build then you will be able to execute: bitbake your-image -c populate_sdk which will build a
Hi Patrick, I'm sure someone very knowledgeable wull be about soon. But if you're running a fairly recent build then you will be able to execute: bitbake your-image -c populate_sdk which will build a
|
By
...
· #11616
·
|
|
Basic failures building 1st Yocto Project and Yocto Raspberry Pi
Hi Alex, Pulled, Merged and should be live on the site now. Thanks for your contributions! Regards, Jack.
Hi Alex, Pulled, Merged and should be live on the site now. Thanks for your contributions! Regards, Jack.
|
By
...
· #11374
·
|
|
Basic failures building 1st Yocto Project and Yocto Raspberry Pi
I will try to get round to updating this tutorial soon; as it has become a bit dated - however as Alex mentions it should still work fine albeit with a few warnings due to unavailable sources. It shou
I will try to get round to updating this tutorial soon; as it has become a bit dated - however as Alex mentions it should still work fine albeit with a few warnings due to unavailable sources. It shou
|
By
...
· #11328
·
|
|
[meta-freescale] hiawatha-8.6 using Yocto
Hi, [snip] I build Hiawatha regularly for ARM on x86_64 and have encountered no issues like the one you have found. Could you check the following for me please: 1) Are you using the latest oe-core 2)
Hi, [snip] I build Hiawatha regularly for ARM on x86_64 and have encountered no issues like the one you have found. Could you check the following for me please: 1) Are you using the latest oe-core 2)
|
By
...
· #11274
·
|
|
What is GMAE?
Hi Brian, I may be missing a trick here, but for our internal toolchain I pretty much made a copy of meta-toolchain, made a copy of the toolchain-packagegroup, edited the package group to contain the
Hi Brian, I may be missing a trick here, but for our internal toolchain I pretty much made a copy of meta-toolchain, made a copy of the toolchain-packagegroup, edited the package group to contain the
|
By
...
· #11129
·
|
|
Alternative SDK installation directory working?
I think you need a --sysroot in there. e.g. --sysroot=/opt/poky-test/sysroots/arch-blah-blah-blah Regards,
I think you need a --sysroot in there. e.g. --sysroot=/opt/poky-test/sysroots/arch-blah-blah-blah Regards,
|
By
...
· #10563
·
|
|
Correct procedure for rebuilding after a git pull
I'll bear that in mind. I believe it was ext2fs that failed earlier today on my production build machine. Again a -c cleansstate fixed it and I didn't investigate so I can't add anything else! Regards
I'll bear that in mind. I believe it was ext2fs that failed earlier today on my production build machine. Again a -c cleansstate fixed it and I didn't investigate so I can't add anything else! Regards
|
By
...
· #9781
·
|
|
Correct procedure for rebuilding after a git pull
I also use this work flow. If something goes wrong with a particular package then I will -c cleansstate failed-package and then start the build again. This usually fixes it. Regards,
I also use this work flow. If something goes wrong with a particular package then I will -c cleansstate failed-package and then start the build again. This usually fixes it. Regards,
|
By
...
· #9779
·
|
|
Poky SDK Issues
I tried the most recent poky SDK image as it allows you to extract to anywhere you wish and I have run into an issue. When I try to compile my program with it (which worked with a poky sdk from a coup
I tried the most recent poky SDK image as it allows you to extract to anywhere you wish and I have run into an issue. When I try to compile my program with it (which worked with a poky sdk from a coup
|
By
...
· #9363
·
|
|
Adding items to meta-toolchain
I'm sure I saw something regarding this come up recently, but I can't seem to find it so apologies if this has just been answered. What is the proper way of adding things to a meta-toolchain build. Fo
I'm sure I saw something regarding this come up recently, but I can't seem to find it so apologies if this has just been answered. What is the proper way of adding things to a meta-toolchain build. Fo
|
By
...
· #9349
·
|
|
raspberrypi image questions
I think what he means (or this is what I would like to see ) is a boot.tar.gz and a rootfs.tar.gz which can then be extracted straight onto the partitions? Hence only a ~40mb boot write and ~50mb root
I think what he means (or this is what I would like to see ) is a boot.tar.gz and a rootfs.tar.gz which can then be extracted straight onto the partitions? Hence only a ~40mb boot write and ~50mb root
|
By
...
· #9156
·
|