aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
AgeCommit message (Collapse)Author
2011-04-20Rename poky-image.bbclass to core-image.bbclassRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Fix git.pokylinux.org urls to git.yoctoproject.orgRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Replace POKYBASE with COREBASERichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-16task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbearScott Garman
This is the first step in refactoring the SSH server selection to be done in IMAGE_FEATURES instead of as hardcoded in these tasks. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-03-16matchbox-desktop: add configure event handler to fix bug 658Yu Ke
Bug658 - "the bottom icons on Applications and All screen are cut-off in qemu" the reason is that desktop work area is not resized after window manager decoration. so add configure event handler to resize the desktop work area can fix this issue. [YOCTO #658] Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-03-14Update SRC_URIs to use BPN instead of PNRichard Purdie
[YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-03Fixup merge error and apply cleanupsRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-03sato-icon-theme: Explictly use "Sato" as gtk icon themeZhai Edwin
There is a tricky race condition that "Sato" icons got missing on matchbox-desktop as low priority "hicolor" theme was chosen. Explictly settting "Sato" in gtk config file to avoid this. [BUGID #456] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-03-02screenshot: change the order of LDADD argumentsScott Garman
Rather than setting linker flags explicitly in LDADD as the previous patch did, simply put libshot.la before GTK_LIBS. This fixes [BUGID #664] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-16eds-dbus: reenable PARALLEL_MAKESaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-11puzzles: Update to r9084Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-10task-poky-apps-x11-pimlico: Webkit is huge and the compile time means it ↵Richard Purdie
doesn't make sense in our demo sato image Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-28matchbox: Convert all the matchbox components' repo from svn to git including:Zhai Edwin
matchbox-wm matchbox-panel-2 matchbox-terminal matchbox-config-gtk matchbox-stroke matchbox-desktop matchbox-keyboard matchbox-themes-extra libfakekey settings-daemon Also remove some old recipes. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-28leafpad: Upgrade from 0.8.17 to 0.8.18.1Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-27webkit-gtk: upgrade to 1.3.7Zhai Edwin
Also update some local files from upstream, and add nodolt.patch to fix build error. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-27eds-dbus: Do not disable old API after upgrading gtk+Zhai Edwin
This avoid build error due to defination missing. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-25poky-image-sdk* renamed to poky-image-sato-sdk*Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-21poky-image*-dev: Add -dev Images contianing headers and librariesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-20screenshot: fix build issue with gcc dso linking changeNitin A Kamble
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libX11 libgdk-x11-2.0 and libgdk_pixbuf-2.0 libraries explicitely for linking to work without errors. This is identified as a libtool issue. While creating the libshot.la file, libtool should have added these needed libraries in there. A bug has been created for this issue: http://bugzilla.pokylinux.org/show_bug.cgi?id=664 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-20matchbox-stroke: : fix build issue with gcc dso linking changeNitin A Kamble
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libxrender library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-20dates: fix build issue with gcc dso linking changeNitin A Kamble
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libm and libpango-1.0 libraries explicitely for linking to work without errors. This is identified as a libtool issue. While creating the libgtkdatesview.la file, libtool should have added these needed libraries in there. A bug has been created for this issue: http://bugzilla.pokylinux.org/show_bug.cgi?id=664 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-20matchbox-desktop: fix build issue with gcc dso linking changeNitin A Kamble
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libX11 library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-20settings-daemon: fix build error with new gcc dso linking changeNitin A Kamble
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libX11 library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-18puzzles: SRC_URI Checksum disabledSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-14puzzles: Update SRC_URI ChecksumSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-12puzzles: update SRC_URI Checksum due to file changing upstreamSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-06recpies: use SRCPV instead of SRCREV for PVYu Ke
SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-12-30matchbox-theme-sato-2: Updated to svn rev164 and add patchSaul Wold
Patch was added because the png file was renamed from background.png to template.png. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-30RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-23matchbox-stroke: Make as singletonZhai Edwin
Multiple matchbox-stroke instances would occupy whole screen and cause end user confusing. Making matchbox-stroke singleton is one work around. This patch allow only one instance of matchbox-stroke based on some mechanism in matchbox-desktop. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-23matchbox-keyboard: Make as singletonZhai Edwin
Multiple matchbox-keyboard instances would occupy whole screen and cause X window segfault. Making matchbox-keyboard singleton is one work around. This patch allow only one instance of matchbox-keyboard based on some mechanism in matchbox-desktop. In future, an applet and GTK-IM modules in matchbox-keyboard can be used to automatically map/unmap the virtual keyboard on demand. [BUGID #509] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-22owl-video-widget: bump PR after recent patchJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-21puzzles: Fix SRC_URI checksumsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21web-webkit: Updated SVN Rev to 130 & added LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-16contacts: fix for make 3.82Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16dates: fix for Make 3.82Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16web-webkit: fix for make 3.82Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16owl-video-widget: fix Makefile for super strict make 3.82Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16libowl-av: fix for Make 3.82Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-06web: Update to svn r129Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-06puzzles: Update to svn r9023Zhai Edwin
Removed makedist_hack.patch, as makedist.sh is no longer exist in upstream and mkfiles.pl is called directly now. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-06task-poky-apps-x11-pimlico: update LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06task-poky-x11-sato: update LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06task-poky: update LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-02eds-tools: Fix SRCREV and add LIC_FILE_CHKSUMSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-02matchbox-stroke: Add license checksumZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-02matchbox-session-sato: Add license checksumZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-22web_svn: Fixup Patching and add libowlSaul Wold
libowl was missing from the link library list There where patches being pulled in from the SVN trunk that confused quilt, so we remove the patches directory before doing the patching Added LIC_FILES_CHKSUM Signed-off-by: Saul Wold <sgw@linux.intel.com>