* how to download a recipe @ 2018-07-12 16:19 Simon Chamlian 2018-07-12 16:42 ` Burton, Ross 0 siblings, 1 reply; 7+ messages in thread From: Simon Chamlian @ 2018-07-12 16:19 UTC (permalink / raw) To: Yocto discussion list [-- Attachment #1: Type: text/plain, Size: 244 bytes --] Hi, I simple question. How do you download a recipe from ? http://layers.openembedded.org/layerindex/branch/master/recipes/ ?? Do I copy past the bb into a text file or there is a way to download the actual file? Thanks, S [-- Attachment #2: Type: text/html, Size: 526 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to download a recipe 2018-07-12 16:19 how to download a recipe Simon Chamlian @ 2018-07-12 16:42 ` Burton, Ross 2018-07-12 17:49 ` Simon Chamlian 0 siblings, 1 reply; 7+ messages in thread From: Burton, Ross @ 2018-07-12 16:42 UTC (permalink / raw) To: Simon Chamlian; +Cc: Yocto discussion list Using postgresql as an example, searching for it will take you to the recipe page: http://layers.openembedded.org/layerindex/recipe/5558/ This tells you that the recipe is in the meta-oe layer, so click on that: http://layers.openembedded.org/layerindex/branch/master/layer/meta-oe/ That tells you where the layer is hosted: http://cgit.openembedded.org/meta-openembedded You use git to clone that layer and add it to BBLAYERS. Ross On 12 July 2018 at 17:19, Simon Chamlian <simon.chamlian@mpbc.ca> wrote: > Hi, > > I simple question. > > How do you download a recipe from ? > > http://layers.openembedded.org/layerindex/branch/master/recipes/ > > ?? > > Do I copy past the bb into a text file or there is a way to download the > actual file? > > Thanks, > S > > > > > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to download a recipe 2018-07-12 16:42 ` Burton, Ross @ 2018-07-12 17:49 ` Simon Chamlian 2018-07-12 17:51 ` Burton, Ross 0 siblings, 1 reply; 7+ messages in thread From: Simon Chamlian @ 2018-07-12 17:49 UTC (permalink / raw) To: Burton, Ross; +Cc: Yocto discussion list [-- Attachment #1: Type: text/plain, Size: 1551 bytes --] for grpc, there are 2 of them: http://layers.openembedded.org/layerindex/recipe/72419/ Layer meta-oe <http://layers.openembedded.org/layerindex/branch/master/layer/meta-oe/> (master branch) and http://layers.openembedded.org/layerindex/recipe/86424/ Layer meta-networking <http://layers.openembedded.org/layerindex/branch/master/layer/meta-networking/> (master branch) which one do I choose? On Thu, Jul 12, 2018 at 12:42 PM, Burton, Ross <ross.burton@intel.com> wrote: > Using postgresql as an example, searching for it will take you to the > recipe page: > > http://layers.openembedded.org/layerindex/recipe/5558/ > > This tells you that the recipe is in the meta-oe layer, so click on that: > > http://layers.openembedded.org/layerindex/branch/master/layer/meta-oe/ > > That tells you where the layer is hosted: > > http://cgit.openembedded.org/meta-openembedded > > You use git to clone that layer and add it to BBLAYERS. > > Ross > > On 12 July 2018 at 17:19, Simon Chamlian <simon.chamlian@mpbc.ca> wrote: > > Hi, > > > > I simple question. > > > > How do you download a recipe from ? > > > > http://layers.openembedded.org/layerindex/branch/master/recipes/ > > > > ?? > > > > Do I copy past the bb into a text file or there is a way to download the > > actual file? > > > > Thanks, > > S > > > > > > > > > > -- > > _______________________________________________ > > yocto mailing list > > yocto@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/yocto > > > [-- Attachment #2: Type: text/html, Size: 3380 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to download a recipe 2018-07-12 17:49 ` Simon Chamlian @ 2018-07-12 17:51 ` Burton, Ross 2018-07-17 7:11 ` Paul Eggleton 0 siblings, 1 reply; 7+ messages in thread From: Burton, Ross @ 2018-07-12 17:51 UTC (permalink / raw) To: Simon Chamlian; +Cc: Yocto discussion list [-- Attachment #1: Type: text/plain, Size: 1845 bytes --] That's a bug in the tool, as meta-networking is a sublayer of meta-oe. If you look at the paths, they're the same file. Ross On 12 July 2018 at 18:49, Simon Chamlian <simon.chamlian@mpbc.ca> wrote: > for grpc, there are 2 of them: > > http://layers.openembedded.org/layerindex/recipe/72419/ > Layer meta-oe > <http://layers.openembedded.org/layerindex/branch/master/layer/meta-oe/> > (master branch) > > > and > http://layers.openembedded.org/layerindex/recipe/86424/ > Layer meta-networking > <http://layers.openembedded.org/layerindex/branch/master/layer/meta-networking/> > (master branch) > > > which one do I choose? > > > > On Thu, Jul 12, 2018 at 12:42 PM, Burton, Ross <ross.burton@intel.com> > wrote: > >> Using postgresql as an example, searching for it will take you to the >> recipe page: >> >> http://layers.openembedded.org/layerindex/recipe/5558/ >> >> This tells you that the recipe is in the meta-oe layer, so click on that: >> >> http://layers.openembedded.org/layerindex/branch/master/layer/meta-oe/ >> >> That tells you where the layer is hosted: >> >> http://cgit.openembedded.org/meta-openembedded >> >> You use git to clone that layer and add it to BBLAYERS. >> >> Ross >> >> On 12 July 2018 at 17:19, Simon Chamlian <simon.chamlian@mpbc.ca> wrote: >> > Hi, >> > >> > I simple question. >> > >> > How do you download a recipe from ? >> > >> > http://layers.openembedded.org/layerindex/branch/master/recipes/ >> > >> > ?? >> > >> > Do I copy past the bb into a text file or there is a way to download the >> > actual file? >> > >> > Thanks, >> > S >> > >> > >> > >> > >> > -- >> > _______________________________________________ >> > yocto mailing list >> > yocto@yoctoproject.org >> > https://lists.yoctoproject.org/listinfo/yocto >> > >> > > [-- Attachment #2: Type: text/html, Size: 4264 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to download a recipe 2018-07-12 17:51 ` Burton, Ross @ 2018-07-17 7:11 ` Paul Eggleton 2018-07-23 20:45 ` Simon Chamlian 0 siblings, 1 reply; 7+ messages in thread From: Paul Eggleton @ 2018-07-17 7:11 UTC (permalink / raw) To: yocto On Thursday, 12 July 2018 7:51:35 PM CEST Burton, Ross wrote: > On 12 July 2018 at 18:49, Simon Chamlian <simon.chamlian@mpbc.ca> wrote: > > for grpc, there are 2 of them: > > > > http://layers.openembedded.org/layerindex/recipe/72419/ > > Layer meta-oe > > <http://layers.openembedded.org/layerindex/branch/master/layer/meta-oe/> > > (master branch) > > That's a bug in the tool, as meta-networking is a sublayer of meta-oe. If > you look at the paths, they're the same file. That is indeed a bug in the layer index update script - at some point in the past the recipe was moved and the move wasn't handled properly. I have a fix and will be sending it shortly. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to download a recipe 2018-07-17 7:11 ` Paul Eggleton @ 2018-07-23 20:45 ` Simon Chamlian 2018-07-23 20:49 ` Burton, Ross 0 siblings, 1 reply; 7+ messages in thread From: Simon Chamlian @ 2018-07-23 20:45 UTC (permalink / raw) To: Paul Eggleton; +Cc: Yocto discussion list [-- Attachment #1: Type: text/plain, Size: 2316 bytes --] So I cloned the git meta-networking. Copied the whole meta-openembedded/meta-networking/recipes-devtools/grpc into my layer. Ran bitbake and I get the following errors: $ bitbake grpc Loading cache: 100% |#################################################################################| Time: 0:00:01 Loaded 3076 entries from dependency cache. Parsing recipes: 100% |###############################################################################| Time: 0:00:01 Parsing of 2334 .bb files complete (2333 cached, 1 parsed). 3064 targets, 288 skipped, 2 masked, 0 errors. WARNING: No bb files matched BBFILE_PATTERN_phytec '^/opt/PHYTEC_BSPs/yocto_imx7/sources/meta-phytec/common/' NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'gflags-native' (but virtual:native:/opt/PHYTEC_BSPs/yocto_imx7/sources/meta-openembedded/meta-networking/recipes-devtools/grpc/ grpc_1.8.5.bb DEPENDS on or otherwise requires it). Close matches: glslang-native slang-native lua-native ERROR: Required build target 'grpc' has no buildable providers. Missing or unbuildable dependency chain was: ['grpc', 'grpc-native', 'gflags-native'] Summary: There was 1 WARNING message shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code. $ There is no instructions on how we can compile this grpc into image? Thanks, S On Tue, Jul 17, 2018 at 3:11 AM, Paul Eggleton < paul.eggleton@linux.intel.com> wrote: > On Thursday, 12 July 2018 7:51:35 PM CEST Burton, Ross wrote: > > On 12 July 2018 at 18:49, Simon Chamlian <simon.chamlian@mpbc.ca> wrote: > > > for grpc, there are 2 of them: > > > > > > http://layers.openembedded.org/layerindex/recipe/72419/ > > > Layer meta-oe > > > <http://layers.openembedded.org/layerindex/branch/master/ > layer/meta-oe/> > > > (master branch) > > > > That's a bug in the tool, as meta-networking is a sublayer of meta-oe. > If > > you look at the paths, they're the same file. > > That is indeed a bug in the layer index update script - at some point in > the > past the recipe was moved and the move wasn't handled properly. I have a > fix > and will be sending it shortly. > > Cheers, > Paul > > -- > > Paul Eggleton > Intel Open Source Technology Centre > > > [-- Attachment #2: Type: text/html, Size: 3541 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to download a recipe 2018-07-23 20:45 ` Simon Chamlian @ 2018-07-23 20:49 ` Burton, Ross 0 siblings, 0 replies; 7+ messages in thread From: Burton, Ross @ 2018-07-23 20:49 UTC (permalink / raw) To: Simon Chamlian; +Cc: Paul Eggleton, Yocto discussion list grpc has build dependencies that are also in meta-oe, add the layer to conf/bblayers.conf instead of just copying it piece by piece. Ross On 23 July 2018 at 21:45, Simon Chamlian <simon.chamlian@mpbc.ca> wrote: > So I cloned the git meta-networking. > > Copied the whole > meta-openembedded/meta-networking/recipes-devtools/grpc > > into my layer. Ran bitbake and I get the following errors: > > > $ bitbake grpc > Loading cache: 100% > |#################################################################################| > Time: 0:00:01 > Loaded 3076 entries from dependency cache. > Parsing recipes: 100% > |###############################################################################| > Time: 0:00:01 > Parsing of 2334 .bb files complete (2333 cached, 1 parsed). 3064 targets, > 288 skipped, 2 masked, 0 errors. > WARNING: No bb files matched BBFILE_PATTERN_phytec > '^/opt/PHYTEC_BSPs/yocto_imx7/sources/meta-phytec/common/' > NOTE: Resolving any missing task queue dependencies > ERROR: Nothing PROVIDES 'gflags-native' (but > virtual:native:/opt/PHYTEC_BSPs/yocto_imx7/sources/meta-openembedded/meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb > DEPENDS on or otherwise requires it). Close matches: > glslang-native > slang-native > lua-native > ERROR: Required build target 'grpc' has no buildable providers. > Missing or unbuildable dependency chain was: ['grpc', 'grpc-native', > 'gflags-native'] > > Summary: There was 1 WARNING message shown. > Summary: There were 2 ERROR messages shown, returning a non-zero exit code. > $ > > > There is no instructions on how we can compile this grpc into image? > > Thanks, > S > > > > > On Tue, Jul 17, 2018 at 3:11 AM, Paul Eggleton > <paul.eggleton@linux.intel.com> wrote: >> >> On Thursday, 12 July 2018 7:51:35 PM CEST Burton, Ross wrote: >> > On 12 July 2018 at 18:49, Simon Chamlian <simon.chamlian@mpbc.ca> wrote: >> > > for grpc, there are 2 of them: >> > > >> > > http://layers.openembedded.org/layerindex/recipe/72419/ >> > > Layer meta-oe >> > > >> > > <http://layers.openembedded.org/layerindex/branch/master/layer/meta-oe/> >> > > (master branch) >> > >> > That's a bug in the tool, as meta-networking is a sublayer of meta-oe. >> > If >> > you look at the paths, they're the same file. >> >> That is indeed a bug in the layer index update script - at some point in >> the >> past the recipe was moved and the move wasn't handled properly. I have a >> fix >> and will be sending it shortly. >> >> Cheers, >> Paul >> >> -- >> >> Paul Eggleton >> Intel Open Source Technology Centre >> >> > ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-07-23 20:49 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-07-12 16:19 how to download a recipe Simon Chamlian 2018-07-12 16:42 ` Burton, Ross 2018-07-12 17:49 ` Simon Chamlian 2018-07-12 17:51 ` Burton, Ross 2018-07-17 7:11 ` Paul Eggleton 2018-07-23 20:45 ` Simon Chamlian 2018-07-23 20:49 ` Burton, Ross
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.