summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* iptables: upgrade to 1.4.21Cristian Iorga2013-12-141-2/+2
| | | | | | | | (From OE-Core rev: 0be4c3e22e164ee56b658cbcfae748b302b4b531) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cracklib: upgrade to 2.9.1Saul Wold2013-12-141-2/+2
| | | | | | | (From OE-Core rev: 4a4eb901992c8dd13b106249438a19ce1251583b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dpkg: upgrade to 1.17.4Saul Wold2013-12-141-2/+2
| | | | | | | (From OE-Core rev: 03eaf724efb01b1e27a5888d7e11c8ad9d8fa429) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-lib: remove explicit --enable-malloc0returnsnullRoss Burton2013-12-141-2/+0
| | | | | | | | | | | util-macros 1.18 will read the autoconf site cache, so these values are redundant. (From OE-Core rev: b4aaacd7699a8a9c8aafebd8243eb0db3eb29fb1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* util-macros: upgrade to 1.18.0Saul Wold2013-12-141-2/+2
| | | | | | | (From OE-Core rev: bdd410571afadbe78286439bdbac85a0998babf5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* site: add xorg_cv_malloc0_returns_nullRoss Burton2013-12-142-0/+6
| | | | | | | | | | | | | | | | | util-macros 1.18 will look in the autoconf cache for this value so instead of using overrides in xorg-lib-common, use the per-libc site cache. Alert readers may notice that the site file claims that glibc returns NULL from malloc(), when the previous change (e628c8aba0189de30de2833882b9999ff3b6547a) claimed that it didn't. The previous change was incorrect, whilst malloc(0) returns a valid pointer, realloc(p,0) does in fact return NULL, so the Xlib wrapper functions are needed. (From OE-Core rev: ecbf3f81f6d2929921e57066c2dd327d41d8e286) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libav: Use "BP" and "libav" patch directoryAndrei Gherzan2013-12-142-1/+1
| | | | | | | | (From OE-Core rev: 176d0557b97bc60c38f0ebf6592b89864e76807e) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xinetd: add status of init.d commandLi Wang2013-12-141-1/+8
| | | | | | | | (From OE-Core rev: 05c3bad6835d7e51b20e23ffd7708545b1ed81a1) Signed-off-by: Li Wang <li.wang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* systemd-systemctl: Add preset capabilityKhem Raj2013-12-141-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemd has presets as described here http://lists.freedesktop.org/archives/systemd-devel/2011-July/002830.html This patch will let distros define presets file which will override the enable/disable specified by recipes. systemctl preset without any argument will run presents on all services systemctl preset service1 service2 will run presets on specified pervice. something like enable * or disable * would mean that all services will be either enabled or disabled by default. If no user-presets are specified then 'enable' is default systemd allows basic globs but we do not implement them except '*' (From OE-Core rev: 1254416901a0c70814296a86784f4934f27c7d4a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* grub-efi: allow compilation without large model supportJackie Huang2013-12-142-0/+132
| | | | | | | | | | | | -mcmodel=large is not supported by gcc with version lower than 4.4, but we don't need to use memory over 4GiB, so add a patch to allow compilation without large model support. (From OE-Core rev: 1d005240bcbcca97126bddb1f6d4882ba4d81fa9) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* grub-efi: change to generate EFI image in target packageJackie Huang2013-12-142-21/+26
| | | | | | | | | | | | | | | | | | | | To generate the target EFI image in a native package, it requires the host gcc have the ability to do -m32/-m64 compiling, but gcc doesn't have that support on the 32bit version of some distributions (e.g. rehl, suse), it would fail when build a 64bit target on these 32bit hosts. In fact, all we need from grub-efi-native is the grub-mkimage binary, so change the solution to: * grub-efi-native only install grub-mkimage * grub-efi compiles target modules, generates EFI image with grub-mkimage and deploy, but install nothing. (From OE-Core rev: 53d3f1273983dfce2a907b39768978afe99aab1a) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed the reference to the script for icecc class.Scott Rifenbark2013-12-131-3/+3
| | | | | | | (From yocto-docs rev: 0f3f134fe8292d6b1e6665c80d9e13a80c6c8326) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Reverted a patch that had added sdk-pmsDavid Nystrom2013-12-131-6/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added module and module-base classes.Scott Rifenbark2013-12-131-1/+37
| | | | | | | (From yocto-docs rev: d815e0fd2f49c5269432427f08b88657c4e50104) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow: change to use SHA512 password encryptionPaul Eggleton2013-12-131-0/+3
| | | | | | | | | | | | | | | | The default encryption method for shadow is DES, which limits passwords to 8 characters. Not only is this undesirable, it's also not how busybox works so we had different passwd/login length behaviour depending on whether shadow was installed in the image or not. Change it to SHA512 which is what most Linux distributions seem to be using currently. (SHA512 also matches up with how we are configuring PAM.) Fixes [YOCTO #5656]. (From OE-Core rev: a9e072f9f0da774411e07abf47dd4bd8c6d685d7) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample.extended: restore some editsPaul Eggleton2013-12-131-24/+29
| | | | | | | | | | | | Poky commit ba8506ee342a1a579ceb309f3f50285eaad84f25 reverted some previous changes that hadn't been applied in the OE-Core version of this file. This patch restores them and tweaks a couple of sentences so that they make sense. (From meta-yocto rev: 38afe2938a54b59231598be8e8646564457f4d97) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: drop external-*Paul Eggleton2013-12-131-3/+0
| | | | | | | | | These are all obsolete now. (From meta-yocto rev: 293f0780c7864413ca89d5d53ec7215e1e612a2d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: data_smart: Fix hash corruption issueRichard Purdie2013-12-131-1/+1
| | | | | | | | | | | | | We were accidentally using references to sets in the contains functionality instead of creating a copy. This could cause data corruption and corruption of the resulting sstate checksums. This patch fixes this to make a copy of the set and resolved the corruption issue. (Bitbake rev: 8f4733257ad665aa7c7e7061c543379d5e4e3af2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: update the the maintainersRobert Yang2013-12-131-80/+80
| | | | | | | | | Hongxu, Qi, Chong and Robert takes 80 recipes. (From meta-yocto rev: eb15164117e49944306c8fbf0d70a07f2cbed7f0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.extended: Bring into sync with OE-CoreRichard Purdie2013-12-121-31/+37
| | | | | | (From meta-yocto rev: 8a3bcfa1204811c5a26d5485e0b2ef3b389e74ec) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gdb-7.6.1: fix cygwin check in configure scriptSteffen Sledz2013-12-122-0/+40
| | | | | | | | | | | | | | This is a fix which avoids false positives if the search pattern "lose" is found in path descriptions in comments generated by the preprocessor we hit in our development environment. [gdb Bug #16152] -- https://sourceware.org/bugzilla/show_bug.cgi?id=16152 Upstream-Status: Accepted (From OE-Core rev: 62849843a4a83b10316bc6cb1e4b3f0622391dea) Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sato-icon-theme: simplify icon-name-mapping lookupRoss Burton2013-12-122-56/+4
| | | | | | | | | | | | | Patching an option into configure.ac and then running sed over path variables is fragile as the definition of $libexecdir can and has changed. Instead, tell configure to use our pkg-config-native wrapper when it uses pkg-config, and it will find the right binaries without any further munging. (From OE-Core rev: 81cfade0615ac1e52a4185b1dcaab7ad78a9e6fd) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* external-sourcery-toolchain: removePaul Eggleton2013-12-126-644/+1
| | | | | | | | | | | | | | | | | As per discussion on the mailing list [1], remove this largely unmaintained external toolchain support in favour of the maintained version in meta-sourcery [2]. Also correct the example and documentation.conf entries for TCMODE to match up with this change. [1] http://lists.openembedded.org/pipermail/openembedded-core/2013-December/087133.html [2] https://github.com/MentorEmbedded/meta-sourcery/ (From OE-Core rev: 7603b15415301679bccbcb89af688c211704a43a) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes/module_strip: removePaul Eggleton2013-12-123-3/+1
| | | | | | | | | | | This class has been empty since 2010, so we shouldn't need it anymore. A check of common layers suggests there shouldn't be any references to it outside of OE-Core. (From OE-Core rev: 3c4557df95e3c60ef938c53f00bb1d7f765fe0ef) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Removed "work" from the SDK_DEPLOY directory.Scott Rifenbark2013-12-111-1/+1
| | | | | | | | | The directory is not a temporary thing. (From yocto-docs rev: 4a10a64866e9e769a2113f95943d69cb79543d6e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edit to SDK_DEPLOY removing "temporary" from directory.Scott Rifenbark2013-12-111-2/+2
| | | | | | | (From yocto-docs rev: 026e1ea4b4a158e557c6d00914799e372b741a6f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to gnomebase class.Scott Rifenbark2013-12-111-2/+2
| | | | | | | | | Review comments from Ross. (From yocto-docs rev: 66b96ff713548710716a61f9da4a53b1cf37d78c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to setuptools class.Scott Rifenbark2013-12-111-1/+1
| | | | | | | | | Review edits from Paul. (From yocto-docs rev: b60ea90236a614eb4ab3a1604383ae7161e0e8e5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Minor edits to rootfs* class.Scott Rifenbark2013-12-111-4/+4
| | | | | | | | | Review comments from Paul. (From yocto-docs rev: f931a4c6cea86a3dbbf27204731857a384ad0ea1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to GTKIMMODULES_PACKAGES variable.Scott Rifenbark2013-12-111-1/+1
| | | | | | | | | Used a better word to describe the argument list. (From yocto-docs rev: e31852ee32b2f5166cc766a2cdfe07616dd259db) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added new SDK_DEPLOY variable description.Scott Rifenbark2013-12-111-0/+15
| | | | | | | (From yocto-docs rev: 402cc7750d4d826a0fe91e3465770cbc27bcceca) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added more info to distrodata class.Scott Rifenbark2013-12-111-0/+20
| | | | | | | | | | Saul Wold provided me with more detail on this class, which I added. (From yocto-docs rev: eee81ed69fc6ba766926f8514e88df4ba4640cec) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added more info to gnomebase class.Scott Rifenbark2013-12-111-0/+5
| | | | | | | | | Ross Burton provided an expanded explanation. (From yocto-docs rev: 313899b280d7879ee86c9317021388a3cd080662) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed some broken cross-references.Scott Rifenbark2013-12-111-3/+3
| | | | | | | | | | | | | Three broken cross-references to the "qmake_base" class existed in the variables chapter. The actual class "qmake_base" is listed as part of the "qmake*" class so there is no tag taking a user to the exact "qmake_base" class. Changed the tag to "ref-classes-qmake*". (From yocto-docs rev: c13e441e9bbe3a451a59e5123b772426d36183ae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed double word error in EXTRA_QMAKEVARS_PRE variable.Scott Rifenbark2013-12-111-1/+1
| | | | | | | (From yocto-docs rev: 0c3242229d86ddfe9b3d542a6a7dc14c16b41445) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed double word in EXTRA_QMAKEVARS_POST variable.Scott Rifenbark2013-12-111-1/+1
| | | | | | | (From yocto-docs rev: 48c3aa2fab225a7bb89b42f90697ab497217dfd4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to QMAKE_PROFILES variable.Scott Rifenbark2013-12-111-7/+7
| | | | | | | (From yocto-docs rev: 6038f2f2e9abc984206f646ebbe8b6d9c42cf704) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed typo in PACKAGE_CLASSES variable.Scott Rifenbark2013-12-111-1/+1
| | | | | | | (From yocto-docs rev: 075cfd6aed56a04c7fb79a64dfb864351ee665f9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the IMAGE_PKGTYPE variable.Scott Rifenbark2013-12-111-0/+5
| | | | | | | | | | | Added a note at the bottom clearly stating TAR files are never used as a substitute for RPM, DEB, or IPK files when generating your image or SDK. (From yocto-docs rev: 8d45ac58926de4fb01156eccd53cfa0f3eca4d9d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to PIXBUF_PACKAGES variable.Scott Rifenbark2013-12-111-2/+1
| | | | | | | (From yocto-docs rev: 3d1b77df18d17bdd91890813055801531407e216) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the icecc class.Scott Rifenbark2013-12-111-4/+4
| | | | | | | | | | The text used "packages" rather than "recipes." This is a tragic result of historical naming mistakes early in the project. (From yocto-docs rev: 0492b458f249f0c4cec6fa3cdd73ab7ca1f1506e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to GTKIMMODULES_PACKAGES variable.Scott Rifenbark2013-12-111-8/+4
| | | | | | | (From yocto-docs rev: 1c8f431eb340e5cb992fa928d21b6a532a9404f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to FONT_PACKAGES variable.Scott Rifenbark2013-12-111-4/+4
| | | | | | | (From yocto-docs rev: 853d222ddb1e802c25f6747b28bff24c610bb4df) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the terminal class.Scott Rifenbark2013-12-111-5/+5
| | | | | | | (From yocto-docs rev: 73aeb95760845dc9d09277828ec66caa7e13ca8b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the systemd class.Scott Rifenbark2013-12-111-1/+1
| | | | | | | | | | Removed the formatting of the second instance of the term "systemd". (From yocto-docs rev: 46696db9869318d8df026a2761d6d8c70e7b3b55) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the setuptools class.Scott Rifenbark2013-12-111-2/+2
| | | | | | | | | Some minor re-wordings here. (From yocto-docs rev: 4f60a44520263e3ef3c885a27fcaba1ef8b63609) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the rootfs* class.Scott Rifenbark2013-12-111-52/+14
| | | | | | | | | | | | | I removed the rootfs_deb, rootfs_ipk, and rootfs_rpm classes altoghther and opted to briefly describe their purposes in the rootfs* class section. I also am not linking to the IMAGE_FSTYPES variable but am rather linking over to the PACKAGE_CLASSES variable. (From yocto-docs rev: 5e92a1d4f489d5b48f5dbaac7c75ab1a1014e220) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to pixbufcache and pythonnative classes.Scott Rifenbark2013-12-111-6/+3
| | | | | | | (From yocto-docs rev: d61ea64ba81752243ba900406f30813339b11801) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the PIXBUF_PACKAGES variable.Scott Rifenbark2013-12-111-5/+4
| | | | | | | (From yocto-docs rev: c8adb4bb00849a33692c7417e632758062762f8c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the package_tar class.Scott Rifenbark2013-12-111-1/+10
| | | | | | | | | | Turns out you can specify this using the PACKAGE_CLASSES variable but you better not list it first. (From yocto-docs rev: 9b160b15b3508e360fd57ac4375867d58cdc9709) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>