All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-layersetup][PATCH] configs: add processor-sdk-03.02.00.05-config
@ 2016-12-19 14:37 Jacob Stiffler
  2016-12-19 15:58 ` Robert Nelson
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Stiffler @ 2016-12-19 14:37 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 configs/processor-sdk/processor-sdk-03.02.00.05-config.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 configs/processor-sdk/processor-sdk-03.02.00.05-config.txt

diff --git a/configs/processor-sdk/processor-sdk-03.02.00.05-config.txt b/configs/processor-sdk/processor-sdk-03.02.00.05-config.txt
new file mode 100644
index 0000000..71a4ad1
--- /dev/null
+++ b/configs/processor-sdk/processor-sdk-03.02.00.05-config.txt
@@ -0,0 +1,14 @@
+# This file takes repo entries in the format
+# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
+
+bitbake,git://git.openembedded.org/bitbake,1.30,e82862ba8fedb2c5cd478c731b3d259d16c6e3d8,layers=
+meta-processor-sdk-internal,ssh://git@bitbucket.itg.ti.com/processor-sdk/meta-processor-sdk-internal.git,03.02.00-linux,0aaccbf7c4d22a16aeff3daf94c1b3a9c3cca541,layers=
+meta-processor-sdk,http://arago-project.org/git/projects/meta-processor-sdk.git,master,3678d672c9c47a646897286281d4260ac4ace960,layers=
+meta-arago,http://arago-project.org/git/meta-arago.git,krogoth,76381bbc10b93ffc6c014154814872b170b93796,layers=meta-arago-distro:meta-arago-extras
+meta-qt5,git://github.com/meta-qt5/meta-qt5.git,krogoth,2b1871f0d139dc3caaa779a32a1931409c245a36,layers=
+meta-openembedded,git://git.openembedded.org/meta-openembedded,krogoth,851a064b53dca3b14dd33eaaaca9573b1a36bf0e,layers=meta-networking:meta-ruby:meta-python:meta-oe:meta-gnome
+meta-ti,http://arago-project.org/git/meta-ti.git,krogoth,d8aa76970a0ba48762c631dfd79dbed49222373b,layers=
+meta-linaro,git://git.linaro.org/openembedded/meta-linaro.git,krogoth,9b616ce6d4293387d254f36800389b2910895420,layers=meta-linaro-toolchain:meta-optee
+oe-core,git://git.openembedded.org/openembedded-core,krogoth,28da89a20b70f2bf0c85da6e8af5d94a3b7d76c9,layers=meta
+OECORELAYERCONF=./sample-files/bblayers.conf.sample
+OECORELOCALCONF=./sample-files/local-processor-sdk-64.conf.sample
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe-layersetup][PATCH] configs: add processor-sdk-03.02.00.05-config
  2016-12-19 14:37 [oe-layersetup][PATCH] configs: add processor-sdk-03.02.00.05-config Jacob Stiffler
@ 2016-12-19 15:58 ` Robert Nelson
  2016-12-19 16:03   ` Jacob Stiffler
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Nelson @ 2016-12-19 15:58 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

On Mon, Dec 19, 2016 at 8:37 AM, Jacob Stiffler <j-stiffler@ti.com> wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  configs/processor-sdk/processor-sdk-03.02.00.05-config.txt | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 configs/processor-sdk/processor-sdk-03.02.00.05-config.txt
>
> diff --git a/configs/processor-sdk/processor-sdk-03.02.00.05-config.txt b/configs/processor-sdk/processor-sdk-03.02.00.05-config.txt
> new file mode 100644
> index 0000000..71a4ad1
> --- /dev/null
> +++ b/configs/processor-sdk/processor-sdk-03.02.00.05-config.txt
> @@ -0,0 +1,14 @@
> +# This file takes repo entries in the format
> +# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
> +
> +bitbake,git://git.openembedded.org/bitbake,1.30,e82862ba8fedb2c5cd478c731b3d259d16c6e3d8,layers=
> +meta-processor-sdk-internal,ssh://git@bitbucket.itg.ti.com/processor-sdk/meta-processor-sdk-internal.git,03.02.00-linux,0aaccbf7c4d22a16aeff3daf94c1b3a9c3cca541,layers=

"internal"...

git clone ssh://git@bitbucket.itg.ti.com/processor-sdk/meta-processor-sdk-internal.git
Cloning into 'meta-processor-sdk-internal'...
ssh: Could not resolve hostname bitbucket.itg.ti.com: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

> +meta-processor-sdk,http://arago-project.org/git/projects/meta-processor-sdk.git,master,3678d672c9c47a646897286281d4260ac4ace960,layers=
> +meta-arago,http://arago-project.org/git/meta-arago.git,krogoth,76381bbc10b93ffc6c014154814872b170b93796,layers=meta-arago-distro:meta-arago-extras
> +meta-qt5,git://github.com/meta-qt5/meta-qt5.git,krogoth,2b1871f0d139dc3caaa779a32a1931409c245a36,layers=
> +meta-openembedded,git://git.openembedded.org/meta-openembedded,krogoth,851a064b53dca3b14dd33eaaaca9573b1a36bf0e,layers=meta-networking:meta-ruby:meta-python:meta-oe:meta-gnome
> +meta-ti,http://arago-project.org/git/meta-ti.git,krogoth,d8aa76970a0ba48762c631dfd79dbed49222373b,layers=
> +meta-linaro,git://git.linaro.org/openembedded/meta-linaro.git,krogoth,9b616ce6d4293387d254f36800389b2910895420,layers=meta-linaro-toolchain:meta-optee
> +oe-core,git://git.openembedded.org/openembedded-core,krogoth,28da89a20b70f2bf0c85da6e8af5d94a3b7d76c9,layers=meta
> +OECORELAYERCONF=./sample-files/bblayers.conf.sample
> +OECORELOCALCONF=./sample-files/local-processor-sdk-64.conf.sample
> --
> 1.9.1

Regards,

-- 
Robert Nelson
https://rcn-ee.com/


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe-layersetup][PATCH] configs: add processor-sdk-03.02.00.05-config
  2016-12-19 15:58 ` Robert Nelson
