Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

When I upgrade poky, will it delete all the configuration I had done?


On 04/07/17 17:51, Takuro Ashie wrote:


On 2017年07月04日 17:06, Riko Ho wrote:


Still in error :

| 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/firefox-52.1.2esr/firefox-build-dir/dist/system_wrappers/pk11pub.h:3:26: 
fatal error: pk11pub.h: No such file or directory

|  #include_next 
|   ^
| compilation terminated.



I confirmed it.
Hmm, there are some issues which prevent using built-in nss & nspr.
I can't resolve it soon.

It seems that upgrading poky is a easier way to build firefox if it's 
acceptable for you.




--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Takuro Ashie


On 2017年07月04日 17:06, Riko Ho wrote:


Still in error :

| 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/firefox-52.1.2esr/firefox-build-dir/dist/system_wrappers/pk11pub.h:3:26: 
fatal error: pk11pub.h: No such file or directory

|  #include_next 
|   ^
| compilation terminated.



I confirmed it.
Hmm, there are some issues which prevent using built-in nss & nspr.
I can't resolve it soon.

It seems that upgrading poky is a easier way to build firefox if it's 
acceptable for you.


--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

Still in error :

| 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/firefox-52.1.2esr/firefox-build-dir/dist/system_wrappers/pk11pub.h:3:26: 
fatal error: pk11pub.h: No such file or directory

|  #include_next 
|   ^
| compilation terminated.


On 04/07/17 15:03, Takuro Ashie wrote:

> so which one is the right one ? :)

This is the correct one:

ac_add_options --with-system-nss
ac_add_options --with-system-nspr

Regards,



--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

It's compiling now..


On 04/07/17 15:03, Takuro Ashie wrote:

> so which one is the right one ? :)

This is the correct one:

ac_add_options --with-system-nss
ac_add_options --with-system-nspr

Regards,



--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

These lines :

# System libraries
#ac_add_options --with-system-nss #comment out for nss bug
#ac_add_options --with-system-nspr

Let me try...


On 04/07/17 15:03, Takuro Ashie wrote:

> so which one is the right one ? :)

This is the correct one:

ac_add_options --with-system-nss
ac_add_options --with-system-nspr

Regards,



--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Takuro Ashie

> so which one is the right one ? :)

This is the correct one:

ac_add_options --with-system-nss
ac_add_options --with-system-nspr

Regards,

--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

so which one is the right one ? :)


On 04/07/17 14:43, Takuro Ashie wrote:

ac_add_options --with-system-nss
  ac_add_options --with-system-jpeg

Oops, it's wrong.

  ac_add_options --with-system-nss
  ac_add_options --with-system-nspr


On 2017年07月04日 15:34, Takuro Ashie wrote:

You need latest poky (current master branch is needed).
But upgrading poky may also introduce unexpected changes for you.

Another solution is using built-in nss & nspr instead of system's one.
To use it remove or comment out following lines in your 
meta-browser/recipes-mozilla/firefox/firefox/mozconfig


  ac_add_options --with-system-nss
  ac_add_options --with-system-jpeg

Regards,




--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Takuro Ashie

  ac_add_options --with-system-nss
  ac_add_options --with-system-jpeg

Oops, it's wrong.

  ac_add_options --with-system-nss
  ac_add_options --with-system-nspr


On 2017年07月04日 15:34, Takuro Ashie wrote:

You need latest poky (current master branch is needed).
But upgrading poky may also introduce unexpected changes for you.

Another solution is using built-in nss & nspr instead of system's one.
To use it remove or comment out following lines in your 
meta-browser/recipes-mozilla/firefox/firefox/mozconfig


  ac_add_options --with-system-nss
  ac_add_options --with-system-jpeg

Regards,


--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Takuro Ashie

You need latest poky (current master branch is needed).
But upgrading poky may also introduce unexpected changes for you.

