Re: [yocto] Fetching Yocto layers

2019-09-02 Thread Beth Flanagan
On Mon, Sep 2, 2019 at 2:05 PM Brian Silverman wrote: > > Is there a way to automatically fetch/add a yocto layer from another layer? > > My problem is that I’d like to be able to build instructions of my product > from one version number. But here’s our normal (example) build instructions: > >

Re: [yocto] Git tool/command problems with YOCTO Open Source repos

2018-11-28 Thread Beth Flanagan
On Wed, Nov 28, 2018 at 9:18 AM Zoran Stojsavljevic wrote: > > Hello YOCTO people, > > I would like to use standard git tool while using all the Yocto > layers. NOT only Poky repository (which, I believe, works all the way > with git tools), but as much as possible with other github proprietary >

Re: [yocto] Generating license/manifest for a specific layer?

2018-06-13 Thread Beth Flanagan
Yocto > distribution. > > On Mon, Jun 11, 2018 at 10:55 AM Beth Flanagan wrote: >> >> On Mon, Jun 11, 2018 at 2:46 PM, Michael Habibi >> wrote: >> > Our use case is to capture the license files, manifest >> > (package/version), >> > and downloa

Re: [yocto] Generating license/manifest for a specific layer?

2018-06-11 Thread Beth Flanagan
On Mon, Jun 11, 2018 at 2:46 PM, Michael Habibi wrote: > Our use case is to capture the license files, manifest (package/version), > and download information only for packages we modify/add. We use our own > layer to modify/add packages, everything coming from standard Yocto layers > are untouched

[yocto] [PATCH] poky.conf: Bump for 2.1 development

2015-12-09 Thread Beth Flanagan
Signed-off-by: Beth Flanagan --- meta-yocto/conf/distro/poky.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 2c99da8..e62ad4d 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf

[yocto] [PATCH] poky.conf: DISTRO_VERSION bump

2015-06-01 Thread Beth Flanagan
We missed the DISTRO_VERSION bump for the 1.6.3 release. I've opened https://bugzilla.yoctoproject.org/show_bug.cgi?id=7836 to ensure that this doesn't happen again. Signed-off-by: Beth Flanagan --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[yocto] [PATCH] distro_alias.inc: update/sort alias information.

2015-03-30 Thread Beth Flanagan
a from gcc-crosssdk-initial-x86_64. The produced .csv in tmp/log is missing the Distro information. bitbake -e shows that DISTRO_PN_ALIAS isn't even getting set in this case. My guess here is that something is happening with the "_" along the way, I've just not found it yet.

[yocto] [PATCH][yocto-docs] poky.ent: Ubuntu based systems need xlstproc

2015-03-27 Thread Beth Flanagan
xlstproc is needed for doc building. I'm sure others are effected as well. Signed-off-by: Beth Flanagan --- documentation/poky.ent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/poky.ent b/documentation/poky.ent index 5d12fc1..a8fe99f 100644

[yocto] [PATCH] poky.conf: Flip DISTRO_VERSION for pending 1.8 release

2015-03-24 Thread Beth Flanagan
Flipping DISTRO_VERSION for fido. Signed-off-by: Beth Flanagan --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 66c7b4c..34d4f37 100644 --- a/meta-yocto/conf/distro

[yocto] [PATCH 1/1] poky.conf: Increment DISTRO_VERSION

2011-09-28 Thread Beth Flanagan
From: Elizabeth Flanagan With 1.1 release coming, it's time to increment the DISTRO_VERSION and poky version. Signed-off-by: Elizabeth Flanagan --- meta-yocto/conf/distro/poky.conf |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-yocto/conf/distro/poky.conf b/me

[yocto] [PATCH 0/1] Increment DISTRO_VERSION and DISTRO_NAME in master

2011-09-28 Thread Beth Flanagan
With the edison branch stable, it's safe to increment DISTRO_VERSION and DISTRO_NAME The following changes since commit 72928abdfc00af2a7a5fac27f82e23e5de8efc4b: util-linux: Ensure perl scripts reference the correct perl (2011-09-28 21:51:52 +0100) are available in the git repository at: gi

[yocto] [PATCH 1/1] Fix for easy_install, source tarball and 0.8.3

2011-01-03 Thread Beth Flanagan
A few fixes here. First, reverting down to 0.8.2 for the time being since there was issues with 0.8.3's git poller. Also, fixing an issue with how bb setup.py works when setuptools is installed. Fixing a known error in how generate sources tarball performs Signed-off-by: Beth Fla

[yocto] [PATCH 0/1] Autobuilder fixes and added functionality

2011-01-03 Thread Beth Flanagan
does away with having to set all of the --(*)dir= options when you are trying to relocate the install from ~. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: eflanagan/bb-0.8.3 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/bb-0.8.3 Thanks,

[yocto] [PATCH 1/1] Fix for easy_install, source tarball and 0.8.3

2011-01-03 Thread Beth Flanagan
A few fixes here. First, reverting down to 0.8.2 for the time being since there was issues with 0.8.3's git poller. Also, fixing an issue with how bb setup.py works when setuptools is installed. Fixing a known error in how generate sources tarball performs Signed-off-by: Beth Fla

[yocto] [PATCH 0/1] Autobuilder fixes and added functionality

2011-01-03 Thread Beth Flanagan
does away with having to set all of the --(*)dir= options when you are trying to relocate the install from ~. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: eflanagan/bb-0.8.3 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/bb-0.8.3 Thanks, Beth Flana

[yocto] [PATCH 1/1] Fix for easy_install, source tarball and 0.8.3

2011-01-03 Thread Beth Flanagan
A few fixes here. First, reverting down to 0.8.2 for the time being since there was issues with 0.8.3's git poller. Also, fixing an issue with how bb setup.py works when setuptools is installed. Fixing a known error in how generate sources tarball performs Signed-off-by: Beth Fla

[yocto] [PATCH 0/1] Autobuilder fixes and added functionality

2011-01-03 Thread Beth Flanagan
does away with having to set all of the --(*)dir= options when you are trying to relocate the install from ~. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: eflanagan/poky-ab-fixes Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/poky-ab-fixes Thanks,

[yocto] [PATCH 3/3] Change to poky-autobuild to source correct file:

2010-12-21 Thread Beth Flanagan
A change to poky-init-build-env in poky master broke the autobuilder. Switching this to source poky-init-build-env instead of poky-env-internal. Signed-off-by: Beth Flanagan --- scripts/poky-autobuild |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/poky

[yocto] [PATCH 1/3] Upgrade to Buildbot 0.8.3: scripts/poky-setup-autobuilder

2010-12-21 Thread Beth Flanagan
this time around. I also do not create the poky-build user nor set up proxy info. This should all be done on by the build system admin. Signed-off-by: Beth Flanagan --- INSTALL| 55 + README |6 +- scripts/poky-setup-autobuil

[yocto] [PATCH 0/3] Consolidate Pull Requests for Autobuilder

2010-12-21 Thread Beth Flanagan
wse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/bb-0.8.3 Thanks, Beth Flanagan --- Beth Flanagan (3): Upgrade to Buildbot 0.8.3: scripts/poky-setup-autobuilder Adding new scripts to reflect a real autobuilder Change to poky-autobuild to source correct file: