* Meta-web-kiosk Layer
@ 2013-01-24 12:05 Ciobanu, Emilia Maria Silvia
2013-01-24 12:43 ` Martin Jansa
0 siblings, 1 reply; 6+ messages in thread
From: Ciobanu, Emilia Maria Silvia @ 2013-01-24 12:05 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
Hi,
I've created a new layer that can be used for kiosk devices.
You can check it out at:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-web-kiosk/
It contains a new bitbake target that automatically
starts a web browser right after boot and enables the
use of a virtual keyboard if there is support for it.
The layer currently includes recipes for the web browser,
and bsp configurations.
I'm open to receiving feedback, patches and any suggestions.
Thanks,
Emilia Ciobanu
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Meta-web-kiosk Layer
2013-01-24 12:05 Meta-web-kiosk Layer Ciobanu, Emilia Maria Silvia
@ 2013-01-24 12:43 ` Martin Jansa
2013-01-24 13:46 ` Ciobanu, Emilia Maria Silvia
2013-01-24 15:41 ` Otavio Salvador
0 siblings, 2 replies; 6+ messages in thread
From: Martin Jansa @ 2013-01-24 12:43 UTC (permalink / raw)
To: Ciobanu, Emilia Maria Silvia; +Cc: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 1281 bytes --]
On Thu, Jan 24, 2013 at 12:05:00PM +0000, Ciobanu, Emilia Maria Silvia wrote:
> Hi,
>
> I've created a new layer that can be used for kiosk devices.
> You can check it out at:
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-web-kiosk/
>
> It contains a new bitbake target that automatically
> starts a web browser right after boot and enables the
> use of a virtual keyboard if there is support for it.
>
> The layer currently includes recipes for the web browser,
> and bsp configurations.
>
> I'm open to receiving feedback, patches and any suggestions.
Why not add dependency on meta-openembedded/meta-oe and meta-gnome?
At least 4 duplicated recipes could be removed and newer midori from
meta-gnome would be used:
OE @ ~/meta-openembedded $ find . -name ca-certificates_\*
./meta-oe/recipes-support/ca-certificates/ca-certificates_20120623.bb
OE @ ~/meta-openembedded $ find . -name vala_\*
./meta-oe/recipes-devtools/vala/vala_0.16.0.bb
OE @ ~/meta-openembedded $ find . -name midori_\*
./meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb
OE @ ~/meta-openembedded $ find . -name python-docutils_\*
./meta-oe/recipes-devtools/python/python-docutils_0.5.bb
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Meta-web-kiosk Layer
2013-01-24 12:43 ` Martin Jansa
@ 2013-01-24 13:46 ` Ciobanu, Emilia Maria Silvia
2013-01-24 13:54 ` Martin Jansa
2013-01-24 15:41 ` Otavio Salvador
1 sibling, 1 reply; 6+ messages in thread
From: Ciobanu, Emilia Maria Silvia @ 2013-01-24 13:46 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-core@lists.openembedded.org
Hi,
I've updated the repository with the dependencies changes.
Thanks,
Ema
________________________________________
From: Martin Jansa [martin.jansa@gmail.com]
Sent: Thursday, January 24, 2013 2:43 PM
To: Ciobanu, Emilia Maria Silvia
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] Meta-web-kiosk Layer
On Thu, Jan 24, 2013 at 12:05:00PM +0000, Ciobanu, Emilia Maria Silvia wrote:
> Hi,
>
> I've created a new layer that can be used for kiosk devices.
> You can check it out at:
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-web-kiosk/
>
> It contains a new bitbake target that automatically
> starts a web browser right after boot and enables the
> use of a virtual keyboard if there is support for it.
>
> The layer currently includes recipes for the web browser,
> and bsp configurations.
>
> I'm open to receiving feedback, patches and any suggestions.
Why not add dependency on meta-openembedded/meta-oe and meta-gnome?
At least 4 duplicated recipes could be removed and newer midori from
meta-gnome would be used:
OE @ ~/meta-openembedded $ find . -name ca-certificates_\*
./meta-oe/recipes-support/ca-certificates/ca-certificates_20120623.bb
OE @ ~/meta-openembedded $ find . -name vala_\*
./meta-oe/recipes-devtools/vala/vala_0.16.0.bb
OE @ ~/meta-openembedded $ find . -name midori_\*
./meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb
OE @ ~/meta-openembedded $ find . -name python-docutils_\*
./meta-oe/recipes-devtools/python/python-docutils_0.5.bb
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Meta-web-kiosk Layer
2013-01-24 13:46 ` Ciobanu, Emilia Maria Silvia
@ 2013-01-24 13:54 ` Martin Jansa
2013-01-24 14:11 ` Ciobanu, Emilia Maria Silvia
0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2013-01-24 13:54 UTC (permalink / raw)
To: Ciobanu, Emilia Maria Silvia; +Cc: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 2256 bytes --]
On Thu, Jan 24, 2013 at 01:46:04PM +0000, Ciobanu, Emilia Maria Silvia wrote:
> Hi,
>
> I've updated the repository with the dependencies changes.
Great, thank you.
I'm not sure if this settings will work for everybody, maybe some other
default config or generate that from some variables in recipe (easier to
override from distro).
http://git.yoctoproject.org/cgit/cgit.cgi/meta-web-kiosk/tree/recipes-browser/midori-session/files/config
default-encoding=ISO-8859-1
http-proxy=https://proxy-ir.intel.com
http-proxy-port=911
Cheers,
>
> Thanks,
> Ema
> ________________________________________
> From: Martin Jansa [martin.jansa@gmail.com]
> Sent: Thursday, January 24, 2013 2:43 PM
> To: Ciobanu, Emilia Maria Silvia
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] Meta-web-kiosk Layer
>
> On Thu, Jan 24, 2013 at 12:05:00PM +0000, Ciobanu, Emilia Maria Silvia wrote:
> > Hi,
> >
> > I've created a new layer that can be used for kiosk devices.
> > You can check it out at:
> > http://git.yoctoproject.org/cgit/cgit.cgi/meta-web-kiosk/
> >
> > It contains a new bitbake target that automatically
> > starts a web browser right after boot and enables the
> > use of a virtual keyboard if there is support for it.
> >
> > The layer currently includes recipes for the web browser,
> > and bsp configurations.
> >
> > I'm open to receiving feedback, patches and any suggestions.
>
> Why not add dependency on meta-openembedded/meta-oe and meta-gnome?
>
> At least 4 duplicated recipes could be removed and newer midori from
> meta-gnome would be used:
>
> OE @ ~/meta-openembedded $ find . -name ca-certificates_\*
> ./meta-oe/recipes-support/ca-certificates/ca-certificates_20120623.bb
> OE @ ~/meta-openembedded $ find . -name vala_\*
> ./meta-oe/recipes-devtools/vala/vala_0.16.0.bb
> OE @ ~/meta-openembedded $ find . -name midori_\*
> ./meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb
> OE @ ~/meta-openembedded $ find . -name python-docutils_\*
> ./meta-oe/recipes-devtools/python/python-docutils_0.5.bb
>
> Cheers,
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Meta-web-kiosk Layer
2013-01-24 13:54 ` Martin Jansa
@ 2013-01-24 14:11 ` Ciobanu, Emilia Maria Silvia
0 siblings, 0 replies; 6+ messages in thread
From: Ciobanu, Emilia Maria Silvia @ 2013-01-24 14:11 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-core@lists.openembedded.org
Updated the repository.
________________________________________
From: Martin Jansa [martin.jansa@gmail.com]
Sent: Thursday, January 24, 2013 3:54 PM
To: Ciobanu, Emilia Maria Silvia
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] Meta-web-kiosk Layer
On Thu, Jan 24, 2013 at 01:46:04PM +0000, Ciobanu, Emilia Maria Silvia wrote:
> Hi,
>
> I've updated the repository with the dependencies changes.
Great, thank you.
I'm not sure if this settings will work for everybody, maybe some other
default config or generate that from some variables in recipe (easier to
override from distro).
http://git.yoctoproject.org/cgit/cgit.cgi/meta-web-kiosk/tree/recipes-browser/midori-session/files/config
default-encoding=ISO-8859-1
http-proxy=https://proxy-ir.intel.com
http-proxy-port=911
Cheers,
>
> Thanks,
> Ema
> ________________________________________
> From: Martin Jansa [martin.jansa@gmail.com]
> Sent: Thursday, January 24, 2013 2:43 PM
> To: Ciobanu, Emilia Maria Silvia
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] Meta-web-kiosk Layer
>
> On Thu, Jan 24, 2013 at 12:05:00PM +0000, Ciobanu, Emilia Maria Silvia wrote:
> > Hi,
> >
> > I've created a new layer that can be used for kiosk devices.
> > You can check it out at:
> > http://git.yoctoproject.org/cgit/cgit.cgi/meta-web-kiosk/
> >
> > It contains a new bitbake target that automatically
> > starts a web browser right after boot and enables the
> > use of a virtual keyboard if there is support for it.
> >
> > The layer currently includes recipes for the web browser,
> > and bsp configurations.
> >
> > I'm open to receiving feedback, patches and any suggestions.
>
> Why not add dependency on meta-openembedded/meta-oe and meta-gnome?
>
> At least 4 duplicated recipes could be removed and newer midori from
> meta-gnome would be used:
>
> OE @ ~/meta-openembedded $ find . -name ca-certificates_\*
> ./meta-oe/recipes-support/ca-certificates/ca-certificates_20120623.bb
> OE @ ~/meta-openembedded $ find . -name vala_\*
> ./meta-oe/recipes-devtools/vala/vala_0.16.0.bb
> OE @ ~/meta-openembedded $ find . -name midori_\*
> ./meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb
> OE @ ~/meta-openembedded $ find . -name python-docutils_\*
> ./meta-oe/recipes-devtools/python/python-docutils_0.5.bb
>
> Cheers,
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Meta-web-kiosk Layer
2013-01-24 12:43 ` Martin Jansa
2013-01-24 13:46 ` Ciobanu, Emilia Maria Silvia
@ 2013-01-24 15:41 ` Otavio Salvador
1 sibling, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2013-01-24 15:41 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-core@lists.openembedded.org
On Thu, Jan 24, 2013 at 10:43 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Thu, Jan 24, 2013 at 12:05:00PM +0000, Ciobanu, Emilia Maria Silvia wrote:
>> Hi,
>>
>> I've created a new layer that can be used for kiosk devices.
>> You can check it out at:
>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-web-kiosk/
>>
>> It contains a new bitbake target that automatically
>> starts a web browser right after boot and enables the
>> use of a virtual keyboard if there is support for it.
>>
>> The layer currently includes recipes for the web browser,
>> and bsp configurations.
>>
>> I'm open to receiving feedback, patches and any suggestions.
>
> Why not add dependency on meta-openembedded/meta-oe and meta-gnome?
>
> At least 4 duplicated recipes could be removed and newer midori from
> meta-gnome would be used:
>
> OE @ ~/meta-openembedded $ find . -name ca-certificates_\*
> ./meta-oe/recipes-support/ca-certificates/ca-certificates_20120623.bb
> OE @ ~/meta-openembedded $ find . -name vala_\*
> ./meta-oe/recipes-devtools/vala/vala_0.16.0.bb
> OE @ ~/meta-openembedded $ find . -name midori_\*
> ./meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb
> OE @ ~/meta-openembedded $ find . -name python-docutils_\*
> ./meta-oe/recipes-devtools/python/python-docutils_0.5.bb
>
> Cheers,
Plus, it could be merged in meta-browser; I see no reason for another
layer for it.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-01-24 15:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-24 12:05 Meta-web-kiosk Layer Ciobanu, Emilia Maria Silvia
2013-01-24 12:43 ` Martin Jansa
2013-01-24 13:46 ` Ciobanu, Emilia Maria Silvia
2013-01-24 13:54 ` Martin Jansa
2013-01-24 14:11 ` Ciobanu, Emilia Maria Silvia
2013-01-24 15:41 ` Otavio Salvador
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox