|
How to prevent building -dbg and -doc packages?
Martin, I setup the buildhistory per the documentation and re-generated an image build to get the installed-packages.txt file. I’m working on a shell script to pull data from this file to rebuild a co
Martin, I setup the buildhistory per the documentation and re-generated an image build to get the installed-packages.txt file. I’m working on a shell script to pull data from this file to rebuild a co
|
By
Bryan Evenson
· #16688
·
|
|
How to prevent building -dbg and -doc packages?
Martin, Good question and several reasons. Build time isn’t as much of a factor as most of the packages that create the –dbg and –doc packages are core packages that don’t get rebuilt very often. The
Martin, Good question and several reasons. Build time isn’t as much of a factor as most of the packages that create the –dbg and –doc packages are core packages that don’t get rebuilt very often. The
|
By
Bryan Evenson
· #16679
·
|
|
How to prevent building -dbg and -doc packages?
I'm on poky/dylan-9.0.1. I'm not using any of the -dbg and the -doc packages and I'd like to clean things up for my build by not building these packages in the first place across the entire system. I
I'm on poky/dylan-9.0.1. I'm not using any of the -dbg and the -doc packages and I'd like to clean things up for my build by not building these packages in the first place across the entire system. I
|
By
Bryan Evenson
· #16671
·
|
|
Can't get DEPENDS to trigger glib-2.0 or util-linux build
Ross,
By
Bryan Evenson
· #16649
·
|
|
Can't get DEPENDS to trigger glib-2.0 or util-linux build
All, I am on poky/dylan-9.0.1 (also have a yocto-autobuilder setup to use poky/dylan latest) and I have an application that I am writing that makes use of the GLib dynamic libraries and the uuid libra
All, I am on poky/dylan-9.0.1 (also have a yocto-autobuilder setup to use poky/dylan latest) and I have an application that I am writing that makes use of the GLib dynamic libraries and the uuid libra
|
By
Bryan Evenson
· #16645
·
|
|
default root password
David, I've had similar issues, and this is what I've done to get the root password set properly in my image. I am using poky/Dylan-9.0.1 for a starting point. 1. In my case, I want a root password th
David, I've had similar issues, and this is what I've done to get the root password set properly in my image. I am using poky/Dylan-9.0.1 for a starting point. 1. In my case, I want a root password th
|
By
Bryan Evenson
· #16564
·
|
|
[yocto-autobuilder] [PATCH 1/1] README-NEW-AUTOBUILDER: Add to scheduler documentation
Adds detail on the Nightly scheduler properties that are available. Notes default settings where appropriate and notes which values must be set by the user. Signed-off-by: Bryan Evenson <bevenson@meli
Adds detail on the Nightly scheduler properties that are available. Notes default settings where appropriate and notes which values must be set by the user. Signed-off-by: Bryan Evenson <bevenson@meli
|
By
Bryan Evenson
· #16511
·
|
|
yocto-autobuilder: Nightly build not building nightly
Elizabeth,
By
Bryan Evenson
· #16509
·
|
|
yocto-autobuilder: Nightly build not building nightly
All, I have a local yocto-autobuilder setup (using yocto-autobuilder master) which I can do a build of my own setup. I created my own nightly-foo.conf file and verified that a forced build of this bui
All, I have a local yocto-autobuilder setup (using yocto-autobuilder master) which I can do a build of my own setup. I created my own nightly-foo.conf file and verified that a forced build of this bui
|
By
Bryan Evenson
· #16504
·
|
|
OpenSSH pre login banner
Amit, If your banner file and sshd_config are populated where they are supposed to be on your target board based upon your bbappend and have the contents you specified, then your bbappend is doing its
Amit, If your banner file and sshd_config are populated where they are supposed to be on your target board based upon your bbappend and have the contents you specified, then your bbappend is doing its
|
By
Bryan Evenson
· #16358
·
|
|
OpenSSH pre login banner
Amit, Did you name the file sshd-config or sshd_config? Because it should be sshd_config. -Bryan
Amit, Did you name the file sshd-config or sshd_config? Because it should be sshd_config. -Bryan
|
By
Bryan Evenson
· #16355
·
|
|
OpenSSH pre login banner
Amit, To me it looks like it did not take your sshd_config file. Maybe try adding it to the SRC_URI in your bbappend? Instead of running the updated package on your target board, you can open up the n
Amit, To me it looks like it did not take your sshd_config file. Maybe try adding it to the SRC_URI in your bbappend? Instead of running the updated package on your target board, you can open up the n
|
By
Bryan Evenson
· #16353
·
|
|
OpenSSH pre login banner
Amit, Good to hear you got your recipe in order. Best way to learn more about the Yocto Project and the Poky distribution is through watching this mailing list and the Poky mailing list (poky@yoctopro
Amit, Good to hear you got your recipe in order. Best way to learn more about the Yocto Project and the Poky distribution is through watching this mailing list and the Poky mailing list (poky@yoctopro
|
By
Bryan Evenson
· #16349
·
|
|
OpenSSH pre login banner
Amit, First, I suggest you change PRINC = “4” to PRINC := "${@int(PRINC) + 1}" This way your bbappend will always increment the PR to one more than the PR called out by the main recipe. So if the open
Amit, First, I suggest you change PRINC = “4” to PRINC := "${@int(PRINC) + 1}" This way your bbappend will always increment the PR to one more than the PR called out by the main recipe. So if the open
|
By
Bryan Evenson
· #16345
·
|
|
OpenSSH pre login banner
Amit, From your message, I’m assuming you have a bbappend file for openssh. Following the example in section of 5.1.4 of the Mega Manual (located at http://www.yoctoproject.org/docs/current/mega-manua
Amit, From your message, I’m assuming you have a bbappend file for openssh. Following the example in section of 5.1.4 of the Mega Manual (located at http://www.yoctoproject.org/docs/current/mega-manua
|
By
Bryan Evenson
· #16340
·
|
|
[yocto-autobuilder][RFC PATCH 1/1] Document CreateBBLayersConf
Adds details on how to use CreateBBLayersConf to README-NEW-AUTOBUILDER. Details on usage were gathered from code inspection of CreateBBLayersConf.py and from personal usage experience. Sent as an RFC
Adds details on how to use CreateBBLayersConf to README-NEW-AUTOBUILDER. Details on usage were gathered from code inspection of CreateBBLayersConf.py and from personal usage experience. Sent as an RFC
|
By
Bryan Evenson
· #16266
·
|
|
[yocto-autobuilder][PATCH 1/1] Extend ignored file list
Adds more files and directories to .gitignore. This includes files and directories that are specific to a build, such as the downloads directory and the sstate_mirror directory. Verified on my setup t
Adds more files and directories to .gitignore. This includes files and directories that are specific to a build, such as the downloads directory and the sstate_mirror directory. Verified on my setup t
|
By
Bryan Evenson
· #16265
·
|
|
RFC: Janitorial tasks
Paul, Is the plan to move toward the YP wiki task list, the YP bugzilla, or both for Janitorial task entry? If one would be preferred over the other, it'd probably be good to state that at the top of
Paul, Is the plan to move toward the YP wiki task list, the YP bugzilla, or both for Janitorial task entry? If one would be preferred over the other, it'd probably be good to state that at the top of
|
By
Bryan Evenson
· #16137
·
|
|
How to reduce deploy/ipks only to what is contained on image?
All, I have an image that is based upon core-image-minimal (build poky/dylan-9.0.1) with a few extra packages. In total, 'opkg list-installed' on my target system shows about 100 packages installed. I
All, I have an image that is based upon core-image-minimal (build poky/dylan-9.0.1) with a few extra packages. In total, 'opkg list-installed' on my target system shows about 100 packages installed. I
|
By
Bryan Evenson
· #16092
·
|
|
yocto-autobuilder: Questions on autobuilder setup
Elizabeth,
By
Bryan Evenson
· #15901
·
|