On Fri, Jan 29, 2016 at 01:20:29PM -0500, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler <[email protected]> > --- > .../recipes-graphics/wayland/weston/ti43x/weston.ini | 13 > +++++++++++++ > .../recipes-graphics/wayland/weston_1.9.0.bbappend | 4 +++- > 2 files changed, 16 insertions(+), 1 deletion(-) > create mode 100644 > meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini > > diff --git > a/meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini > b/meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini > new file mode 100644 > index 0000000..b2b7927 > --- /dev/null > +++ b/meta-arago-distro/recipes-graphics/wayland/weston/ti43x/weston.ini > @@ -0,0 +1,13 @@ > +[shell] > +locking=false > +animation=zoom > +panel-location=top > +startup-animation=fade > + > +[screensaver] > +# Uncomment path to disable screensaver > +#path=@libexecdir@/weston-screensaver > + > +[output] > +name=HDMI1 > +mode=1024x768 > diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend > b/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend > index 4aff58d..1a85eca 100644 > --- a/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend > +++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.9.0.bbappend > @@ -2,7 +2,7 @@ > PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor > WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev > mtdev" > PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm > udev libgbm mtdev" > > -PR_append = "-arago0" > +PR_append = "-arago1" > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > @@ -21,3 +21,5 @@ PACKAGES += "${PN}-conf" > > FILES_${PN}-conf += "${sysconfdir}/profile.d/* ${sysconfdir}/weston.ini" > RDEPENDS_${PN} += "${PN}-conf" > + > +PACKAGE_ARCH = "${MACHINE_ARCH}"
I'd hate to make the entire weston package machine-specific, especially only for the ini file. Can you please extract ini and env files into a separate weston-conf package? Thanks. -- Denys _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