Another solution is using built-in nss & nspr instead of system's one.
To use it remove or comment out following lines in your 
meta-browser/recipes-mozilla/firefox/firefox/mozconfig


  ac_add_options --with-system-nss
  ac_add_options --with-system-jpeg

Regards,

On 2017年07月04日 14:40, Riko Ho wrote:


another bug :

checking for NSS - version >= 3.28.4... no
| configure: error: you don't have NSS installed or your version is 
too old

| DEBUG: 
| DEBUG: #include 
| DEBUG:   #include 
| DEBUG:   size_t malloc_usable_size(const void *ptr);
| DEBUG: int main() {
| DEBUG: return malloc_usable_size(0);
| DEBUG: ; return 0; }
| DEBUG: configure:9923: checking for valloc in malloc.h
| DEBUG: configure:9948: checking for valloc in unistd.h
| DEBUG: configure:10103: checking NSPR selection
| DEBUG: configure:10203: checking for nspr-config
| DEBUG: configure:10238: checking for NSPR - version >= 4.13.1
| DEBUG: configure:10314: 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc 
-march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 
--sysroot=/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot 
-std=gnu99 -c -fno-lifetime-dse  -Os -fsigned-char 
-fno-strict-aliasing -fno-strict-aliasing -fno-math-errno -pthread   
conftest.c 1>&5| DEBUG: configure:10333: 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc 
-march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 
--sysroot=/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot 
-std=gnu99 -c -fno-lifetime-dse  -Os -fsigned-char 
-fno-strict-aliasing -fno-strict-aliasing -fno-math-errno -pthread   
conftest.c 1>&5
| DEBUG: configure:10381: 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc 
-march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 
--sysroot=/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot 
-std=gnu99 -c -fno-lifetime-dse  -Os -fsigned-char 
-fno-strict-aliasing -fno-strict-aliasing -fno-math-errno -pthread   
conftest.c 1>&5

| DEBUG: configure:10420: checking for libevent
| DEBUG: configure:10427: checking MOZ_LIBEVENT_CFLAGS
| DEBUG: configure:10432: checking MOZ_LIBEVENT_LIBS
| DEBUG: configure:10605: checking for nss-config
| DEBUG: configure:10640: checking for NSS - version >= 3.28.4
| DEBUG: configure: error: you don't have NSS installed or your 
version is too old

| ERROR: old-configure failed
| *** Fix above errors and then restart with\
|"make -f client.mk build"
| client.mk:375: recipe for target 'configure' failed
| make: *** [configure] Error 1
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/temp/log.do_configure.9904)
ERROR: Task 
(/home/bianchi77/poky/meta-browser/recipes-mozilla/firefox/firefox_52.1.2esr.bb:do_configure) 
failed with exit code '1'



Let me see my NSS

On 04/07/17 13:33, Takuro Ashie wrote:

|HOSTTOOLS += "autoconf2.13"|


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*


-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

another bug :

checking for NSS - version >= 3.28.4... no
| configure: error: you don't have NSS installed or your version is too old
| DEBUG: 
| DEBUG: #include 
| DEBUG:   #include 
| DEBUG:   size_t malloc_usable_size(const void *ptr);
| DEBUG: int main() {
| DEBUG: return malloc_usable_size(0);
| DEBUG: ; return 0; }
| DEBUG: configure:9923: checking for valloc in malloc.h
| DEBUG: configure:9948: checking for valloc in unistd.h
| DEBUG: configure:10103: checking NSPR selection
| DEBUG: configure:10203: checking for nspr-config
| DEBUG: configure:10238: checking for NSPR - version >= 4.13.1
| DEBUG: configure:10314: 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc 
-march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 
--sysroot=/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot 
-std=gnu99 -c -fno-lifetime-dse  -Os -fsigned-char -fno-strict-aliasing 
-fno-strict-aliasing -fno-math-errno -pthread   conftest.c 1>&5| DEBUG: 
configure:10333: 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc 
-march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 
--sysroot=/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot 
-std=gnu99 -c -fno-lifetime-dse  -Os -fsigned-char -fno-strict-aliasing 
-fno-strict-aliasing -fno-math-errno -pthread   conftest.c 1>&5
| DEBUG: configure:10381: 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc 
-march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 
--sysroot=/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot 
-std=gnu99 -c -fno-lifetime-dse  -Os -fsigned-char -fno-strict-aliasing 
-fno-strict-aliasing -fno-math-errno -pthread   conftest.c 1>&5

