All of lore.kernel.org
 help / color / mirror / Atom feed
* layers.openembedded.org upgraded
@ 2018-09-27 20:42 Paul Eggleton
  2018-09-27 20:59   ` Andreas Müller
  2018-09-27 21:28   ` [yocto] " Nicolas Dechesne
  0 siblings, 2 replies; 23+ messages in thread
From: Paul Eggleton @ 2018-09-27 20:42 UTC (permalink / raw)
  To: openembedded-core, openembedded-devel; +Cc: yocto

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

Hi all,

I'm very happy to announce that we've finally been able to upgrade the layer 
index at http://layers.openembedded.org to the latest revision on master, 
incorporating quite a bit of work that's been going on for the past few 
months. Improvements now visible:

* Patch tracking - each recipe detail page now lists any patches being applied 
by the recipe along with upstream status for each - see attached screenshot. 
You can click through to view/download the actual patch, and any URLs in the 
supplemental status text are also made into clickable links.

* Source tracking - remote entries in SRC_URI are now listed on the recipe 
detail page and made into clickable links where possible - see attached 
screenshot

* Link to inc files - there is now a link in the recipe detail page to any inc 
files that a recipe includes as long as they are in the same directory, as a 
shortcut to see the rest of the definitions for the recipe.

* Recipe list CSV export - there is now an "Export CSV" button at the top of 
the recipe list on the layer detail page. This currently includes the recipe 
name and version - we could look at extending this, but note that the REST API 
provides access to all of the information programmatically and may be better 
suited for many applications that need this data.

* Site-wide notice support - admins can now add notifications to appear at the 
top of the page across the entire site. This is useful in the case where there 
is some problem with the update process or maintenance is going on as happens 
from time to time.

* Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that 
we were using previously. This has made a fairly minor difference to the UI 
(padding/spacing/fonts have changed a little) but has allowed us to tidy up a 
few things in the code.

* The "Base" layer type is no longer selectable for layer submissions. I 
noticed people sometimes selected this erroneously; it's only applicable for 
openembedded-core and meta-oe basically so that they show up at the top of the 
layer list. Only admins can now select this type for a layer.

* Numerous other bugfixes, robustness improvements and code cleanups.

Thanks very much to everyone who has contributed to the layer index code up to 
now (and to BitBake / tinfoil, which we rely upon to extract the information 
from the metadata), but I'd like to give particular thanks to Michael 
Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making 
this upgrade possible.


Also integrated were the Recipe Reporting System (RRS) which powers 
http://recipes.yoctoproject.org and other distro comparison support, but these 
will take a bit more time to properly enable so I'll send out a separate email 
with further details when they are ready.

As always, please let me know if you have any comments or notice any issues. 
(I've already seen a few minor problems in the update logs so I'll be looking 
into those.)

Cheers,
Paul

-- 
Paul Eggleton
Intel Open Source Technology Centre

