All of lore.kernel.org
 help / color / mirror / Atom feed
* Meta-web-kiosk Layer
@ 2013-01-24 12:03 Ciobanu, Emilia Maria Silvia
  2013-01-24 12:12 ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Ciobanu, Emilia Maria Silvia @ 2013-01-24 12:03 UTC (permalink / raw)
  To: yocto@yoctoproject.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] 10+ messages in thread

* Meta-web-kiosk Layer
@ 2013-01-24 12:05 Ciobanu, Emilia Maria Silvia
  2013-01-24 12:43 ` Martin Jansa
  0 siblings, 1 reply; 10+ 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] 10+ messages in thread

* Re: Meta-web-kiosk Layer
  2013-01-24 12:03 Ciobanu, Emilia Maria Silvia
@ 2013-01-24 12:12 ` Burton, Ross
       [not found]   ` <51012AE1.7060905@balister.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2013-01-24 12:12 UTC (permalink / raw)
  To: Ciobanu, Emilia Maria Silvia; +Cc: yocto@yoctoproject.org

On 24 January 2013 12:03, Ciobanu, Emilia Maria Silvia
<emilia.maria.silvia.ciobanu@intel.com> wrote:
> 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/

Excellent, good to see it not hidden away!

Ross


^ permalink raw reply	[flat|nested] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ messages in thread

* Re: Meta-web-kiosk Layer
       [not found]   ` <51012AE1.7060905@balister.org>
@ 2013-01-24 13:54     ` Burton, Ross
  2017-06-14  4:04       ` Riko Ho
  0 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2013-01-24 13:54 UTC (permalink / raw)
  To: Philip Balister; +Cc: yocto, OE-core

On 24 January 2013 12:36, Philip Balister <philip@balister.org> wrote:
> On 01/24/2013 07:12 AM, Burton, Ross wrote:
>> On 24 January 2013 12:03, Ciobanu, Emilia Maria Silvia
>> <emilia.maria.silvia.ciobanu@intel.com> wrote:
>>> 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/
>>
>> Excellent, good to see it not hidden away!
>
> It is hidden until it appears on the Layer index :)
>
> http://www.openembedded.org/wiki/LayerIndex
>
> Please add it there.

Yes, it should be on the layer index.  Emelia, can you update the wiki?

Ross


^ permalink raw reply	[flat|nested] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ messages in thread

* Meta-web-kiosk Layer
  2013-01-24 13:54     ` Burton, Ross
@ 2017-06-14  4:04       ` Riko Ho
  0 siblings, 0 replies; 10+ messages in thread
From: Riko Ho @ 2017-06-14  4:04 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 2604 bytes --]

Hello Everyone,

I tried doing bitbake core-image-web-kiosk and got some errors, does 
anyone know how to fix it ? thanks,

Loading cache: 100% 
|#####################################################################################################################################| 
Time: 0:00:00
Loaded 1310 entries from dependency cache.
ERROR: ExpansionError during parsing 
/home/bianchi77/poky/meta-web-kiosk/recipes-browser/vala/vala_0.16.0.bb 
| ETA:  --:--:--
Traceback (most recent call last):
   File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 412, 
in 
DataSmart.expandWithRefs(s='http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz 
http://ftp.gnome.org/pub/GNOME/sources/vala/0.36/vala-0.36.0.tar.xz', 
varname='SRC_URI'):
                  try:
     >                s = __expand_var_regexp__.sub(varparse.var_sub, s)
                      try:
   File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 111, 
in VariableParse.var_sub(match=<_sre.SRE_Match object; span=(46, 57), 
match='${SHRT_VER}'>):
                  else:
     >                var = self.d.getVarFlag(key, "_content")
                  self.references.add(key)
   File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 794, 
in DataSmart.getVarFlag(var='SHRT_VER', flag='_content', expand=True, 
noweakdefault=False, parsing=False):
                      cachename = var + "[" + flag + "]"
     >            value = self.expand(value, cachename)

   File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 436, 
in 
DataSmart.expand(s="${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}", 
varname='SHRT_VER'):
          def expand(self, s, varname = None):
     >        return self.expandWithRefs(s, varname).value

   File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 426, 
in 
DataSmart.expandWithRefs(s="${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}", 
varname='SHRT_VER'):
                  except Exception as exc:
     >                raise ExpansionError(varname, s, exc) from exc

bb.data_smart.ExpansionError: Failure expanding variable SHRT_VER, 
expression was 
${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]} 
which triggered exception AttributeError: module 'bb.data' has no 
attribute 'getVar'


Summary: There was 1 ERROR message shown, returning a non-zero exit code.

-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 4157 bytes --]

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

end of thread, other threads:[~2017-06-14  4:04 UTC | newest]

Thread overview: 10+ 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
  -- strict thread matches above, loose matches on Subject: below --
2013-01-24 12:03 Ciobanu, Emilia Maria Silvia
2013-01-24 12:12 ` Burton, Ross
     [not found]   ` <51012AE1.7060905@balister.org>
2013-01-24 13:54     ` Burton, Ross
2017-06-14  4:04       ` Riko Ho

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.