| DEBUG: configure:10420: checking for libevent
| DEBUG: configure:10427: checking MOZ_LIBEVENT_CFLAGS
| DEBUG: configure:10432: checking MOZ_LIBEVENT_LIBS
| DEBUG: configure:10605: checking for nss-config
| DEBUG: configure:10640: checking for NSS - version >= 3.28.4
| DEBUG: configure: error: you don't have NSS installed or your version 
is too old

| ERROR: old-configure failed
| *** Fix above errors and then restart with\
|"make -f client.mk build"
| client.mk:375: recipe for target 'configure' failed
| make: *** [configure] Error 1
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/temp/log.do_configure.9904)
ERROR: Task 
(/home/bianchi77/poky/meta-browser/recipes-mozilla/firefox/firefox_52.1.2esr.bb:do_configure) 
failed with exit code '1'



Let me see my NSS

On 04/07/17 13:33, Takuro Ashie wrote:

|HOSTTOOLS += "autoconf2.13"|


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Riko Ho

Installing now and I'll let you know the result..


On 04/07/17 13:33, Takuro Ashie wrote:

Hi.

> How to fix it ? thanks. I'm using Ubuntu 16.04 as a host.

* Add autoconf2.13 to you system:

  $ sudo apt install autoconf2.13

* Add the following line to your local.conf if you are using recent poky.
  If you are using old poky, it's not needed.

|  HOSTTOOLS += "autoconf2.13"

We are now discussing about it to resolve properly:

|https://github.com/OSSystems/meta-browser/pull/43#issuecomment-312721620

Regards,


On 2017年07月04日 14:16, Riko Ho wrote:


I got this error :

checking for autoconf...
| ERROR: Could not find autoconf 2.13
| *** Fix above errors and then restart with\
|"make -f client.mk build"
| client.mk:375: recipe for target 'configure' failed
| make: *** [configure] Error 1
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure

How to fix it ? thanks. I'm using Ubuntu 16.04 as a host.


On 03/07/17 15:32, Takuro Ashie wrote:

Hi.


How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb



I'm now trying to upgrade it to 52ESR:

https://github.com/OSSystems/meta-browser/pull/43

It almost done but seems have a problem. Drawing tabs may be broken.
I'm now investigating it.
If you are interesting it, please try the following branch and 
report issues:


https://github.com/ashie/meta-browser/tree/firefox-52.1.2esr-2

In addition, we are also trying to support

  * Wayland
  * OpenMAX
  * EGL

They are already enabled in the following branch but not stable yet:

https://github.com/mozilla-japan/meta-browser/tree/firefox-52.2esr

Regards,
Takuro Ashie 


On 2017年07月01日 15:03, Riko Ho wrote:


Hello Everyone,

How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb

Thanks
--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*






--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*




--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Takuro Ashie

Hi.

> How to fix it ? thanks. I'm using Ubuntu 16.04 as a host.

* Add autoconf2.13 to you system:

  $ sudo apt install autoconf2.13

* Add the following line to your local.conf if you are using recent poky.
  If you are using old poky, it's not needed.

|  HOSTTOOLS += "autoconf2.13"

We are now discussing about it to resolve properly:

|https://github.com/OSSystems/meta-browser/pull/43#issuecomment-312721620

Regards,


On 2017年07月04日 14:16, Riko Ho wrote:


I got this error :