[-- Attachment #2: sources_patches.png --]
[-- Type: image/png, Size: 107794 bytes --]

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

* Re: [OE-core] layers.openembedded.org upgraded
  2018-09-27 20:42 layers.openembedded.org upgraded Paul Eggleton
@ 2018-09-27 20:59   ` Andreas Müller
  2018-09-27 21:28   ` [yocto] " Nicolas Dechesne
  1 sibling, 0 replies; 23+ messages in thread
From: Andreas Müller @ 2018-09-27 20:59 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: Yocto Project, openembeded-devel,
	Patches and discussions about the oe-core layer

On Thu, Sep 27, 2018 at 10:42 PM, Paul Eggleton <paul.eggleton@intel.com> wrote:
> Hi all,
>
> I'm very happy to announce that we've finally been able to upgrade the layer
> index at http://layers.openembedded.org to the latest revision on master,
> incorporating quite a bit of work that's been going on for the past few
> months. Improvements now visible:
>
> * Patch tracking - each recipe detail page now lists any patches being applied
> by the recipe along with upstream status for each - see attached screenshot.
> You can click through to view/download the actual patch, and any URLs in the
> supplemental status text are also made into clickable links.
>
> * Source tracking - remote entries in SRC_URI are now listed on the recipe
> detail page and made into clickable links where possible - see attached
> screenshot
>
> * Link to inc files - there is now a link in the recipe detail page to any inc
> files that a recipe includes as long as they are in the same directory, as a
> shortcut to see the rest of the definitions for the recipe.
>
> * Recipe list CSV export - there is now an "Export CSV" button at the top of
> the recipe list on the layer detail page. This currently includes the recipe
> name and version - we could look at extending this, but note that the REST API
> provides access to all of the information programmatically and may be better
> suited for many applications that need this data.
>
> * Site-wide notice support - admins can now add notifications to appear at the
> top of the page across the entire site. This is useful in the case where there
> is some problem with the update process or maintenance is going on as happens
> from time to time.
>
> * Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that
> we were using previously. This has made a fairly minor difference to the UI
> (padding/spacing/fonts have changed a little) but has allowed us to tidy up a
> few things in the code.
>
> * The "Base" layer type is no longer selectable for layer submissions. I
> noticed people sometimes selected this erroneously; it's only applicable for
> openembedded-core and meta-oe basically so that they show up at the top of the
> layer list. Only admins can now select this type for a layer.
>
> * Numerous other bugfixes, robustness improvements and code cleanups.
>
> Thanks very much to everyone who has contributed to the layer index code up to
> now (and to BitBake / tinfoil, which we rely upon to extract the information
> from the metadata), but I'd like to give particular thanks to Michael
> Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making
> this upgrade possible.
>
>
> Also integrated were the Recipe Reporting System (RRS) which powers
> http://recipes.yoctoproject.org and other distro comparison support, but these
> will take a bit more time to properly enable so I'll send out a separate email
> with further details when they are ready.
>
> As always, please let me know if you have any comments or notice any issues.
> (I've already seen a few minor problems in the update logs so I'll be looking
> into those.)
>
> Cheers,
> Paul
>
As daily user of layerindex I think particularly the first three
features are very helpful. Thanks a lot!

Andreas


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

* Re: layers.openembedded.org upgraded
@ 2018-09-27 20:59   ` Andreas Müller
  0 siblings, 0 replies; 23+ messages in thread
From: Andreas Müller @ 2018-09-27 20:59 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: Yocto Project, openembeded-devel,
	Patches and discussions about the oe-core layer

On Thu, Sep 27, 2018 at 10:42 PM, Paul Eggleton <paul.eggleton@intel.com> wrote:
> Hi all,
>
> I'm very happy to announce that we've finally been able to upgrade the layer
> index at http://layers.openembedded.org to the latest revision on master,
> incorporating quite a bit of work that's been going on for the past few
> months. Improvements now visible:
>
> * Patch tracking - each recipe detail page now lists any patches being applied
> by the recipe along with upstream status for each - see attached screenshot.
> You can click through to view/download the actual patch, and any URLs in the
> supplemental status text are also made into clickable links.
>
> * Source tracking - remote entries in SRC_URI are now listed on the recipe
> detail page and made into clickable links where possible - see attached
> screenshot
>
> * Link to inc files - there is now a link in the recipe detail page to any inc
> files that a recipe includes as long as they are in the same directory, as a
> shortcut to see the rest of the definitions for the recipe.
>
> * Recipe list CSV export - there is now an "Export CSV" button at the top of
> the recipe list on the layer detail page. This currently includes the recipe
> name and version - we could look at extending this, but note that the REST API
> provides access to all of the information programmatically and may be better
> suited for many applications that need this data.
>
> * Site-wide notice support - admins can now add notifications to appear at the
> top of the page across the entire site. This is useful in the case where there
> is some problem with the update process or maintenance is going on as happens
> from time to time.
>
> * Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that
> we were using previously. This has made a fairly minor difference to the UI
> (padding/spacing/fonts have changed a little) but has allowed us to tidy up a
> few things in the code.
>
> * The "Base" layer type is no longer selectable for layer submissions. I
> noticed people sometimes selected this erroneously; it's only applicable for
> openembedded-core and meta-oe basically so that they show up at the top of the
> layer list. Only admins can now select this type for a layer.
>
> * Numerous other bugfixes, robustness improvements and code cleanups.
>
> Thanks very much to everyone who has contributed to the layer index code up to
> now (and to BitBake / tinfoil, which we rely upon to extract the information
> from the metadata), but I'd like to give particular thanks to Michael
> Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making
> this upgrade possible.
>
>
> Also integrated were the Recipe Reporting System (RRS) which powers
> http://recipes.yoctoproject.org and other distro comparison support, but these
> will take a bit more time to properly enable so I'll send out a separate email
> with further details when they are ready.
>
> As always, please let me know if you have any comments or notice any issues.
> (I've already seen a few minor problems in the update logs so I'll be looking
> into those.)
>
> Cheers,
> Paul
>
As daily user of layerindex I think particularly the first three
features are very helpful. Thanks a lot!

Andreas


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

* Re: layers.openembedded.org upgraded
  2018-09-27 20:42 layers.openembedded.org upgraded Paul Eggleton
@ 2018-09-27 21:28   ` Nicolas Dechesne
  2018-09-27 21:28   ` [yocto] " Nicolas Dechesne
  1 sibling, 0 replies; 23+ messages in thread
From: Nicolas Dechesne @ 2018-09-27 21:28 UTC (permalink / raw)
  To: Eggleton, Paul
  Cc: Yocto list discussion, openembedded-devel,
	Patches and discussions about the oe-core layer

On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton <paul.eggleton@intel.com> wrote:
>
> Hi all,
>
> I'm very happy to announce that we've finally been able to upgrade the layer
> index at http://layers.openembedded.org to the latest revision on master,
> incorporating quite a bit of work that's been going on for the past few
> months. Improvements now visible:
>
> * Patch tracking - each recipe detail page now lists any patches being applied
> by the recipe along with upstream status for each - see attached screenshot.
> You can click through to view/download the actual patch, and any URLs in the
> supplemental status text are also made into clickable links.
>
> * Source tracking - remote entries in SRC_URI are now listed on the recipe
> detail page and made into clickable links where possible - see attached
> screenshot
>
> * Link to inc files - there is now a link in the recipe detail page to any inc
> files that a recipe includes as long as they are in the same directory, as a
> shortcut to see the rest of the definitions for the recipe.
>
> * Recipe list CSV export - there is now an "Export CSV" button at the top of
> the recipe list on the layer detail page. This currently includes the recipe
> name and version - we could look at extending this, but note that the REST API
> provides access to all of the information programmatically and may be better
> suited for many applications that need this data.
>
> * Site-wide notice support - admins can now add notifications to appear at the
> top of the page across the entire site. This is useful in the case where there
> is some problem with the update process or maintenance is going on as happens
> from time to time.
>
> * Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that
> we were using previously. This has made a fairly minor difference to the UI
> (padding/spacing/fonts have changed a little) but has allowed us to tidy up a
> few things in the code.
>
> * The "Base" layer type is no longer selectable for layer submissions. I
> noticed people sometimes selected this erroneously; it's only applicable for
> openembedded-core and meta-oe basically so that they show up at the top of the
> layer list. Only admins can now select this type for a layer.
>
> * Numerous other bugfixes, robustness improvements and code cleanups.
>
> Thanks very much to everyone who has contributed to the layer index code up to
> now (and to BitBake / tinfoil, which we rely upon to extract the information
> from the metadata), but I'd like to give particular thanks to Michael
> Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making
> this upgrade possible.

Paul, and everyone above, many thanks for your contributions to the
Layer Index which is definitely a great tool for our community! It
encourages and simplifies reuse and sharing of all recipes! The update
looks really good, and as Andreas says, the top #3 features will make
a big difference.

>
>
> Also integrated were the Recipe Reporting System (RRS) which powers
> http://recipes.yoctoproject.org and other distro comparison support, but these
> will take a bit more time to properly enable so I'll send out a separate email
> with further details when they are ready.
>
> As always, please let me know if you have any comments or notice any issues.
> (I've already seen a few minor problems in the update logs so I'll be looking
> into those.)
>
> Cheers,
> Paul
>
> --
> Paul Eggleton
> Intel Open Source Technology Centre--
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

* Re: [yocto] layers.openembedded.org upgraded
@ 2018-09-27 21:28   ` Nicolas Dechesne
  0 siblings, 0 replies; 23+ messages in thread
From: Nicolas Dechesne @ 2018-09-27 21:28 UTC (permalink / raw)
  To: Eggleton, Paul
  Cc: Yocto list discussion, openembedded-devel,
	Patches and discussions about the oe-core layer

On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton <paul.eggleton@intel.com> wrote:
>
> Hi all,
>
> I'm very happy to announce that we've finally been able to upgrade the layer
> index at http://layers.openembedded.org to the latest revision on master,
> incorporating quite a bit of work that's been going on for the past few
> months. Improvements now visible:
>
> * Patch tracking - each recipe detail page now lists any patches being applied
> by the recipe along with upstream status for each - see attached screenshot.
> You can click through to view/download the actual patch, and any URLs in the
> supplemental status text are also made into clickable links.
>
> * Source tracking - remote entries in SRC_URI are now listed on the recipe
> detail page and made into clickable links where possible - see attached
> screenshot
>
> * Link to inc files - there is now a link in the recipe detail page to any inc
> files that a recipe includes as long as they are in the same directory, as a
> shortcut to see the rest of the definitions for the recipe.
>
> * Recipe list CSV export - there is now an "Export CSV" button at the top of
> the recipe list on the layer detail page. This currently includes the recipe
> name and version - we could look at extending this, but note that the REST API
> provides access to all of the information programmatically and may be better
> suited for many applications that need this data.
>
> * Site-wide notice support - admins can now add notifications to appear at the
> top of the page across the entire site. This is useful in the case where there
> is some problem with the update process or maintenance is going on as happens
> from time to time.
>
> * Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that
> we were using previously. This has made a fairly minor difference to the UI
> (padding/spacing/fonts have changed a little) but has allowed us to tidy up a
> few things in the code.
>
> * The "Base" layer type is no longer selectable for layer submissions. I
> noticed people sometimes selected this erroneously; it's only applicable for
> openembedded-core and meta-oe basically so that they show up at the top of the
> layer list. Only admins can now select this type for a layer.
>
> * Numerous other bugfixes, robustness improvements and code cleanups.
>
> Thanks very much to everyone who has contributed to the layer index code up to
> now (and to BitBake / tinfoil, which we rely upon to extract the information
> from the metadata), but I'd like to give particular thanks to Michael
> Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making
> this upgrade possible.

Paul, and everyone above, many thanks for your contributions to the
Layer Index which is definitely a great tool for our community! It
encourages and simplifies reuse and sharing of all recipes! The update
looks really good, and as Andreas says, the top #3 features will make
a big difference.

>
>
> Also integrated were the Recipe Reporting System (RRS) which powers
> http://recipes.yoctoproject.org and other distro comparison support, but these
> will take a bit more time to properly enable so I'll send out a separate email
> with further details when they are ready.
>
> As always, please let me know if you have any comments or notice any issues.
> (I've already seen a few minor problems in the update logs so I'll be looking
> into those.)
>
> Cheers,
> Paul
>
> --
> Paul Eggleton
> Intel Open Source Technology Centre--
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

* Re: [OE-core] layers.openembedded.org upgraded
  2018-09-27 21:28   ` [yocto] " Nicolas Dechesne
  (?)
@ 2018-09-27 23:22     ` Randy MacLeod
  -1 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-27 23:22 UTC (permalink / raw)
  To: Nicolas Dechesne, Eggleton, Paul
  Cc: Yocto list discussion, openembedded-devel,
	Patches and discussions about the oe-core layer

On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
> On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton <paul.eggleton@intel.com> wrote:
>>
>> Hi all, >>
>> I'm very happy to announce that we've finally been able to upgrade the layer
>> index at http://layers.openembedded.org to the latest revision on master,
>> incorporating quite a bit of work that's been going on for the past few
>> months. Improvements now visible:

Nice new features, thanks!

The "Branch:" and "Filter layers" selection menus don't work
for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.

Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
works fine.

../Randy


>>
>> * Patch tracking - each recipe detail page now lists any patches being applied
>> by the recipe along with upstream status for each - see attached screenshot.
>> You can click through to view/download the actual patch, and any URLs in the
>> supplemental status text are also made into clickable links.
>>
>> * Source tracking - remote entries in SRC_URI are now listed on the recipe
>> detail page and made into clickable links where possible - see attached
>> screenshot
>>
>> * Link to inc files - there is now a link in the recipe detail page to any inc
>> files that a recipe includes as long as they are in the same directory, as a
>> shortcut to see the rest of the definitions for the recipe.
>>
>> * Recipe list CSV export - there is now an "Export CSV" button at the top of
>> the recipe list on the layer detail page. This currently includes the recipe
>> name and version - we could look at extending this, but note that the REST API
>> provides access to all of the information programmatically and may be better
>> suited for many applications that need this data.
>>
>> * Site-wide notice support - admins can now add notifications to appear at the
>> top of the page across the entire site. This is useful in the case where there
>> is some problem with the update process or maintenance is going on as happens
>> from time to time.
>>
>> * Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that
>> we were using previously. This has made a fairly minor difference to the UI
>> (padding/spacing/fonts have changed a little) but has allowed us to tidy up a
>> few things in the code.
>>
>> * The "Base" layer type is no longer selectable for layer submissions. I
>> noticed people sometimes selected this erroneously; it's only applicable for
>> openembedded-core and meta-oe basically so that they show up at the top of the
>> layer list. Only admins can now select this type for a layer.
>>
>> * Numerous other bugfixes, robustness improvements and code cleanups.
>>
>> Thanks very much to everyone who has contributed to the layer index code up to
>> now (and to BitBake / tinfoil, which we rely upon to extract the information
>> from the metadata), but I'd like to give particular thanks to Michael
>> Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making
>> this upgrade possible.
> 
> Paul, and everyone above, many thanks for your contributions to the
> Layer Index which is definitely a great tool for our community! It
> encourages and simplifies reuse and sharing of all recipes! The update
> looks really good, and as Andreas says, the top #3 features will make
> a big difference.
> 
>>
>>
>> Also integrated were the Recipe Reporting System (RRS) which powers
>> http://recipes.yoctoproject.org and other distro comparison support, but these
>> will take a bit more time to properly enable so I'll send out a separate email
>> with further details when they are ready.
>>
>> As always, please let me know if you have any comments or notice any issues.
>> (I've already seen a few minor problems in the update logs so I'll be looking
>> into those.)
>>
>> Cheers,
>> Paul
>>
>> --
>> Paul Eggleton
>> Intel Open Source Technology Centre--
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [yocto] layers.openembedded.org upgraded
@ 2018-09-27 23:22     ` Randy MacLeod
  0 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-27 23:22 UTC (permalink / raw)
  To: Nicolas Dechesne, Eggleton, Paul
  Cc: Yocto list discussion, openembedded-devel,
	Patches and discussions about the oe-core layer

On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
> On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton <paul.eggleton@intel.com> wrote:
>>
>> Hi all, >>
>> I'm very happy to announce that we've finally been able to upgrade the layer
>> index at http://layers.openembedded.org to the latest revision on master,
>> incorporating quite a bit of work that's been going on for the past few
>> months. Improvements now visible:

Nice new features, thanks!

The "Branch:" and "Filter layers" selection menus don't work
for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.

Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
works fine.

../Randy


>>
>> * Patch tracking - each recipe detail page now lists any patches being applied
>> by the recipe along with upstream status for each - see attached screenshot.
>> You can click through to view/download the actual patch, and any URLs in the
>> supplemental status text are also made into clickable links.
>>
>> * Source tracking - remote entries in SRC_URI are now listed on the recipe
>> detail page and made into clickable links where possible - see attached
>> screenshot
>>
>> * Link to inc files - there is now a link in the recipe detail page to any inc
>> files that a recipe includes as long as they are in the same directory, as a
>> shortcut to see the rest of the definitions for the recipe.
>>
>> * Recipe list CSV export - there is now an "Export CSV" button at the top of
>> the recipe list on the layer detail page. This currently includes the recipe
>> name and version - we could look at extending this, but note that the REST API
>> provides access to all of the information programmatically and may be better
>> suited for many applications that need this data.
>>
>> * Site-wide notice support - admins can now add notifications to appear at the
>> top of the page across the entire site. This is useful in the case where there
>> is some problem with the update process or maintenance is going on as happens
>> from time to time.
>>
>> * Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that
>> we were using previously. This has made a fairly minor difference to the UI
>> (padding/spacing/fonts have changed a little) but has allowed us to tidy up a
>> few things in the code.
>>
>> * The "Base" layer type is no longer selectable for layer submissions. I
>> noticed people sometimes selected this erroneously; it's only applicable for
>> openembedded-core and meta-oe basically so that they show up at the top of the
>> layer list. Only admins can now select this type for a layer.
>>
>> * Numerous other bugfixes, robustness improvements and code cleanups.
>>
>> Thanks very much to everyone who has contributed to the layer index code up to
>> now (and to BitBake / tinfoil, which we rely upon to extract the information
>> from the metadata), but I'd like to give particular thanks to Michael
>> Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making
>> this upgrade possible.
> 
> Paul, and everyone above, many thanks for your contributions to the
> Layer Index which is definitely a great tool for our community! It
> encourages and simplifies reuse and sharing of all recipes! The update
> looks really good, and as Andreas says, the top #3 features will make
> a big difference.
> 
>>
>>
>> Also integrated were the Recipe Reporting System (RRS) which powers
>> http://recipes.yoctoproject.org and other distro comparison support, but these
>> will take a bit more time to properly enable so I'll send out a separate email
>> with further details when they are ready.
>>
>> As always, please let me know if you have any comments or notice any issues.
>> (I've already seen a few minor problems in the update logs so I'll be looking
>> into those.)
>>
>> Cheers,
>> Paul
>>
>> --
>> Paul Eggleton
>> Intel Open Source Technology Centre--
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [OE-core] [yocto] layers.openembedded.org upgraded
@ 2018-09-27 23:22     ` Randy MacLeod
  0 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-27 23:22 UTC (permalink / raw)
  To: Nicolas Dechesne, Eggleton, Paul
  Cc: Yocto list discussion, openembedded-devel,
	Patches and discussions about the oe-core layer

On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
> On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton <paul.eggleton@intel.com> wrote:
>>
>> Hi all, >>
>> I'm very happy to announce that we've finally been able to upgrade the layer
>> index at http://layers.openembedded.org to the latest revision on master,
>> incorporating quite a bit of work that's been going on for the past few
>> months. Improvements now visible:

Nice new features, thanks!

The "Branch:" and "Filter layers" selection menus don't work
for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.

Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
works fine.

../Randy


>>
>> * Patch tracking - each recipe detail page now lists any patches being applied
>> by the recipe along with upstream status for each - see attached screenshot.
>> You can click through to view/download the actual patch, and any URLs in the
>> supplemental status text are also made into clickable links.
>>
>> * Source tracking - remote entries in SRC_URI are now listed on the recipe
>> detail page and made into clickable links where possible - see attached
>> screenshot
>>
>> * Link to inc files - there is now a link in the recipe detail page to any inc
>> files that a recipe includes as long as they are in the same directory, as a
>> shortcut to see the rest of the definitions for the recipe.
>>
>> * Recipe list CSV export - there is now an "Export CSV" button at the top of
>> the recipe list on the layer detail page. This currently includes the recipe
>> name and version - we could look at extending this, but note that the REST API
>> provides access to all of the information programmatically and may be better
>> suited for many applications that need this data.
>>
>> * Site-wide notice support - admins can now add notifications to appear at the
>> top of the page across the entire site. This is useful in the case where there
>> is some problem with the update process or maintenance is going on as happens
>> from time to time.
>>
>> * Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that
>> we were using previously. This has made a fairly minor difference to the UI
>> (padding/spacing/fonts have changed a little) but has allowed us to tidy up a
>> few things in the code.
>>
>> * The "Base" layer type is no longer selectable for layer submissions. I
>> noticed people sometimes selected this erroneously; it's only applicable for
>> openembedded-core and meta-oe basically so that they show up at the top of the
>> layer list. Only admins can now select this type for a layer.
>>
>> * Numerous other bugfixes, robustness improvements and code cleanups.
>>
>> Thanks very much to everyone who has contributed to the layer index code up to
>> now (and to BitBake / tinfoil, which we rely upon to extract the information
>> from the metadata), but I'd like to give particular thanks to Michael
>> Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making
>> this upgrade possible.
> 
> Paul, and everyone above, many thanks for your contributions to the
> Layer Index which is definitely a great tool for our community! It
> encourages and simplifies reuse and sharing of all recipes! The update
> looks really good, and as Andreas says, the top #3 features will make
> a big difference.
> 
>>
>>
>> Also integrated were the Recipe Reporting System (RRS) which powers
>> http://recipes.yoctoproject.org and other distro comparison support, but these
>> will take a bit more time to properly enable so I'll send out a separate email
>> with further details when they are ready.
>>
>> As always, please let me know if you have any comments or notice any issues.
>> (I've already seen a few minor problems in the update logs so I'll be looking
>> into those.)
>>
>> Cheers,
>> Paul
>>
>> --
>> Paul Eggleton
>> Intel Open Source Technology Centre--
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [OE-core] layers.openembedded.org upgraded
  2018-09-27 23:22     ` Randy MacLeod
  (?)
@ 2018-09-27 23:33       ` Paul Eggleton
  -1 siblings, 0 replies; 23+ messages in thread
From: Paul Eggleton @ 2018-09-27 23:33 UTC (permalink / raw)
  To: Randy MacLeod
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

Hi Randy

On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
> > On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton <paul.eggleton@intel.com> wrote:
> >> I'm very happy to announce that we've finally been able to upgrade the layer
> >> index at http://layers.openembedded.org to the latest revision on master,
> >> incorporating quite a bit of work that's been going on for the past few
> >> months. Improvements now visible:
> 
> Nice new features, thanks!
> 
> The "Branch:" and "Filter layers" selection menus don't work
> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
> 
> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
> works fine.

Hmm, I do my development with Firefox and I just checked - with Firefox
62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
enabled that might prevent these from working? I believe they both rely on
javascript (the filter dropdown definitely does).

Cheers,
Paul

-- 
Paul Eggleton
Intel Open Source Technology Centre




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

* Re: [yocto] layers.openembedded.org upgraded
@ 2018-09-27 23:33       ` Paul Eggleton
  0 siblings, 0 replies; 23+ messages in thread
From: Paul Eggleton @ 2018-09-27 23:33 UTC (permalink / raw)
  To: Randy MacLeod
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

Hi Randy

On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
> > On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton <paul.eggleton@intel.com> wrote:
> >> I'm very happy to announce that we've finally been able to upgrade the layer
> >> index at http://layers.openembedded.org to the latest revision on master,
> >> incorporating quite a bit of work that's been going on for the past few
> >> months. Improvements now visible:
> 
> Nice new features, thanks!
> 
> The "Branch:" and "Filter layers" selection menus don't work
> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
> 
> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
> works fine.

Hmm, I do my development with Firefox and I just checked - with Firefox
62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
enabled that might prevent these from working? I believe they both rely on
javascript (the filter dropdown definitely does).

Cheers,
Paul

-- 
Paul Eggleton
Intel Open Source Technology Centre




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

* Re: [yocto] [OE-core] layers.openembedded.org upgraded
@ 2018-09-27 23:33       ` Paul Eggleton
  0 siblings, 0 replies; 23+ messages in thread
From: Paul Eggleton @ 2018-09-27 23:33 UTC (permalink / raw)
  To: Randy MacLeod
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

Hi Randy

On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
> > On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton <paul.eggleton@intel.com> wrote:
> >> I'm very happy to announce that we've finally been able to upgrade the layer
> >> index at http://layers.openembedded.org to the latest revision on master,
> >> incorporating quite a bit of work that's been going on for the past few
> >> months. Improvements now visible:
> 
> Nice new features, thanks!
> 
> The "Branch:" and "Filter layers" selection menus don't work
> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
> 
> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
> works fine.

Hmm, I do my development with Firefox and I just checked - with Firefox
62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
enabled that might prevent these from working? I believe they both rely on
javascript (the filter dropdown definitely does).

Cheers,
Paul

-- 
Paul Eggleton
Intel Open Source Technology Centre




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

* Re: [OE-core] layers.openembedded.org upgraded
  2018-09-27 23:33       ` [yocto] " Paul Eggleton
  (?)
@ 2018-09-28  0:01         ` Randy MacLeod
  -1 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-28  0:01 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

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

On 09/27/2018 07:33 PM, Paul Eggleton wrote:
> Hi Randy
>
> On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
>> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
>>> On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton <paul.eggleton@intel.com> wrote:
>>>> I'm very happy to announce that we've finally been able to upgrade the layer
>>>> index at http://layers.openembedded.org to the latest revision on master,
>>>> incorporating quite a bit of work that's been going on for the past few
>>>> months. Improvements now visible:
>> Nice new features, thanks!
>>
>> The "Branch:" and "Filter layers" selection menus don't work
>> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
>>
>> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
>> works fine.
> Hmm, I do my development with Firefox and I just checked - with Firefox
> 62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
> enabled that might prevent these from working? I believe they both rely on
> javascript (the filter dropdown definitely does).

Does anyone else see this problem?
I've also asked on IRC.

I did have Firefox Lightbeam (disabled) and Quiick Java but I removed 
them both,
re-stared FF and still no joy/menus.


Looking at:
Menu->Web Developer -> Browser Console ( Control+Shift+J )
I see:

Error: Syntax error, unrecognized expression: # jquery-3.3.1.js:1541:8 
<https://layers.openembedded.org/static/js/jquery-3.3.1.js>
Sizzle</Sizzle.error 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:1541:8 
Sizzle</Sizzle.tokenize 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2193:4 
Sizzle</Sizzle.select 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2620:20 Sizzle 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:845:9 find 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2873:4 
jQuery.fn.init 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2983:14 jQuery 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:139:10 
getParent https://layers.openembedded.org/static/js/bootstrap.js:754:27 
clearMenus/< 
https://layers.openembedded.org/static/js/bootstrap.js:741:7 each 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:354:10 each 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:189:10 
clearMenus https://layers.openembedded.org/static/js/bootstrap.js:740:5 
dispatch 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:5182:16 
add/elemData.handle 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:4991:6

Does that help at all?

../Randy



>
> Cheers,
> Paul
>

-- 
# Randy MacLeod
# Wind River Linux


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

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

* Re: [yocto] layers.openembedded.org upgraded
@ 2018-09-28  0:01         ` Randy MacLeod
  0 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-28  0:01 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

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

On 09/27/2018 07:33 PM, Paul Eggleton wrote:
> Hi Randy
>
> On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
>> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
>>> On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton <paul.eggleton@intel.com> wrote:
>>>> I'm very happy to announce that we've finally been able to upgrade the layer
>>>> index at http://layers.openembedded.org to the latest revision on master,
>>>> incorporating quite a bit of work that's been going on for the past few
>>>> months. Improvements now visible:
>> Nice new features, thanks!
>>
>> The "Branch:" and "Filter layers" selection menus don't work
>> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
>>
>> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
>> works fine.
> Hmm, I do my development with Firefox and I just checked - with Firefox
> 62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
> enabled that might prevent these from working? I believe they both rely on
> javascript (the filter dropdown definitely does).

Does anyone else see this problem?
I've also asked on IRC.

I did have Firefox Lightbeam (disabled) and Quiick Java but I removed 
them both,
re-stared FF and still no joy/menus.


Looking at:
Menu->Web Developer -> Browser Console ( Control+Shift+J )
I see:

Error: Syntax error, unrecognized expression: # jquery-3.3.1.js:1541:8 
<https://layers.openembedded.org/static/js/jquery-3.3.1.js>
Sizzle</Sizzle.error 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:1541:8 
Sizzle</Sizzle.tokenize 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2193:4 
Sizzle</Sizzle.select 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2620:20 Sizzle 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:845:9 find 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2873:4 
jQuery.fn.init 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2983:14 jQuery 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:139:10 
getParent https://layers.openembedded.org/static/js/bootstrap.js:754:27 
clearMenus/< 
https://layers.openembedded.org/static/js/bootstrap.js:741:7 each 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:354:10 each 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:189:10 
clearMenus https://layers.openembedded.org/static/js/bootstrap.js:740:5 
dispatch 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:5182:16 
add/elemData.handle 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:4991:6

Does that help at all?

../Randy



>
> Cheers,
> Paul
>

-- 
# Randy MacLeod
# Wind River Linux


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

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

* Re: [yocto] [OE-core] layers.openembedded.org upgraded
@ 2018-09-28  0:01         ` Randy MacLeod
  0 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-28  0:01 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

On 09/27/2018 07:33 PM, Paul Eggleton wrote:
> Hi Randy
>
> On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
>> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
>>> On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton <paul.eggleton@intel.com> wrote:
>>>> I'm very happy to announce that we've finally been able to upgrade the layer
>>>> index at http://layers.openembedded.org to the latest revision on master,
>>>> incorporating quite a bit of work that's been going on for the past few
>>>> months. Improvements now visible:
>> Nice new features, thanks!
>>
>> The "Branch:" and "Filter layers" selection menus don't work
>> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
>>
>> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
>> works fine.
> Hmm, I do my development with Firefox and I just checked - with Firefox
> 62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
> enabled that might prevent these from working? I believe they both rely on
> javascript (the filter dropdown definitely does).

Does anyone else see this problem?
I've also asked on IRC.

I did have Firefox Lightbeam (disabled) and Quiick Java but I removed 
them both,
re-stared FF and still no joy/menus.


Looking at:
Menu->Web Developer -> Browser Console ( Control+Shift+J )
I see:

Error: Syntax error, unrecognized expression: # jquery-3.3.1.js:1541:8 
<https://layers.openembedded.org/static/js/jquery-3.3.1.js>
Sizzle</Sizzle.error 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:1541:8 
Sizzle</Sizzle.tokenize 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2193:4 
Sizzle</Sizzle.select 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2620:20 Sizzle 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:845:9 find 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2873:4 
jQuery.fn.init 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:2983:14 jQuery 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:139:10 
getParent https://layers.openembedded.org/static/js/bootstrap.js:754:27 
clearMenus/< 
https://layers.openembedded.org/static/js/bootstrap.js:741:7 each 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:354:10 each 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:189:10 
clearMenus https://layers.openembedded.org/static/js/bootstrap.js:740:5 
dispatch 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:5182:16 
add/elemData.handle 
https://layers.openembedded.org/static/js/jquery-3.3.1.js:4991:6

Does that help at all?

../Randy



>
> Cheers,
> Paul
>

-- 
# Randy MacLeod
# Wind River Linux



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

* Re: [OE-core] layers.openembedded.org upgraded
  2018-09-28  0:01         ` [yocto] " Randy MacLeod
  (?)
@ 2018-09-28 19:22           ` Randy MacLeod
  -1 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-28 19:22 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

On 09/27/2018 08:01 PM, Randy MacLeod wrote:
> On 09/27/2018 07:33 PM, Paul Eggleton wrote:
>> Hi Randy
>>
>> On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
>>> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
>>>> On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton<paul.eggleton@intel.com>  wrote:
>>>>> I'm very happy to announce that we've finally been able to upgrade the layer
>>>>> index athttp://layers.openembedded.org  to the latest revision on master,
>>>>> incorporating quite a bit of work that's been going on for the past few
>>>>> months. Improvements now visible:
>>> Nice new features, thanks!
>>>
>>> The "Branch:" and "Filter layers" selection menus don't work
>>> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
>>>
>>> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
>>> works fine.
>> Hmm, I do my development with Firefox and I just checked - with Firefox
>> 62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
>> enabled that might prevent these from working? I believe they both rely on
>> javascript (the filter dropdown definitely does).
> 
> Does anyone else see this problem?
> I've also asked on IRC.
> 
> I did have Firefox Lightbeam (disabled) and Quiick Java but I removed 
> them both,
> re-started FF and still no joy/menus.

One co-worker said that it works for him using
     Firefox 62.0 (64-bit) on Ubuntu-18.04
he has uBlock and Ghostery
and another has no problems with the new code when using:
     Firefox 52.8.0 (32-bit)

( 32 bit!! yikes! :)  )