@ 2016-12-19 16:03   ` Jacob Stiffler
  0 siblings, 0 replies; 3+ messages in thread
From: Jacob Stiffler @ 2016-12-19 16:03 UTC (permalink / raw)
  To: Robert Nelson; +Cc: meta-arago



On 12/19/2016 10:58 AM, Robert Nelson wrote:
> On Mon, Dec 19, 2016 at 8:37 AM, Jacob Stiffler <j-stiffler@ti.com> wrote:
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>>   configs/processor-sdk/processor-sdk-03.02.00.05-config.txt | 14 ++++++++++++++
>>   1 file changed, 14 insertions(+)
>>   create mode 100644 configs/processor-sdk/processor-sdk-03.02.00.05-config.txt
>>
>> diff --git a/configs/processor-sdk/processor-sdk-03.02.00.05-config.txt b/configs/processor-sdk/processor-sdk-03.02.00.05-config.txt
>> new file mode 100644
>> index 0000000..71a4ad1
>> --- /dev/null
>> +++ b/configs/processor-sdk/processor-sdk-03.02.00.05-config.txt
>> @@ -0,0 +1,14 @@
>> +# This file takes repo entries in the format
>> +# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
>> +
>> +bitbake,git://git.openembedded.org/bitbake,1.30,e82862ba8fedb2c5cd478c731b3d259d16c6e3d8,layers=
>> +meta-processor-sdk-internal,ssh://git@bitbucket.itg.ti.com/processor-sdk/meta-processor-sdk-internal.git,03.02.00-linux,0aaccbf7c4d22a16aeff3daf94c1b3a9c3cca541,layers=
> "internal"...
>
> git clone ssh://git@bitbucket.itg.ti.com/processor-sdk/meta-processor-sdk-internal.git
> Cloning into 'meta-processor-sdk-internal'...
> ssh: Could not resolve hostname bitbucket.itg.ti.com: Name or service not known
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.

Thank you for catching this! I will send an update shortly.

>> +meta-processor-sdk,http://arago-project.org/git/projects/meta-processor-sdk.git,master,3678d672c9c47a646897286281d4260ac4ace960,layers=
>> +meta-arago,http://arago-project.org/git/meta-arago.git,krogoth,76381bbc10b93ffc6c014154814872b170b93796,layers=meta-arago-distro:meta-arago-extras
>> +meta-qt5,git://github.com/meta-qt5/meta-qt5.git,krogoth,2b1871f0d139dc3caaa779a32a1931409c245a36,layers=
>> +meta-openembedded,git://git.openembedded.org/meta-openembedded,krogoth,851a064b53dca3b14dd33eaaaca9573b1a36bf0e,layers=meta-networking:meta-ruby:meta-python:meta-oe:meta-gnome
>> +meta-ti,http://arago-project.org/git/meta-ti.git,krogoth,d8aa76970a0ba48762c631dfd79dbed49222373b,layers=
>> +meta-linaro,git://git.linaro.org/openembedded/meta-linaro.git,krogoth,9b616ce6d4293387d254f36800389b2910895420,layers=meta-linaro-toolchain:meta-optee
>> +oe-core,git://git.openembedded.org/openembedded-core,krogoth,28da89a20b70f2bf0c85da6e8af5d94a3b7d76c9,layers=meta
>> +OECORELAYERCONF=./sample-files/bblayers.conf.sample
>> +OECORELOCALCONF=./sample-files/local-processor-sdk-64.conf.sample
>> --
>> 1.9.1
> Regards,
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-19 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-19 14:37 [oe-layersetup][PATCH] configs: add processor-sdk-03.02.00.05-config Jacob Stiffler
2016-12-19 15:58 ` Robert Nelson
2016-12-19 16:03   ` Jacob Stiffler

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.