checking for autoconf...
| ERROR: Could not find autoconf 2.13
| *** Fix above errors and then restart with\
|"make -f client.mk build"
| client.mk:375: recipe for target 'configure' failed
| make: *** [configure] Error 1
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure

How to fix it ? thanks. I'm using Ubuntu 16.04 as a host.


On 03/07/17 15:32, Takuro Ashie wrote:

Hi.


How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb



I'm now trying to upgrade it to 52ESR:

https://github.com/OSSystems/meta-browser/pull/43

It almost done but seems have a problem. Drawing tabs may be broken.
I'm now investigating it.
If you are interesting it, please try the following branch and report 
issues:


https://github.com/ashie/meta-browser/tree/firefox-52.1.2esr-2

In addition, we are also trying to support

  * Wayland
  * OpenMAX
  * EGL

They are already enabled in the following branch but not stable yet:

https://github.com/mozilla-japan/meta-browser/tree/firefox-52.2esr

Regards,
Takuro Ashie 


On 2017年07月01日 15:03, Riko Ho wrote:


Hello Everyone,

How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb

Thanks
--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*






--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*


-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Riko Ho

I got this error :

checking for autoconf...
| ERROR: Could not find autoconf 2.13
| *** Fix above errors and then restart with\
|"make -f client.mk build"
| client.mk:375: recipe for target 'configure' failed
| make: *** [configure] Error 1
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure

How to fix it ? thanks. I'm using Ubuntu 16.04 as a host.


On 03/07/17 15:32, Takuro Ashie wrote:

Hi.


How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb



I'm now trying to upgrade it to 52ESR:

https://github.com/OSSystems/meta-browser/pull/43

It almost done but seems have a problem. Drawing tabs may be broken.
I'm now investigating it.
If you are interesting it, please try the following branch and report 
issues:


https://github.com/ashie/meta-browser/tree/firefox-52.1.2esr-2

In addition, we are also trying to support

  * Wayland
  * OpenMAX
  * EGL

They are already enabled in the following branch but not stable yet:

https://github.com/mozilla-japan/meta-browser/tree/firefox-52.2esr

Regards,
Takuro Ashie 


On 2017年07月01日 15:03, Riko Ho wrote:


Hello Everyone,

How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb

Thanks
--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*






--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Riko Ho

Hi,

How can I update file into my computer ?

Thanks


On 03/07/17 15:32, Takuro Ashie wrote:

Hi.


How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb



I'm now trying to upgrade it to 52ESR:

https://github.com/OSSystems/meta-browser/pull/43

It almost done but seems have a problem. Drawing tabs may be broken.
I'm now investigating it.
If you are interesting it, please try the following branch and report 
issues:


https://github.com/ashie/meta-browser/tree/firefox-52.1.2esr-2

In addition, we are also trying to support

  * Wayland
  * OpenMAX
  * EGL

They are already enabled in the following branch but not stable yet:

https://github.com/mozilla-japan/meta-browser/tree/firefox-52.2esr

Regards,
Takuro Ashie 


On 2017年07月01日 15:03, Riko Ho wrote:


Hello Everyone,

How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb

Thanks
--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*






--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Takuro Ashie

Hi.


How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb



I'm now trying to upgrade it to 52ESR:

  https://github.com/OSSystems/meta-browser/pull/43

It almost done but seems have a problem. Drawing tabs may be broken.
I'm now investigating it.
If you are interesting it, please try the following branch and report 
issues:


  https://github.com/ashie/meta-browser/tree/firefox-52.1.2esr-2

In addition, we are also trying to support

  * Wayland
  * OpenMAX
  * EGL

They are already enabled in the following branch but not stable yet:

  https://github.com/mozilla-japan/meta-browser/tree/firefox-52.2esr

Regards,
Takuro Ashie 


On 2017年07月01日 15:03, Riko Ho wrote:


Hello Everyone,

How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb

Thanks
--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*




-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-01 Thread Riko Ho

Hello Everyone,

How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb

Thanks
--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto