bootsrap
Rakesh Kumar
Hi all,
Can anyone give me any guidance in creating recipe for any application which is having bootstrap.Here i am installing my application in /var directory and this application is having bootstrap that needs to execute after creating rootfs.Here is the steps which
i am following.
do_install() {
install -m 0755 -d ${D}/var/
cp -rf ${S}/ ${D}/var
}
do_install_append() {
cd ${D}/var/my_app/
./bootstrap
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
|
|
Re: FYI: Why people are using #hashtags in yocto email subjects.
#hashtags
On 2020-04-17 4:09 a.m., Nicolas Dechesne wrote:
On Thu, Apr 16, 2020 at 9:36 PM Denys Dmytriyenko <denis@... <mailto:denis@...>> wrote:I don't think we need to change anything. I found it annoying at first because I didn't know about the archive tagging feature. I think we will need to do some tests to see what #3 does.. But in any case, I don't think we can prevent users from creating hashtags from the web..I am not aware of any workflow problems. ../Randy -- -- # Randy MacLeod # Wind River Linux
|
|
[meta-openssl102][PATCH] conf/layer.conf: Set layer compatible with dunfell
Fabio Berton
Signed-off-by: Fabio Berton <fabio.berton@...>
--- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c7dcd8a..30ef9c9 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,7 +10,7 @@ BBFILE_PRIORITY_meta-openssl-one-zero-two =3D "5" =20 LAYERVERSION_meta-openssl-one-zero-two =3D "1" =20 -LAYERSERIES_COMPAT_meta-openssl-one-zero-two =3D "thud warrior zeus" +LAYERSERIES_COMPAT_meta-openssl-one-zero-two =3D "thud warrior zeus dunf= ell" =20 LAYERDEPENDS_meta-openssl-one-zero-two =3D " \ core \ --=20 2.26.1
|
|
Re: FYI: Why people are using #hashtags in yocto email subjects.
#hashtags
On Thu, Apr 16, 2020 at 9:36 PM Denys Dmytriyenko <denis@...> wrote: I doubt people that actually send emails to the list use #hashtags. there is that. And looking at the history on the server, most of the existing tags came from the web. But a hashtag is created automatically when using '#' in the email subject. that's how #define was created: and this email created #hashtags ;-) I haven't found a way to disable it.. from what I can see we can 1. force every message to have at least one hashtag... 2. bounce message with a new hashtag in $subject 3. remove new hashtag when used in $subject I think we will need to do some tests to see what #3 does.. But in any case, I don't think we can prevent users from creating hashtags from the web.. Is that causing any issues with patches workflow?
|
|
Re: Guidance Downgrading Python2 in Zeus
#python
Thank you all. The new layer did the trick for me also. Regards, Mike
On Wed, Apr 15, 2020 at 12:33 PM McKay, Sean <sean.mckay@...> wrote:
|
|
[meta-cgl][PATCH] initramfs-cgl-boot: Use common MIT license
From: Jeremy Puhlman <jpuhlman@...>
Signed-off-by: Jeremy A. Puhlman <jpuhlman@...> --- .../recipes-core/initrdscripts/initramfs-cgl-boot_1.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-cgl-common/recipes-core/initrdscripts/initramfs-cgl-boo= t_1.0.bb b/meta-cgl-common/recipes-core/initrdscripts/initramfs-cgl-boot_= 1.0.bb index 1a2dd1d..8b1768a 100644 --- a/meta-cgl-common/recipes-core/initrdscripts/initramfs-cgl-boot_1.0.b= b +++ b/meta-cgl-common/recipes-core/initrdscripts/initramfs-cgl-boot_1.0.b= b @@ -1,8 +1,7 @@ SUMMARY =3D "Support for having multipath iSCSI devices as root file sys= tem" LICENSE =3D "MIT" -LIC_FILES_CHKSUM =3D "file://../COPYING.MIT;md5=3D838c366f69b72c5df05c96= dff79b35f2" +LIC_FILES_CHKSUM =3D "file://${COREBASE}/meta/COPYING.MIT;md5=3D3da9cfbc= b788c80a0384361b4de20420" SRC_URI =3D "file://init-boot.sh \ - file://COPYING.MIT \ " =20 do_install() { --=20 2.20.1
|
|
Re: FYI: Why people are using #hashtags in yocto email subjects.
#hashtags
Denys Dmytriyenko
I doubt people that actually send emails to the list use #hashtags.
toggle quoted messageShow quoted text
But the new list server provides this posting feature for anyone to address the list and requests poster to add #hashtags - very annoying, indeed: https://lists.yoctoproject.org/g/yocto/post -- Denys
On Thu, Apr 16, 2020 at 03:18:34PM -0400, Randy MacLeod wrote:
FYI:
|
|
FYI: Why people are using #hashtags in yocto email subjects.
#hashtags
FYI:
I don't know if I missed the memo/tweet about the email archive feature but I just noticed that the new archive site will index emails by hashtag: https://lists.yoctoproject.org/g/yocto https://lists.yoctoproject.org/g/yocto/hashtags I thought it was an annoying new behaviour coming from Twitter users but now I understand why there are hashtags on my lawn^Hsubject lines. ;-) -- # Randy MacLeod # Wind River Linux
|
|
Re: Building gutenprint recipe
On 2018-07-07 6:02 a.m., Timm wrote:
There was a gutenprint recipe back in OE-Classic:Timm, Did you ever get the gutenprint recipe to work? Are you able to add it to meta-oe or share what you have done so far here? ../Randy I tried to build my own recipe. But I got stuck at the stage where the -- # Randy MacLeod # Wind River Linux
|
|
[patchtest-oe][PATCH] test_mbox_mailinglist: Correct suggested mailing lists for docs and poky
Peter Kjellerstedt
A new mailing list was recently introduced for documentation related
discussions including patches. And the domain for Yocto mailing lists was changed with the migration to groups.io. Change-Id: If687dcbaef4adf128196d8c80f3ea8b1b31b7738 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@...> --- tests/test_mbox_mailinglist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_mbox_mailinglist.py b/tests/test_mbox_mailinglist.py index e5700b4..d2781af 100644 --- a/tests/test_mbox_mailinglist.py +++ b/tests/test_mbox_mailinglist.py @@ -38,8 +38,8 @@ class MailingList(base.Base): Project = collections.namedtuple('Project', ['name', 'listemail', 'gitrepo', 'paths']) bitbake = Project(name='Bitbake', listemail='bitbake-devel@...', gitrepo='http://git.openembedded.org/bitbake/', paths=paths['bitbake']) - doc = Project(name='Documentantion', listemail='yocto@...', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/', paths=paths['documentation']) - poky = Project(name='Poky', listemail='poky@...', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/poky/', paths=paths['poky']) + doc = Project(name='Documentantion', listemail='docs@...', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/', paths=paths['documentation']) + poky = Project(name='Poky', listemail='poky@...', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/poky/', paths=paths['poky']) oe = Project(name='oe', listemail='openembedded-devel@...', gitrepo='http://git.openembedded.org/meta-openembedded/', paths=paths['oe']) -- 2.21.1
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.rc2)
Richard Purdie
On Wed, 2020-04-15 at 16:05 -0700, akuster wrote:
It was merged on the basis it was a good starter and followup patches are easy and very welcome. Cheers, Richard
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.rc2)
On 4/15/20 3:25 PM, Paul Eggleton
wrote:
Thanks for pulling this together.Release notes draft attached, including a dedication to Scott (wasn't sure where to put that so I've just left it at the top) and contributors list. Let me know if you notice anything missing/incorrect. I see the review window is down to an hour before merging. Is code review by twitter the next new thing ; )I've also sent out the 3.1 migration guide for the reference manual, Richard has just merged the changes: I responded the patches on the docs list. - armin http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=dunfell&id=c31ddaba1f3181c577fdaa3ce519a42b6f8f2d9a Publishing to the website is still TBD, but some review there would be great as well. Cheers, Paul
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.rc2)
Paul Eggleton
Release notes draft attached, including a dedication to Scott (wasn't sure where to put that so I've just left it at the top) and contributors list. Let me know if you notice anything missing/incorrect.
I've also sent out the 3.1 migration guide for the reference manual, Richard has just merged the changes: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=dunfell&id=c31ddaba1f3181c577fdaa3ce519a42b6f8f2d9a Publishing to the website is still TBD, but some review there would be great as well. Cheers, Paul
|
|
Re: Guidance Downgrading Python2 in Zeus
#python
Sean McKay
FYI, we’re doing the same internally (vendor supplied FIPS supported openssl 1.0.2), and the layer Armin suggests worked for us on zeus with minimal additional tweaking.
Good luck! -Sean
From: yocto@... <yocto@...>
On Behalf Of akuster
Sent: Wednesday, April 15, 2020 9:23 AM To: MikeB <mabnhdev@...>; yocto@... Subject: Re: [yocto] Guidance Downgrading Python2 in Zeus #python
On 4/15/20 9:16 AM, MikeB wrote:
|
|
Re: Guidance Downgrading Python2 in Zeus
#python
On 4/15/20 9:16 AM, MikeB wrote:
I'm working on a set of platforms that have a FIPs certified OpenSSL. We are at version 1.0.2l. Have had a chance to look at this layer? http://git.yoctoproject.org/cgit/cgit.cgi/meta-openssl102-fips/ - armin
|
|
Re: Guidance Downgrading Python2 in Zeus
#python
Alexander Kanavin
I think python2 *recipe* requires openssl 1.1, but python2 itself will work just fine with openssl 1.0. So you only need to adjust the dependency, there are several ways to do that. Alex
On Wed, 15 Apr 2020 at 18:16, MikeB <mabnhdev@...> wrote: I'm working on a set of platforms that have a FIPs certified OpenSSL. We are at version 1.0.2l.
|
|
Guidance Downgrading Python2 in Zeus
#python
I'm working on a set of platforms that have a FIPs certified OpenSSL. We are at version 1.0.2l.
I've found that the new version of python in Zeus (2.7.17) requires a newer version of OpenSSL (1.1). We really don't want to go through a new round of certification, so we want to keep our current OpenSSL (1.0.2l). I think the easiest solution is to downgrade python 2 back to the version used by Sumo (2.7.15). I know how to downgrade simple recipes, but python is far from simple. Can someone give me some guidance on how to approach the downgrade of python2 in Zeus? Thanks, Mike
|
|
Re: Image size reduction
On 2020-04-14 11:51 a.m., Ajam Ali wrote:
Hi Randy,Thanks for the summary Ajam. ../Randy Thanks, -- # Randy MacLeod # Wind River Linux
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.rc2)
Vineela
Hello Richard,
toggle quoted messageShow quoted text
-----Original Message-----
From: yocto@... <yocto@...> On Behalf Of Richard Purdie Sent: Tuesday, April 14, 2020 2:12 PM To: Jain, Sangeeta <sangeeta.jain@...>; yocto@...; Tummalapalli, Vineela <vineela.tummalapalli@...>; Paul Eggleton <bluelightning@...> Cc: otavio@...; yi.zhao@...; Sangal, Apoorv <apoorv.sangal@...>; Yeoh, Ee Peng <ee.peng.yeoh@...>; Chan, Aaron Chun Yew <aaron.chun.yew.chan@...>; akuster808@...; sjolley.yp.pm@... Subject: Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.rc2) Hi Sangeeta/Vineela, On Sat, 2020-04-11 at 07:26 +0000, Jain, Sangeeta wrote: This is the full report for yocto-3.1.rc2:Thanks for the QA run! The TSC met today and this was one of the topics discussed. We would have time for another build and QA run but none of the queued changes or open bugs appear to be significant enough to warrant that. We'd therefore like to proceed to release rc2 which will be slightly ahead of schedule and aim to have a prompt point release thereafter with the inevitable fixes as people start using it. Paul (cc'd) is working on the release notes which is a ton of work and much appreciated, thanks Paul. Vineela: Could you prepare the release so we're ready when we have the release notes please? [Vineela]: Thank you for the update. Yes I'm preparing the release. After we get release notes, I have to get the testreport and release notes reviewed and approved by TSC. Once reviewed and approved, will get the tagging done and will be ready for the release announcement. --- We're also pleased to say we do have an LTS maintainer lined up and that should be announced soon. Cheers, Richard
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.rc2)
Richard Purdie
Hi Sangeeta/Vineela,
On Sat, 2020-04-11 at 07:26 +0000, Jain, Sangeeta wrote: This is the full report for yocto-3.1.rc2:Thanks for the QA run! The TSC met today and this was one of the topics discussed. We would have time for another build and QA run but none of the queued changes or open bugs appear to be significant enough to warrant that. We'd therefore like to proceed to release rc2 which will be slightly ahead of schedule and aim to have a prompt point release thereafter with the inevitable fixes as people start using it. Paul (cc'd) is working on the release notes which is a ton of work and much appreciated, thanks Paul. Vineela: Could you prepare the release so we're ready when we have the release notes please? We're also pleased to say we do have an LTS maintainer lined up and that should be announced soon. Cheers, Richard
|
|