summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* poky.conf: add file-rdeps to WARN_QAPaul Eggleton2015-01-071-1/+1
| | | | | | | | | | This was added to the default value of WARN_QA in insane.bbclass in OE-Core, but we missed adding it to the value set in poky.conf. (From meta-yocto rev: 125621909c69ac00ca90e6001b7798c5123b0405) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Some minor fixes to some text.Robert P. J. Day2015-01-061-4/+7
| | | | | | | | | | I applied (in spirit) the changes here... Some literal and some with changes. (From yocto-docs rev: 0ccf8a43264981accbe42f729c723804e5b69b72) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Minor hyphenation fix.Robert P. J. Day2015-01-061-2/+2
| | | | | | | (From yocto-docs rev: 7a88f5f3a3f826ff4c2a6415c279d1fc4a8cc5f8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Added more detail for customizing a BSP recipeScott Rifenbark2015-01-061-4/+21
| | | | | | | | | | | | | The way the explanation for adding the BSP-specific files did not take into account for layers that might support multiple machines versus a layer not supporting multiple machines. I added more explanation that covers both scenarios to be clear. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 3f00f0bb830665f8711c68aa6110b8399e867345) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Cleaned up some examples affected by VESA-supportScott Rifenbark2015-01-061-29/+17
| | | | | | | | | | | | The Crown Bay BSP now only supports VESA graphics. Because of this, some of the examples in several areas of the BSP hierarchy were wrong. Changed accordingly. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: b61f013a086a9135a86eedf2884fd1b07f798165) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Updates to the "yocto-bsp" section.Robert P. J. Day2015-01-061-16/+16
| | | | | | | | | | Update the choices and version numbers of the "yocto-bsp" section of the BSP guide to match the current development utilities. (From yocto-docs rev: 0f8472ffa2bc3ae762587c4e2345a4d9850608ed) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Some minor fixes to the BSP GuideRobert P. J. Day2015-01-061-8/+9
| | | | | | | (From yocto-docs rev: c0ca0d285f8de6ce921971fdd8bd8473fa33f3c2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bsp-guide: Some corrections to the Crown Bay code examples.Scott Rifenbark2015-01-061-17/+20
| | | | | | | | | | | | | | The directory structure no longer seems to support two flavors of the BSP: one with EMGD and the "noemgd." Only the "noemgd" remains. I have updated some of the examples here to reflect the current directory structure and sample configuration code for the BSP. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 64fc4a7a6d69eb99dcd3d8c5e388810e7052ad75) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Makefile: Clean ups to the Makefile.Robert P. J. Day2015-01-061-73/+110
| | | | | | | | | | | | | | | | * small number of typos fixed. * documentation corrected in a couple places. * for most part, reduce line lengths to 80 for printing. I was going to fix just a couple typos, then figured that while i was there, might as well do some cleanup, mostly in the area of reducing line lengths to 80 where possible for printing. feel free to comment on any other possible aesthetic fixes, i can add them and resubmit. (From yocto-docs rev: cfe4c061d8691e128933b81693aa42c809ef5486) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.ent: Updated the high-end copyright date to "2015".Scott Rifenbark2015-01-061-1/+1
| | | | | | | (From yocto-docs rev: 7c4160fc286edf0afa5a95b182c8ffb848eb1d6a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated all XSL style sheet imports to use 1.76.1 versionScott Rifenbark2015-01-068-8/+8
| | | | | | | | | | | | | This fixes the issue where the lines for the manual revision table are not appearing. For some reason they do not appear when building the docs using Ubuntu 14.10 and the "current" XSL transformation files. So, I backed up to the 1.76.1 version, which is the nearest version where the issue does not surface. (From yocto-docs rev: 82b15986b97b9ed082b652b562eaaf843572fdff) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-omx: use mulitple SCMs to fetch submodulesAwais Belal2014-12-311-3/+8
| | | | | | | | | | | | | | | The gstreamer omx package uses a submodule 'common' which is fetched by the configure script. This approach fails on non-network builds as the fetcher tries to look upstream for the submodule. We now use multiple SCMs, one for the main omx package and the other for the 'common' submodule so it is available in the downloads_dir for later use. (From OE-Core rev: 24f19fedb40d0af84beb8e9a6595ea06f09d4615) Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* image.bbclass: Remove 'set_image_autologin' functionOtavio Salvador2014-12-311-6/+0
| | | | | | | | | | | | The set_image_autologin function is GPE Login specific and the package is not available in OE-Core so the function should be added in the meta-gpe layer, if necessary. Drop this from the OE-Core as it is unused. (From OE-Core rev: a7191a7018c1fe43fe35a894a09d2a165af1a4d2) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* telepathy: remove (moved to meta-oe)Ross Burton2014-12-3112-358/+0
| | | | | | | | | Nothing in oe-core uses Telepathy, so move these recipes to meta-oe. (From OE-Core rev: fc8c843ae2a7d688a5b7e3effd1dae10c7e2fbf8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-ust: Update to 2.5.2 versionOtavio Salvador2014-12-311-2/+1
| | | | | | | (From OE-Core rev: 6d6649ba08682533752568b6e3e42fca955cfd56) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-tools: Update to 2.5.3 versionOtavio Salvador2014-12-311-2/+1
| | | | | | | (From OE-Core rev: 3ffa64167f6fe165518efdd4fc1c33bd062394be) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-modules: Update to revision to 16d7431c3Otavio Salvador2014-12-316-383/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This update the source code to the 2.5.2 version and also brings two fixes from stable-2.5 branch. The update also allowed the removal of some already applied patches from the metadata. Doing this update, it fixes following build error: ,---- | make[1]: Entering directory `.../build-framebuffer/tmp/sysroots/imx23evk/usr/src/kernel' | | ERROR: Kernel configuration is invalid. | include/generated/autoconf.h or include/config/auto.conf are missing. | Run 'make oldconfig && make prepare' on kernel src to fix it. | | Building modules, stage 2. | ./scripts/Makefile.modpost:42: include/config/auto.conf: No such file or directory | make[2]: *** No rule to make target `include/config/auto.conf'. Stop. | make[1]: *** [modules] Error 2 | make[1]: Leaving directory `.../build-framebuffer/tmp/sysroots/imx23evk/usr/src/kernel' | make: *** [default] Error 2 `---- (From OE-Core rev: e575ab81f0cf145503c4afd9ce62040721a526b2) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libinput: update to 0.7.0Armin Kuster2014-12-311-2/+2
| | | | | | | (From OE-Core rev: f25e913dbc400a8c72fbd93b2754501d5b61e3df) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mmc-utils: update to latest git versionArmin Kuster2014-12-311-1/+1
| | | | | | | (From OE-Core rev: 07d8a86f688641aa9ea55eaa803c23fe716d556f) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/selftest: fix test_incremental_image_generation for changes in log outputYi Zhao2014-12-311-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | test_incremental_image_generation case failed because the log output chanaged: FAIL: test_incremental_image_generation (oeqa.selftest.buildoptions.ImageOptionsTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/buildarea3/yzhao1/poky-build/meta/lib/oeqa/utils/decorators.py", line 90, in wrapped_f return func(*args) File "/buildarea3/yzhao1/poky-build/meta/lib/oeqa/selftest/buildoptions.py", line 25, in test_incremental_image_generation self.assertEqual(0, res.status, msg="No match for openssh-sshd in log.do_rootfs") AssertionError: 0 != 1 : No match for openssh-sshd in log.do_rootfs ---------------------------------------------------------------------- Using re search instead grep (From OE-Core rev: 1872a9430cec0c61f1ec349df198160addd430de) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-rtsp-server: upgrade to 1.4.5Ross Burton2014-12-312-6/+6
| | | | | | | (From OE-Core rev: 6398ae1d40c86a3b848ac79a1dce25520bd088c6) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-libav: upgrade to 1.4.5Ross Burton2014-12-311-3/+4
| | | | | | | | | License checksum changed as the file list in the license was revised. (From OE-Core rev: 4d11e5151c947bedf1dfc26a9249bf20a923c48e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-ugly: upgrade to 1.4.5Ross Burton2014-12-311-2/+4
| | | | | | | (From OE-Core rev: 6ddece80afc84357854d515f2c2ac39b5c766901) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-good: upgrade to 1.4.5Ross Burton2014-12-311-3/+3
| | | | | | | (From OE-Core rev: 3b8ad35382d66fbca4b30d72a8ce56dd12456595) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-bad: upgrade to 1.4.5Ross Burton2014-12-311-2/+3
| | | | | | | (From OE-Core rev: 8a5c276cea4df993386b2f55cf85dab54f16ec69) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-base: upgrade to 1.4.5Ross Burton2014-12-312-2/+3
| | | | | | | (From OE-Core rev: e74cbf449921ecca0014bf56a1a7837d9a431689) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0: upgrade to 1.4.5Ross Burton2014-12-311-2/+3
| | | | | | | (From OE-Core rev: 4661628f9e818a637adba646c81d18cb570f1772) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/parselogs: Add harmless failure warning introduced by new qemu version ↵Richard Purdie2014-12-311-0/+1
| | | | | | | | on qemuppc (From OE-Core rev: d9f49e0e6b377c402e01de631edca73bb6537ab9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: upgrade to 2.2.0Kai Kang2014-12-312-5/+9
| | | | | | | | | | | | Upgrade qemu from version 2.1.2 to 2.2.0. Update Qemu-Arm-versatilepb-Add-memory-size-checking.patch for new version qemu. (From OE-Core rev: a693ccb1603be1125bea3b254bf4b6c4188890ac) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-base: Taglist will not be sent to downstream if all the ↵Zidan Wang2014-12-312-0/+58
| | | | | | | | | | | | | | | frame corrupted Add patch to fix the issue that taglist will not be sent to downstream if the tag is EOS. https://bugzilla.gnome.org/show_bug.cgi?id=737246 (From OE-Core rev: 223f8dc63385f2a2f5ba009494abce2a26c78090) Signed-off-by: Zidan Wang <b50113@freescale.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-good: Decrease the rank as havn't this kind of decoder ↵Zidan Wang2014-12-312-0/+26
| | | | | | | | | | | | | | | | for asteriskh263 When streaming H263 stream on RTSP, asteriskh263 will be loaded, but it can't find this kind of video decoder. So decrease the rank as havn't this kind of decoder. https://bugzilla.gnome.org/show_bug.cgi?id=739935 (From OE-Core rev: 5ba935eea545d26f1339e62410b3c83715a6967a) Signed-off-by: Zidan Wang <b50113@freescale.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util-keysyms: upgrade to 0.4.0Ross Burton2014-12-311-3/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util-image: upgrade to 0.4.0Ross Burton2014-12-311-3/+2
| | | | | | | (From OE-Core rev: 842e6eb2043ae48f2f98bd0c2c6f9be456395559) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util: upgrade to 0.4.0Ross Burton2014-12-311-2/+2
| | | | | | | (From OE-Core rev: 84185ac4ac25686f22817f5fc9f3681fa12e2448) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xtrans: upgrade to 1.3.5Ross Burton2014-12-311-2/+2
| | | | | | | (From OE-Core rev: 3a8a87706b7e41d2076771cab02bf37784c323e3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxext: upgrade to 1.3.3Ross Burton2014-12-311-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+: upgrade to 2.24.25Ross Burton2014-12-3112-365/+2
| | | | | | | | | | | | | | | | | | | Remove patches that are no longer needed: * GtkButton-do-no-prelight: merged upstream * Duplicate-the-exec-string: upstream decided this behaviour is incorrect * cellrenderer-cairo: Cairo isn't the performance bottleneck it once was, drop * configure-nm: resolved upstrea * configurefix.patch: not applied * run-iconcache: not needed when building tarballs, and if gtk-update-icon-cache is needed at build time (e.g. user is customising default icon theme) then they can add a dependency on gtk-update-icon-cache-native. Also remove mention of patches that have been commented out for a long time. (From OE-Core rev: 9299b5d2e5f82cf0e3f66ca49dedbe2c8b18bb44) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: upgrade to 1.36.8Ross Burton2014-12-311-2/+2
| | | | | | | (From OE-Core rev: dbfe7d6eb2a292efe25f43ca2f5b3bb476a6210d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* harfbuzz: upgrade to 0.9.37Ross Burton2014-12-311-2/+3
| | | | | | | (From OE-Core rev: 72ad7edb8c06af5b4b06e6877fc6ab55f4404ec4) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cairo: upgrade to 1.12.8Ross Burton2014-12-312-65/+3
| | | | | | | | | Drop Remove-LTO-support as this patch has been merged upstream. (From OE-Core rev: 8aa42f360fa9f17d949f908787088795f7ddac5e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* at-spi2-atk: upgrade to 2.14.1.Ross Burton2014-12-311-2/+2
| | | | | | | (From OE-Core rev: 81c23512a63242d291a8087797ef515b4bec79a8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* at-spi2-core: upgrade to 2.14.1Ross Burton2014-12-312-45/+3
| | | | | | | | | Drop core_acinclude_m4.patch, merged upstream. (From OE-Core rev: 311df48b13098f3c5f51bb9f04eeba63c1aa46b3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atk: upgrade to 2.14.0Ross Burton2014-12-311-4/+4
| | | | | | | | | | License checksums included some #includes so update the endline to match the license statement. (From OE-Core rev: c8d333c8e6e06e65fbc77271c3b3014c9ddcf638) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glib-2.0: Upgrade to 2.42.1Ross Burton2014-12-311-2/+2
| | | | | | | (From OE-Core rev: a429f81a358e3f56c0b93a628bc6709944374fc9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sqlite3: Upgrade to 3.8.7.4Aníbal Limón2014-12-311-2/+2
| | | | | | | (From OE-Core rev: fc537000800e6561f0a6260ee35e23b9b5af6fdd) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mc: Upgrade to 4.8.13Aníbal Limón2014-12-311-2/+2
| | | | | | | (From OE-Core rev: 73e6fa14f6bed53e23bd4851299bb1184272c3f8) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lsof: Upgrade to 4.88Aníbal Limón2014-12-311-2/+2
| | | | | | | (From OE-Core rev: b463d7001972a255447aec9dfdecd4af693293b4) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* acpid: Upgrade to 2.0.23Aníbal Limón2014-12-311-2/+2
| | | | | | | (From OE-Core rev: ad95a4e3da9bf80b535f71231631117c854d35cb) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xrandr: Upgrade to 1.4.3Aníbal Limón2014-12-311-2/+2
| | | | | | | (From OE-Core rev: 0a0b962fe21d6e26fa6acd12ce95ccd6072907a6) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pciutils: change default value of PACKAGECONFIGChen Qi2014-12-311-1/+1
| | | | | | | | | Default PACKAGECONFIG value to "hwdb" if 'systemd' is in DISTRO_FEATURES. (From OE-Core rev: 9a7d1149c5f97c8f7b8fef12b4f77ae7c6d88b2c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>