All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-layersetup][PATCH] processor-sdk-rocko-config: add meta-virtualization
@ 2018-11-28 18:38 Jacob Stiffler
  2018-11-29 18:18 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Stiffler @ 2018-11-28 18:38 UTC (permalink / raw)
  To: meta-arago

* And add dependent meta-filesystems from meta-openembedded.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 configs/processor-sdk/processor-sdk-rocko-config.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/processor-sdk/processor-sdk-rocko-config.txt b/configs/processor-sdk/processor-sdk-rocko-config.txt
index c8b4427..6ea9a41 100644
--- a/configs/processor-sdk/processor-sdk-rocko-config.txt
+++ b/configs/processor-sdk/processor-sdk-rocko-config.txt
@@ -7,7 +7,8 @@ meta-ros,https://github.com/bmwcarit/meta-ros.git,master,e2566402ab108a19634354a
 meta-arago,http://arago-project.org/git/meta-arago.git,rocko,HEAD,layers=meta-arago-distro:meta-arago-extras
 meta-browser,git://github.com/OSSystems/meta-browser.git,master,26d50665e2f7223c5f4ad7481a8d2431e7cb55fb,layers=
 meta-qt5,git://github.com/meta-qt5/meta-qt5.git,rocko,HEAD,layers=
-meta-openembedded,git://git.openembedded.org/meta-openembedded,rocko,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-multimedia
+meta-virtualization,git://git.yoctoproject.org/meta-virtualization,rocko,HEAD,layers=
+meta-openembedded,git://git.openembedded.org/meta-openembedded,rocko,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-multimedia:meta-filesystems
 meta-ti,git://git.yoctoproject.org/meta-ti,rocko,HEAD,layers=
 meta-linaro,https://git.linaro.org/openembedded/meta-linaro.git,rocko,HEAD,layers=meta-linaro-toolchain:meta-optee
 oe-core,git://git.openembedded.org/openembedded-core,rocko,HEAD,layers=meta
-- 
1.9.1



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

* Re: [oe-layersetup][PATCH] processor-sdk-rocko-config: add meta-virtualization
  2018-11-28 18:38 [oe-layersetup][PATCH] processor-sdk-rocko-config: add meta-virtualization Jacob Stiffler
@ 2018-11-29 18:18 ` Denys Dmytriyenko
  2018-11-29 18:47   ` Jacob Stiffler
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-11-29 18:18 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Any plans for upstreaming this?

On Wed, Nov 28, 2018 at 01:38:38PM -0500, Jacob Stiffler wrote:
> * And add dependent meta-filesystems from meta-openembedded.
> 
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  configs/processor-sdk/processor-sdk-rocko-config.txt | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/processor-sdk/processor-sdk-rocko-config.txt b/configs/processor-sdk/processor-sdk-rocko-config.txt
> index c8b4427..6ea9a41 100644
> --- a/configs/processor-sdk/processor-sdk-rocko-config.txt
> +++ b/configs/processor-sdk/processor-sdk-rocko-config.txt
> @@ -7,7 +7,8 @@ meta-ros,https://github.com/bmwcarit/meta-ros.git,master,e2566402ab108a19634354a
>  meta-arago,http://arago-project.org/git/meta-arago.git,rocko,HEAD,layers=meta-arago-distro:meta-arago-extras
>  meta-browser,git://github.com/OSSystems/meta-browser.git,master,26d50665e2f7223c5f4ad7481a8d2431e7cb55fb,layers=
>  meta-qt5,git://github.com/meta-qt5/meta-qt5.git,rocko,HEAD,layers=
> -meta-openembedded,git://git.openembedded.org/meta-openembedded,rocko,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-multimedia
> +meta-virtualization,git://git.yoctoproject.org/meta-virtualization,rocko,HEAD,layers=
> +meta-openembedded,git://git.openembedded.org/meta-openembedded,rocko,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-multimedia:meta-filesystems
>  meta-ti,git://git.yoctoproject.org/meta-ti,rocko,HEAD,layers=
>  meta-linaro,https://git.linaro.org/openembedded/meta-linaro.git,rocko,HEAD,layers=meta-linaro-toolchain:meta-optee
>  oe-core,git://git.openembedded.org/openembedded-core,rocko,HEAD,layers=meta
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [oe-layersetup][PATCH] processor-sdk-rocko-config: add meta-virtualization
  2018-11-29 18:18 ` Denys Dmytriyenko
@ 2018-11-29 18:47   ` Jacob Stiffler
  0 siblings, 0 replies; 3+ messages in thread
From: Jacob Stiffler @ 2018-11-29 18:47 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago


On 11/29/2018 1:18 PM, Denys Dmytriyenko wrote:
> Any plans for upstreaming this?


Yes, but I missed the merge window. I will first need to work to 
upstream the necessary kernel config.


> On Wed, Nov 28, 2018 at 01:38:38PM -0500, Jacob Stiffler wrote:
>> * And add dependent meta-filesystems from meta-openembedded.
>>
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>>   configs/processor-sdk/processor-sdk-rocko-config.txt | 3 ++-
>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/configs/processor-sdk/processor-sdk-rocko-config.txt b/configs/processor-sdk/processor-sdk-rocko-config.txt
>> index c8b4427..6ea9a41 100644
>> --- a/configs/processor-sdk/processor-sdk-rocko-config.txt
>> +++ b/configs/processor-sdk/processor-sdk-rocko-config.txt
>> @@ -7,7 +7,8 @@ meta-ros,https://github.com/bmwcarit/meta-ros.git,master,e2566402ab108a19634354a
>>   meta-arago,http://arago-project.org/git/meta-arago.git,rocko,HEAD,layers=meta-arago-distro:meta-arago-extras
>>   meta-browser,git://github.com/OSSystems/meta-browser.git,master,26d50665e2f7223c5f4ad7481a8d2431e7cb55fb,layers=
>>   meta-qt5,git://github.com/meta-qt5/meta-qt5.git,rocko,HEAD,layers=
>> -meta-openembedded,git://git.openembedded.org/meta-openembedded,rocko,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-multimedia
>> +meta-virtualization,git://git.yoctoproject.org/meta-virtualization,rocko,HEAD,layers=
>> +meta-openembedded,git://git.openembedded.org/meta-openembedded,rocko,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-multimedia:meta-filesystems
>>   meta-ti,git://git.yoctoproject.org/meta-ti,rocko,HEAD,layers=
>>   meta-linaro,https://git.linaro.org/openembedded/meta-linaro.git,rocko,HEAD,layers=meta-linaro-toolchain:meta-optee
>>   oe-core,git://git.openembedded.org/openembedded-core,rocko,HEAD,layers=meta
>> -- 
>> 1.9.1
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2018-11-29 18:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-28 18:38 [oe-layersetup][PATCH] processor-sdk-rocko-config: add meta-virtualization Jacob Stiffler
2018-11-29 18:18 ` Denys Dmytriyenko
2018-11-29 18:47   ` 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.