> -----Original Message----- > From: R, Karthik > Sent: Friday, August 22, 2014 9:08 AM > To: Cooper Jr., Franklin > Cc: R, Karthik; [email protected]; Devshatwar, Nikhil > Subject: Re: [meta-arago] [PATCH 0/2] Adding support for Wayland for DRM > backends > > On 22-Aug-14 7:34 PM, Cooper Jr., Franklin wrote: > > > > > >> -----Original Message----- > >> From: R, Karthik > >> Sent: Friday, August 22, 2014 8:44 AM > >> To: Cooper Jr., Franklin; [email protected] > >> Cc: Devshatwar, Nikhil > >> Subject: RE: [meta-arago] [PATCH 0/2] Adding support for Wayland for > >> DRM backends > >> > >> * This is good to go into the master branch > >> * Would be nice if this can be back ported onto dora. > > [Franklin] I'm assuming you really need this in dora correct? The reason I > say this is currently your patches as is won't do anything for you since newer > versions of the wayland recipes exist which means those newer versions will > be used not this older version. If you really need this in master then I would > suggest updating these patches against Wayland 1.4/1.5. I have pending > patches for Wayland 1.5 so if it is accepted I would rebase those patches off > of that version. > > I actually meant daisy and not dora. > Yes, I agree but when its intended to be used I was thinking about setting the > PREFERRED_PROVIDER. [Franklin] Due to issues with Qt 5 we need Wayland 1.5 so going back to 1.3 won't be an option in master atleast for am57x. So unless you absolutely must use Wayland 1.3 I would recommend at least in Arago master updating to the newer version of wayland so we can stay on the same version. > > >> > >> Are you suggesting that this recipe be made machine specific because > >> of the dependency on omapdrm? > > [Franklin] Yes > >> Am not sure about the machine names used for the other catalog > >> derivatives of dra7xx or other SoCs that use omapdrm, it would have > >> to include those machine names as well. Any pointers on that? > > [Franklin] From my understanding the kernel for am57xx-evm and dra7xx- > evm aren't the same. There are probably patches missing between these > kernels that these Weston/Wayland patches depend on. So applying patches > for am57xx-evm would probably cause problems. Until these kernel patches > are pushed to the integration tree so they are available for am57xx-evm I > would just limit it to dra7xx-evm. It would be simple to include am57xx-evm > at a later time. > >> > > Ok, I have had some discussion on this topic with Chase. So he might be able > to give some pointers here. > > >> I will take care of mentioning the branch in the email header if its > >> specific to a particular branch. > >> Thanks for that pointer. > >> > >> Regards > >> Karthik > >> > >> -----Original Message----- > >> From: Cooper Jr., Franklin > >> Sent: Friday, August 22, 2014 7:05 PM > >> To: R, Karthik; [email protected] > >> Cc: Devshatwar, Nikhil > >> Subject: RE: [meta-arago] [PATCH 0/2] Adding support for Wayland for > >> DRM backends > >> > >> I'm assuming this isn't for master since currently daisy in oe-core > >> is using wayland 1.4.0. Which maintenance branch is this specifically > >> for and it will be helpful in the patch title that you specific the > >> branch these patches are meant for. > >> > >> For example if these patches are for dora: > >> [meta-arago][dora] [PATCH 0/2] Adding support for Wayland for DRM > >> backends > >> > >> Also since your mentioning omapdrm please make sure these drm patches > >> are only applied on devices using omapdrm which I think as of now is > >> only dra7xx-evm > >> > >>> -----Original Message----- > >>> From: [email protected] [mailto:meta-arago- > >>> [email protected]] On Behalf Of R, Karthik > >>> Sent: Friday, August 22, 2014 8:25 AM > >>> To: [email protected] > >>> Cc: Devshatwar, Nikhil > >>> Subject: [meta-arago] [PATCH 0/2] Adding support for Wayland for DRM > >>> backends > >>> > >>> There are some issues with the current omapdrm (kernel driver) and > >>> related dependencies on the TI platform such as dra7xx. > >>> > >>> Weston version 1.3.0 has been very highly tested and is currently > >>> shipping to customers who are using wayland with DRM backend. This > >>> patch set brings in support for Weston and also includes patches > >>> that help resolve some important issues in the Weston. These issues > >>> are specific to TI platforms and cannot be submitted upstream. > >>> > >>> Karthik Ramanan (2): > >>> wayland: add support for version 1.3.0 for drm backend > >>> wayland: adding support for weston 1.3.0 for DRM backend > >>> > >>> ...tor-drm-Change-path-of-gbm.h-to-gbm-gbm.h.patch | 26 ++++ > >>> ...e-Include-option-to-search-in-include-drm.patch | 47 +++++++ > >>> ...urce-prevent-input-disable-during-repaint.patch | 34 +++++ > >>> .../0005-temp-hack-to-enable-weston-1.3.patch | 33 +++++ > >>> .../0006-weston-drm-Enable-multiple-displays.patch | 43 ++++++ > >>> .../recipes-graphics/wayland/just-scanner.patch | 36 +++++ > >>> .../recipes-graphics/wayland/pattern.png | Bin 0 -> 1846 > >>> bytes > >>> meta-arago-extras/recipes-graphics/wayland/profile | 9 ++ > >>> .../recipes-graphics/wayland/terminal.png | Bin 0 -> 1005 > >>> bytes > >>> .../recipes-graphics/wayland/wayland.inc | 5 + > >>> .../recipes-graphics/wayland/wayland_1.3.0.bb | 34 +++++ > >>> .../recipes-graphics/wayland/weston.desktop | 91 ++++++++++++ > >>> .../recipes-graphics/wayland/weston.png | 147 > >>> +++++++++++++++++++ > >>> .../recipes-graphics/wayland/weston_1.3.0.bb | 148 > >>> ++++++++++++++++++++ > >>> 14 files changed, 653 insertions(+) > >>> create mode 100755 > >>> meta-arago-extras/recipes-graphics/wayland/0001- > >>> compositor-drm-Change-path-of-gbm.h-to-gbm-gbm.h.patch > >>> create mode 100755 > >>> meta-arago-extras/recipes-graphics/wayland/0002- > >>> Makefile-Include-option-to-search-in-include-drm.patch > >>> create mode 100644 > >>> meta-arago-extras/recipes-graphics/wayland/0003- > >>> input-source-prevent-input-disable-during-repaint.patch > >>> create mode 100644 > >>> meta-arago-extras/recipes-graphics/wayland/0005- > >>> temp-hack-to-enable-weston-1.3.patch > >>> create mode 100644 > >>> meta-arago-extras/recipes-graphics/wayland/0006- > >>> weston-drm-Enable-multiple-displays.patch > >>> create mode 100644 > >>> meta-arago-extras/recipes-graphics/wayland/just- > >>> scanner.patch > >>> create mode 100644 meta-arago-extras/recipes- > >>> graphics/wayland/pattern.png create mode 100644 > >>> meta-arago-extras/recipes-graphics/wayland/profile > >>> create mode 100644 meta-arago-extras/recipes- > >>> graphics/wayland/terminal.png create mode 100644 > >>> meta-arago-extras/recipes- graphics/wayland/wayland.inc create mode > >>> 100644 meta-arago-extras/recipes- graphics/wayland/wayland_1.3.0.bb > >>> create mode 100644 meta-arago-extras/recipes- > >>> graphics/wayland/weston.desktop create mode 100644 > >>> meta-arago-extras/recipes- graphics/wayland/weston.png create mode > >>> 100644 meta-arago-extras/recipes- graphics/wayland/weston_1.3.0.bb > >>> > >>> -- > >>> 1.7.9.5 > >>> > >>> _______________________________________________ > >>> meta-arago mailing list > >>> [email protected] > >>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