I've restarted FF again, cut back on the crazy number of tabs
and the problem persists. Let me know if you know of any other
sites that use this JS code and I'd be happy to test with my
setup. I'll likey also reboot (sigh) and if needed try using a
test account on the laptop.


According my read of the traceback, the failing code is in:
view-source:https://layers.openembedded.org/static/js/jquery-3.3.1.js

...
Sizzle.matchesSelector = function( elem, expr ) {
	// Set document vars if needed
	if ( ( elem.ownerDocument || elem ) !== document ) {
		setDocument( elem );
	}

	// Make sure that attribute selectors are quoted
	expr = expr.replace( rattributeQuotes, "='$1']" );

	if ( support.matchesSelector && documentIsHTML &&
		!compilerCache[ expr + " " ] &&
		( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
		( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {

		try {
			var ret = matches.call( elem, expr );

			// IE 9's matchesSelector returns false on disconnected nodes
			if ( ret || support.disconnectedMatch ||
					// As well, disconnected nodes are said to be in a document
					// fragment in IE 9
					elem.document && elem.document.nodeType !== 11 ) {
				return ret;
			}
		} catch (e) {}
	}

	return Sizzle( expr, document, null, [ elem ] ).length > 0;
};

I don't see any relevant issues here:
    https://github.com/jquery/sizzle/issues/
but I don't speak javascript.

../Randy
> 
> 
> Looking at:
> Menu->Web Developer -> Browser Console ( Control+Shift+J )
> I see:
> 
> Error: Syntax error, unrecognized expression: # jquery-3.3.1.js:1541:8 
> <https://layers.openembedded.org/static/js/jquery-3.3.1.js>
> Sizzle</Sizzle.error 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:1541:8 
> Sizzle</Sizzle.tokenize 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2193:4 
> Sizzle</Sizzle.select 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2620:20 Sizzle 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:845:9 find 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2873:4 
> jQuery.fn.init 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2983:14 jQuery 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:139:10 
> getParent https://layers.openembedded.org/static/js/bootstrap.js:754:27 
> clearMenus/< 
> https://layers.openembedded.org/static/js/bootstrap.js:741:7 each 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:354:10 each 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:189:10 
> clearMenus https://layers.openembedded.org/static/js/bootstrap.js:740:5 
> dispatch 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:5182:16 
> add/elemData.handle 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:4991:6
> 
> Does that help at all?
> 
> ../Randy
> 
> 
> 
>> Cheers,
>> Paul
>>
> 
> -- 
> # Randy MacLeod
> # Wind River Linux
> 


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [yocto] layers.openembedded.org upgraded
@ 2018-09-28 19:22           ` Randy MacLeod
  0 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-28 19:22 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

On 09/27/2018 08:01 PM, Randy MacLeod wrote:
> On 09/27/2018 07:33 PM, Paul Eggleton wrote:
>> Hi Randy
>>
>> On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
>>> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
>>>> On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton<paul.eggleton@intel.com>  wrote:
>>>>> I'm very happy to announce that we've finally been able to upgrade the layer
>>>>> index athttp://layers.openembedded.org  to the latest revision on master,
>>>>> incorporating quite a bit of work that's been going on for the past few
>>>>> months. Improvements now visible:
>>> Nice new features, thanks!
>>>
>>> The "Branch:" and "Filter layers" selection menus don't work
>>> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
>>>
>>> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
>>> works fine.
>> Hmm, I do my development with Firefox and I just checked - with Firefox
>> 62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
>> enabled that might prevent these from working? I believe they both rely on
>> javascript (the filter dropdown definitely does).
> 
> Does anyone else see this problem?
> I've also asked on IRC.
> 
> I did have Firefox Lightbeam (disabled) and Quiick Java but I removed 
> them both,
> re-started FF and still no joy/menus.

One co-worker said that it works for him using
     Firefox 62.0 (64-bit) on Ubuntu-18.04
he has uBlock and Ghostery
and another has no problems with the new code when using:
     Firefox 52.8.0 (32-bit)

( 32 bit!! yikes! :)  )

I've restarted FF again, cut back on the crazy number of tabs
and the problem persists. Let me know if you know of any other
sites that use this JS code and I'd be happy to test with my
setup. I'll likey also reboot (sigh) and if needed try using a
test account on the laptop.


According my read of the traceback, the failing code is in:
view-source:https://layers.openembedded.org/static/js/jquery-3.3.1.js

...
Sizzle.matchesSelector = function( elem, expr ) {
	// Set document vars if needed
	if ( ( elem.ownerDocument || elem ) !== document ) {
		setDocument( elem );
	}

	// Make sure that attribute selectors are quoted
	expr = expr.replace( rattributeQuotes, "='$1']" );

	if ( support.matchesSelector && documentIsHTML &&
		!compilerCache[ expr + " " ] &&
		( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
		( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {

		try {
			var ret = matches.call( elem, expr );

			// IE 9's matchesSelector returns false on disconnected nodes
			if ( ret || support.disconnectedMatch ||
					// As well, disconnected nodes are said to be in a document
					// fragment in IE 9
					elem.document && elem.document.nodeType !== 11 ) {
				return ret;
			}
		} catch (e) {}
	}

	return Sizzle( expr, document, null, [ elem ] ).length > 0;
};

I don't see any relevant issues here:
    https://github.com/jquery/sizzle/issues/
but I don't speak javascript.

../Randy
> 
> 
> Looking at:
> Menu->Web Developer -> Browser Console ( Control+Shift+J )
> I see:
> 
> Error: Syntax error, unrecognized expression: # jquery-3.3.1.js:1541:8 
> <https://layers.openembedded.org/static/js/jquery-3.3.1.js>
> Sizzle</Sizzle.error 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:1541:8 
> Sizzle</Sizzle.tokenize 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2193:4 
> Sizzle</Sizzle.select 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2620:20 Sizzle 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:845:9 find 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2873:4 
> jQuery.fn.init 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2983:14 jQuery 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:139:10 
> getParent https://layers.openembedded.org/static/js/bootstrap.js:754:27 
> clearMenus/< 
> https://layers.openembedded.org/static/js/bootstrap.js:741:7 each 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:354:10 each 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:189:10 
> clearMenus https://layers.openembedded.org/static/js/bootstrap.js:740:5 
> dispatch 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:5182:16 
> add/elemData.handle 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:4991:6
> 
> Does that help at all?
> 
> ../Randy
> 
> 
> 
>> Cheers,
>> Paul
>>
> 
> -- 
> # Randy MacLeod
> # Wind River Linux
> 


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [yocto] [OE-core] layers.openembedded.org upgraded
@ 2018-09-28 19:22           ` Randy MacLeod
  0 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-28 19:22 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

On 09/27/2018 08:01 PM, Randy MacLeod wrote:
> On 09/27/2018 07:33 PM, Paul Eggleton wrote:
>> Hi Randy
>>
>> On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
>>> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
>>>> On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton<paul.eggleton@intel.com>  wrote:
>>>>> I'm very happy to announce that we've finally been able to upgrade the layer
>>>>> index athttp://layers.openembedded.org  to the latest revision on master,
>>>>> incorporating quite a bit of work that's been going on for the past few
>>>>> months. Improvements now visible:
>>> Nice new features, thanks!
>>>
>>> The "Branch:" and "Filter layers" selection menus don't work
>>> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
>>>
>>> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
>>> works fine.
>> Hmm, I do my development with Firefox and I just checked - with Firefox
>> 62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
>> enabled that might prevent these from working? I believe they both rely on
>> javascript (the filter dropdown definitely does).
> 
> Does anyone else see this problem?
> I've also asked on IRC.
> 
> I did have Firefox Lightbeam (disabled) and Quiick Java but I removed 
> them both,
> re-started FF and still no joy/menus.

One co-worker said that it works for him using
     Firefox 62.0 (64-bit) on Ubuntu-18.04
he has uBlock and Ghostery
and another has no problems with the new code when using:
     Firefox 52.8.0 (32-bit)

( 32 bit!! yikes! :)  )

I've restarted FF again, cut back on the crazy number of tabs
and the problem persists. Let me know if you know of any other
sites that use this JS code and I'd be happy to test with my
setup. I'll likey also reboot (sigh) and if needed try using a
test account on the laptop.


According my read of the traceback, the failing code is in:
view-source:https://layers.openembedded.org/static/js/jquery-3.3.1.js

...
Sizzle.matchesSelector = function( elem, expr ) {
	// Set document vars if needed
	if ( ( elem.ownerDocument || elem ) !== document ) {
		setDocument( elem );
	}

	// Make sure that attribute selectors are quoted
	expr = expr.replace( rattributeQuotes, "='$1']" );

	if ( support.matchesSelector && documentIsHTML &&
		!compilerCache[ expr + " " ] &&
		( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
		( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {

		try {
			var ret = matches.call( elem, expr );

			// IE 9's matchesSelector returns false on disconnected nodes
			if ( ret || support.disconnectedMatch ||
					// As well, disconnected nodes are said to be in a document
					// fragment in IE 9
					elem.document && elem.document.nodeType !== 11 ) {
				return ret;
			}
		} catch (e) {}
	}

	return Sizzle( expr, document, null, [ elem ] ).length > 0;
};

I don't see any relevant issues here:
    https://github.com/jquery/sizzle/issues/
but I don't speak javascript.

../Randy
> 
> 
> Looking at:
> Menu->Web Developer -> Browser Console ( Control+Shift+J )
> I see:
> 
> Error: Syntax error, unrecognized expression: # jquery-3.3.1.js:1541:8 
> <https://layers.openembedded.org/static/js/jquery-3.3.1.js>
> Sizzle</Sizzle.error 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:1541:8 
> Sizzle</Sizzle.tokenize 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2193:4 
> Sizzle</Sizzle.select 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2620:20 Sizzle 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:845:9 find 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2873:4 
> jQuery.fn.init 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2983:14 jQuery 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:139:10 
> getParent https://layers.openembedded.org/static/js/bootstrap.js:754:27 
> clearMenus/< 
> https://layers.openembedded.org/static/js/bootstrap.js:741:7 each 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:354:10 each 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:189:10 
> clearMenus https://layers.openembedded.org/static/js/bootstrap.js:740:5 
> dispatch 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:5182:16 
> add/elemData.handle 
> https://layers.openembedded.org/static/js/jquery-3.3.1.js:4991:6
> 
> Does that help at all?
> 
> ../Randy
> 
> 
> 
>> Cheers,
>> Paul
>>
> 
> -- 
> # Randy MacLeod
> # Wind River Linux
> 


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [OE-core] layers.openembedded.org upgraded
  2018-09-28 19:22           ` [yocto] " Randy MacLeod
  (?)
@ 2018-09-29 17:40             ` Randy MacLeod
  -1 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-29 17:40 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

On 09/28/2018 03:22 PM, Randy MacLeod wrote:
> On 09/27/2018 08:01 PM, Randy MacLeod wrote:
>> On 09/27/2018 07:33 PM, Paul Eggleton wrote:
>>> Hi Randy
>>>
>>> On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
>>>> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
>>>>> On Thu, Sep 27, 2018 at 10:43 PM Paul 
>>>>> Eggleton<paul.eggleton@intel.com>  wrote:
>>>>>> I'm very happy to announce that we've finally been able to upgrade 
>>>>>> the layer
>>>>>> index athttp://layers.openembedded.org  to the latest revision on 
>>>>>> master,
>>>>>> incorporating quite a bit of work that's been going on for the 
>>>>>> past few
>>>>>> months. Improvements now visible:
>>>> Nice new features, thanks!
>>>>
>>>> The "Branch:" and "Filter layers" selection menus don't work
>>>> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
>>>>
>>>> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
>>>> works fine.
>>> Hmm, I do my development with Firefox and I just checked - with Firefox
>>> 62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
>>> enabled that might prevent these from working? I believe they both 
>>> rely on
>>> javascript (the filter dropdown definitely does).
>>
>> Does anyone else see this problem?
>> I've also asked on IRC.
>>
>> I did have Firefox Lightbeam (disabled) and Quiick Java but I removed 
>> them both,
>> re-started FF and still no joy/menus.
> 
> One co-worker said that it works for him using
>      Firefox 62.0 (64-bit) on Ubuntu-18.04
> he has uBlock and Ghostery
> and another has no problems with the new code when using:
>      Firefox 52.8.0 (32-bit)
> 
> ( 32 bit!! yikes! :)  )
> 
> I've restarted FF again, cut back on the crazy number of tabs
> and the problem persists. Let me know if you know of any other
> sites that use this JS code and I'd be happy to test with my
> setup. I'll likey also reboot (sigh) and if needed try using a
> test account on the laptop.

It works for me now but it's not clear why. It seems that
it was a problem with my firefox profile.

Work log below in case it might help someone else.

../Randy


I rebooted:
   - still no menu.
I logged out and then into another account on the same laptop:
   - it worked.
I created another firefox profile in my usual account:
   - it worked.
I deleted that profile and used my default profile:
   - still no menu.
While visiting layers.openembedded.org, I opened the firefox
console using Shift+Control+K
   - I re-loaded the site.
   - it worked!
I closed the console:
   - it worked!
I restarted firefox:
   - it still works!

Hmmm, oh well.

../Randy

> 
> 
> According my read of the traceback, the failing code is in:
> view-source:https://layers.openembedded.org/static/js/jquery-3.3.1.js
> 
> ...
> Sizzle.matchesSelector = function( elem, expr ) {
>      // Set document vars if needed
>      if ( ( elem.ownerDocument || elem ) !== document ) {
>          setDocument( elem );
>      }
> 
>      // Make sure that attribute selectors are quoted
>      expr = expr.replace( rattributeQuotes, "='$1']" );
> 
>      if ( support.matchesSelector && documentIsHTML &&
>          !compilerCache[ expr + " " ] &&
>          ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
>          ( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {
> 
>          try {
>              var ret = matches.call( elem, expr );
> 
>              // IE 9's matchesSelector returns false on disconnected nodes
>              if ( ret || support.disconnectedMatch ||
>                      // As well, disconnected nodes are said to be in a 
> document
>                      // fragment in IE 9
>                      elem.document && elem.document.nodeType !== 11 ) {
>                  return ret;
>              }
>          } catch (e) {}
>      }
> 
>      return Sizzle( expr, document, null, [ elem ] ).length > 0;
> };
> 
> I don't see any relevant issues here:
>     https://github.com/jquery/sizzle/issues/
> but I don't speak javascript.
> 
> ../Randy
>>
>>
>> Looking at:
>> Menu->Web Developer -> Browser Console ( Control+Shift+J )
>> I see:
>>
>> Error: Syntax error, unrecognized expression: # jquery-3.3.1.js:1541:8 
>> <https://layers.openembedded.org/static/js/jquery-3.3.1.js>
>> Sizzle</Sizzle.error 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:1541:8 
>> Sizzle</Sizzle.tokenize 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2193:4 
>> Sizzle</Sizzle.select 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2620:20 
>> Sizzle https://layers.openembedded.org/static/js/jquery-3.3.1.js:845:9 
>> find https://layers.openembedded.org/static/js/jquery-3.3.1.js:2873:4 
>> jQuery.fn.init 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2983:14 
>> jQuery 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:139:10 
>> getParent 
>> https://layers.openembedded.org/static/js/bootstrap.js:754:27 
>> clearMenus/< 
>> https://layers.openembedded.org/static/js/bootstrap.js:741:7 each 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:354:10 each 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:189:10 
>> clearMenus 
>> https://layers.openembedded.org/static/js/bootstrap.js:740:5 dispatch 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:5182:16 
>> add/elemData.handle 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:4991:6
>>
>> Does that help at all?
>>
>> ../Randy
>>
>>
>>
>>> Cheers,
>>> Paul
>>>
>>
>> -- 
>> # Randy MacLeod
>> # Wind River Linux
>>
> 
> 


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [yocto] layers.openembedded.org upgraded
@ 2018-09-29 17:40             ` Randy MacLeod
  0 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-29 17:40 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

On 09/28/2018 03:22 PM, Randy MacLeod wrote:
> On 09/27/2018 08:01 PM, Randy MacLeod wrote:
>> On 09/27/2018 07:33 PM, Paul Eggleton wrote:
>>> Hi Randy
>>>
>>> On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
>>>> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
>>>>> On Thu, Sep 27, 2018 at 10:43 PM Paul 
>>>>> Eggleton<paul.eggleton@intel.com>  wrote:
>>>>>> I'm very happy to announce that we've finally been able to upgrade 
>>>>>> the layer
>>>>>> index athttp://layers.openembedded.org  to the latest revision on 
>>>>>> master,
>>>>>> incorporating quite a bit of work that's been going on for the 
>>>>>> past few
>>>>>> months. Improvements now visible:
>>>> Nice new features, thanks!
>>>>
>>>> The "Branch:" and "Filter layers" selection menus don't work
>>>> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
>>>>
>>>> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
>>>> works fine.
>>> Hmm, I do my development with Firefox and I just checked - with Firefox
>>> 62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
>>> enabled that might prevent these from working? I believe they both 
>>> rely on
>>> javascript (the filter dropdown definitely does).
>>
>> Does anyone else see this problem?
>> I've also asked on IRC.
>>
>> I did have Firefox Lightbeam (disabled) and Quiick Java but I removed 
>> them both,
>> re-started FF and still no joy/menus.
> 
> One co-worker said that it works for him using
>      Firefox 62.0 (64-bit) on Ubuntu-18.04
> he has uBlock and Ghostery
> and another has no problems with the new code when using:
>      Firefox 52.8.0 (32-bit)
> 
> ( 32 bit!! yikes! :)  )
> 
> I've restarted FF again, cut back on the crazy number of tabs
> and the problem persists. Let me know if you know of any other
> sites that use this JS code and I'd be happy to test with my
> setup. I'll likey also reboot (sigh) and if needed try using a
> test account on the laptop.

It works for me now but it's not clear why. It seems that
it was a problem with my firefox profile.

Work log below in case it might help someone else.

../Randy


I rebooted:
   - still no menu.
I logged out and then into another account on the same laptop:
   - it worked.
I created another firefox profile in my usual account:
   - it worked.
I deleted that profile and used my default profile:
   - still no menu.
While visiting layers.openembedded.org, I opened the firefox
console using Shift+Control+K
   - I re-loaded the site.
   - it worked!
I closed the console:
   - it worked!
I restarted firefox:
   - it still works!

Hmmm, oh well.

../Randy

> 
> 
> According my read of the traceback, the failing code is in:
> view-source:https://layers.openembedded.org/static/js/jquery-3.3.1.js
> 
> ...
> Sizzle.matchesSelector = function( elem, expr ) {
>      // Set document vars if needed
>      if ( ( elem.ownerDocument || elem ) !== document ) {
>          setDocument( elem );
>      }
> 
>      // Make sure that attribute selectors are quoted
>      expr = expr.replace( rattributeQuotes, "='$1']" );
> 
>      if ( support.matchesSelector && documentIsHTML &&
>          !compilerCache[ expr + " " ] &&
>          ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
>          ( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {
> 
>          try {
>              var ret = matches.call( elem, expr );
> 
>              // IE 9's matchesSelector returns false on disconnected nodes
>              if ( ret || support.disconnectedMatch ||
>                      // As well, disconnected nodes are said to be in a 
> document
>                      // fragment in IE 9
>                      elem.document && elem.document.nodeType !== 11 ) {
>                  return ret;
>              }
>          } catch (e) {}
>      }
> 
>      return Sizzle( expr, document, null, [ elem ] ).length > 0;
> };
> 
> I don't see any relevant issues here:
>     https://github.com/jquery/sizzle/issues/
> but I don't speak javascript.
> 
> ../Randy
>>
>>
>> Looking at:
>> Menu->Web Developer -> Browser Console ( Control+Shift+J )
>> I see:
>>
>> Error: Syntax error, unrecognized expression: # jquery-3.3.1.js:1541:8 
>> <https://layers.openembedded.org/static/js/jquery-3.3.1.js>
>> Sizzle</Sizzle.error 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:1541:8 
>> Sizzle</Sizzle.tokenize 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2193:4 
>> Sizzle</Sizzle.select 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2620:20 
>> Sizzle https://layers.openembedded.org/static/js/jquery-3.3.1.js:845:9 
>> find https://layers.openembedded.org/static/js/jquery-3.3.1.js:2873:4 
>> jQuery.fn.init 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2983:14 
>> jQuery 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:139:10 
>> getParent 
>> https://layers.openembedded.org/static/js/bootstrap.js:754:27 
>> clearMenus/< 
>> https://layers.openembedded.org/static/js/bootstrap.js:741:7 each 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:354:10 each 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:189:10 
>> clearMenus 
>> https://layers.openembedded.org/static/js/bootstrap.js:740:5 dispatch 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:5182:16 
>> add/elemData.handle 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:4991:6
>>
>> Does that help at all?
>>
>> ../Randy
>>
>>
>>
>>> Cheers,
>>> Paul
>>>
>>
>> -- 
>> # Randy MacLeod
>> # Wind River Linux
>>
> 
> 


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [yocto] [OE-core] layers.openembedded.org upgraded
@ 2018-09-29 17:40             ` Randy MacLeod
  0 siblings, 0 replies; 23+ messages in thread
From: Randy MacLeod @ 2018-09-29 17:40 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

On 09/28/2018 03:22 PM, Randy MacLeod wrote:
> On 09/27/2018 08:01 PM, Randy MacLeod wrote:
>> On 09/27/2018 07:33 PM, Paul Eggleton wrote:
>>> Hi Randy
>>>
>>> On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
>>>> On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
>>>>> On Thu, Sep 27, 2018 at 10:43 PM Paul 
>>>>> Eggleton<paul.eggleton@intel.com>  wrote:
>>>>>> I'm very happy to announce that we've finally been able to upgrade 
>>>>>> the layer
>>>>>> index athttp://layers.openembedded.org  to the latest revision on 
>>>>>> master,
>>>>>> incorporating quite a bit of work that's been going on for the 
>>>>>> past few
>>>>>> months. Improvements now visible:
>>>> Nice new features, thanks!
>>>>
>>>> The "Branch:" and "Filter layers" selection menus don't work
>>>> for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
>>>>
>>>> Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
>>>> works fine.
>>> Hmm, I do my development with Firefox and I just checked - with Firefox
>>> 62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
>>> enabled that might prevent these from working? I believe they both 
>>> rely on
>>> javascript (the filter dropdown definitely does).
>>
>> Does anyone else see this problem?
>> I've also asked on IRC.
>>
>> I did have Firefox Lightbeam (disabled) and Quiick Java but I removed 
>> them both,
>> re-started FF and still no joy/menus.
> 
> One co-worker said that it works for him using
>      Firefox 62.0 (64-bit) on Ubuntu-18.04
> he has uBlock and Ghostery
> and another has no problems with the new code when using:
>      Firefox 52.8.0 (32-bit)
> 
> ( 32 bit!! yikes! :)  )
> 
> I've restarted FF again, cut back on the crazy number of tabs
> and the problem persists. Let me know if you know of any other
> sites that use this JS code and I'd be happy to test with my
> setup. I'll likey also reboot (sigh) and if needed try using a
> test account on the laptop.

It works for me now but it's not clear why. It seems that
it was a problem with my firefox profile.

Work log below in case it might help someone else.

../Randy


I rebooted:
   - still no menu.
I logged out and then into another account on the same laptop:
   - it worked.
I created another firefox profile in my usual account:
   - it worked.
I deleted that profile and used my default profile:
   - still no menu.
While visiting layers.openembedded.org, I opened the firefox
console using Shift+Control+K
   - I re-loaded the site.
   - it worked!
I closed the console:
   - it worked!
I restarted firefox:
   - it still works!

Hmmm, oh well.

../Randy

> 
> 
> According my read of the traceback, the failing code is in:
> view-source:https://layers.openembedded.org/static/js/jquery-3.3.1.js
> 
> ...
> Sizzle.matchesSelector = function( elem, expr ) {
>      // Set document vars if needed
>      if ( ( elem.ownerDocument || elem ) !== document ) {
>          setDocument( elem );
>      }
> 
>      // Make sure that attribute selectors are quoted
>      expr = expr.replace( rattributeQuotes, "='$1']" );
> 
>      if ( support.matchesSelector && documentIsHTML &&
>          !compilerCache[ expr + " " ] &&
>          ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
>          ( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {
> 
>          try {
>              var ret = matches.call( elem, expr );
> 
>              // IE 9's matchesSelector returns false on disconnected nodes
>              if ( ret || support.disconnectedMatch ||
>                      // As well, disconnected nodes are said to be in a 
> document
>                      // fragment in IE 9
>                      elem.document && elem.document.nodeType !== 11 ) {
>                  return ret;
>              }
>          } catch (e) {}
>      }
> 
>      return Sizzle( expr, document, null, [ elem ] ).length > 0;
> };
> 
> I don't see any relevant issues here:
>     https://github.com/jquery/sizzle/issues/
> but I don't speak javascript.
> 
> ../Randy
>>
>>
>> Looking at:
>> Menu->Web Developer -> Browser Console ( Control+Shift+J )
>> I see:
>>
>> Error: Syntax error, unrecognized expression: # jquery-3.3.1.js:1541:8 
>> <https://layers.openembedded.org/static/js/jquery-3.3.1.js>
>> Sizzle</Sizzle.error 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:1541:8 
>> Sizzle</Sizzle.tokenize 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2193:4 
>> Sizzle</Sizzle.select 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2620:20 
>> Sizzle https://layers.openembedded.org/static/js/jquery-3.3.1.js:845:9 
>> find https://layers.openembedded.org/static/js/jquery-3.3.1.js:2873:4 
>> jQuery.fn.init 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:2983:14 
>> jQuery 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:139:10 
>> getParent 
>> https://layers.openembedded.org/static/js/bootstrap.js:754:27 
>> clearMenus/< 
>> https://layers.openembedded.org/static/js/bootstrap.js:741:7 each 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:354:10 each 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:189:10 
>> clearMenus 
>> https://layers.openembedded.org/static/js/bootstrap.js:740:5 dispatch 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:5182:16 
>> add/elemData.handle 
>> https://layers.openembedded.org/static/js/jquery-3.3.1.js:4991:6
>>
>> Does that help at all?
>>
>> ../Randy
>>
>>
>>
>>> Cheers,
>>> Paul
>>>
>>
>> -- 
>> # Randy MacLeod
>> # Wind River Linux
>>
> 
> 


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [OE-core] layers.openembedded.org upgraded
  2018-09-29 17:40             ` [yocto] " Randy MacLeod
  (?)
@ 2018-10-01  4:14               ` Paul Eggleton
  -1 siblings, 0 replies; 23+ messages in thread
From: Paul Eggleton @ 2018-10-01  4:14 UTC (permalink / raw)
  To: Randy MacLeod
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

On Sunday, 30 September 2018 6:40:30 AM NZDT Randy MacLeod wrote:
> It works for me now but it's not clear why. It seems that
> it was a problem with my firefox profile.
> 
> Work log below in case it might help someone else.
> 
> ../Randy
> 
> 
> I rebooted:
>    - still no menu.
> I logged out and then into another account on the same laptop:
>    - it worked.
> I created another firefox profile in my usual account:
>    - it worked.
> I deleted that profile and used my default profile:
>    - still no menu.
> While visiting layers.openembedded.org, I opened the firefox
> console using Shift+Control+K
>    - I re-loaded the site.
>    - it worked!
> I closed the console:
>    - it worked!
> I restarted firefox:
>    - it still works!

Thanks - I'm also still puzzled by this, but I guess it's good that it 
apparently fixed itself. If the issue returns or anyone else sees anything 
strange like this happening then please let me know.

Cheers
Paul

-- 
Paul Eggleton
Intel Open Source Technology Centre




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

* Re: [yocto] layers.openembedded.org upgraded
@ 2018-10-01  4:14               ` Paul Eggleton
  0 siblings, 0 replies; 23+ messages in thread
From: Paul Eggleton @ 2018-10-01  4:14 UTC (permalink / raw)
  To: Randy MacLeod
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

On Sunday, 30 September 2018 6:40:30 AM NZDT Randy MacLeod wrote:
> It works for me now but it's not clear why. It seems that
> it was a problem with my firefox profile.
> 
> Work log below in case it might help someone else.
> 
> ../Randy
> 
> 
> I rebooted:
>    - still no menu.
> I logged out and then into another account on the same laptop:
>    - it worked.
> I created another firefox profile in my usual account:
>    - it worked.
> I deleted that profile and used my default profile:
>    - still no menu.
> While visiting layers.openembedded.org, I opened the firefox
> console using Shift+Control+K
>    - I re-loaded the site.
>    - it worked!
> I closed the console:
>    - it worked!
> I restarted firefox:
>    - it still works!

Thanks - I'm also still puzzled by this, but I guess it's good that it 
apparently fixed itself. If the issue returns or anyone else sees anything 
strange like this happening then please let me know.

Cheers
Paul

-- 
Paul Eggleton
Intel Open Source Technology Centre




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

* Re: [yocto] [OE-core] layers.openembedded.org upgraded
@ 2018-10-01  4:14               ` Paul Eggleton
  0 siblings, 0 replies; 23+ messages in thread
From: Paul Eggleton @ 2018-10-01  4:14 UTC (permalink / raw)
  To: Randy MacLeod
  Cc: yocto, openembedded-devel,
	Patches and discussions about the oe-core layer

On Sunday, 30 September 2018 6:40:30 AM NZDT Randy MacLeod wrote:
> It works for me now but it's not clear why. It seems that
> it was a problem with my firefox profile.
> 
> Work log below in case it might help someone else.
> 
> ../Randy
> 
> 
> I rebooted:
>    - still no menu.
> I logged out and then into another account on the same laptop:
>    - it worked.
> I created another firefox profile in my usual account:
>    - it worked.
> I deleted that profile and used my default profile:
>    - still no menu.
> While visiting layers.openembedded.org, I opened the firefox
> console using Shift+Control+K
>    - I re-loaded the site.
>    - it worked!
> I closed the console:
>    - it worked!
> I restarted firefox:
>    - it still works!

Thanks - I'm also still puzzled by this, but I guess it's good that it 
apparently fixed itself. If the issue returns or anyone else sees anything 
strange like this happening then please let me know.

Cheers
Paul

-- 
Paul Eggleton
Intel Open Source Technology Centre




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

end of thread, other threads:[~2018-10-01  4:16 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-27 20:42 layers.openembedded.org upgraded Paul Eggleton
2018-09-27 20:59 ` [OE-core] " Andreas Müller
2018-09-27 20:59   ` Andreas Müller
2018-09-27 21:28 ` Nicolas Dechesne
2018-09-27 21:28   ` [yocto] " Nicolas Dechesne
2018-09-27 23:22   ` [OE-core] " Randy MacLeod
2018-09-27 23:22     ` [OE-core] [yocto] " Randy MacLeod
2018-09-27 23:22     ` Randy MacLeod
2018-09-27 23:33     ` [OE-core] " Paul Eggleton
2018-09-27 23:33       ` [yocto] " Paul Eggleton
2018-09-27 23:33       ` [yocto] " Paul Eggleton
2018-09-28  0:01       ` [OE-core] " Randy MacLeod
2018-09-28  0:01         ` [yocto] " Randy MacLeod
2018-09-28  0:01         ` [yocto] " Randy MacLeod
2018-09-28 19:22         ` [OE-core] " Randy MacLeod
2018-09-28 19:22           ` [yocto] " Randy MacLeod
2018-09-28 19:22           ` [yocto] " Randy MacLeod
2018-09-29 17:40           ` [OE-core] " Randy MacLeod
2018-09-29 17:40             ` [yocto] " Randy MacLeod
2018-09-29 17:40             ` [yocto] " Randy MacLeod
2018-10-01  4:14             ` [OE-core] " Paul Eggleton
2018-10-01  4:14               ` [yocto] " Paul Eggleton
2018-10-01  4:14               ` [yocto] " Paul Eggleton

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.