aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-10-05netperf: removeHEADmasterPaul Eggleton
This isn't actually needed by baryon; it was only used in some of the initial performance tests. If needed there is a well-maintained version now in meta-networking. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-05orc: removePaul Eggleton
No longer needed. The recipe is currently maintained in meta-oe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-05schroedinger: removePaul Eggleton
No longer needed. A patch has been sent to add it to meta-multimedia. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-05faac: removePaul Eggleton
No longer needed. A patch has been sent to add it to meta-multimedia. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-05libgsm: removePaul Eggleton
No longer needed. The recipe is currently maintained in meta-telephony. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-05faad2: removePaul Eggleton
No longer needed. The recipe is currently maintained in meta-oe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-09-23samba: fix QA error due to volatiles presencePaul Eggleton
Adapted from a meta-oe change by Jonathan Liu <net147@gmail.com>. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-09-23ffmpeg: removePaul Eggleton
We now use libav provided as part of OE-Core instead. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-09-23mediatomb: add support for building against libavPaul Eggleton
Add a Debian patch to support building mediatomb against libav. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-09-16linux-yocto: remove version 3.2 bbappendPaul Eggleton
This is no longer available in master. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-03-25samba: sync with meta-oedylanKevin Strasser
update to version 3.6.8 Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-03-25nfs-utils: remove NFS upcall workaroundKevin Strasser
The workaround was incorporated into poky in commit 52d2947300e693c37006f020f9fc428f200c6bc9. Additionally, the regession is fixed in the 3.8 version of the linux kernel. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-03-25lvm2: sync with meta-oeKevin Strasser
update to version 2.02.97 Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-03-25ffmpegthumbnailer: include cstringKevin Strasser
libpng headers after 1.6.0 do not include cstring. Include cstring in ffmpegthumbnailer to make memcpy available. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-03-25ffmpegthumbnailer: update to 2.0.8Kevin Strasser
Listed changes: * Better ffmpeg detection * Fix build issue with recent ffmpeg * Optionally register ffmpegthumbnailer as gnome3 thumbnailer Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-03-25kernel: enable nfsd in linux-yocto 3.8Kevin Strasser
linux-yocto 3.0 was removed from oe-core so our bbappend is causing an error. Remove linux-yocto_3.0.bbappend Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-03-19layer.conf: avoid unnecessary early expansion with :=Christopher Larson
bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-02-27nfs-utils: update bbappend version to 1.2.7Kevin Strasser
account for poky revision 8adcafc239ccb3fa9fc968140b43da90d735ce21 Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-02-22webmin: correct net-lib.pl patchKevin Strasser
remove absolute path from reference to debian-linux-lib.pl Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-02-11webmin: fix for changes in OE-Core masterPaul Eggleton
* Hide read-only-rootfs-hook.sh in init module * Hide debugfs filesystems in mount module * perl-module-file is no longer packaged, so remove references to it Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-11webmin: tidy up recipePaul Eggleton
* Move packaging definitions to the end * Set SUMMARY instead of DESCRIPTION * Remove EXCLUDE_FROM_SHLIBS and override of split_and_strip_files since these are now taken care of by allarch.bbclass * Reindent SRC_URI Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-11webmin: update to 1.620Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-01-03schroedinger: specify the version of MPL in useKevin Strasser
Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-01-03baryon-image: use parted instead of util-linuxKevin Strasser
util-linux replaces the 'reset' command provided by busybox with a script that uses 'tset', which fails because it isn't installed. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-01-03ffmpeg: build position independent code where possibleKevin Strasser
Fixes several of the textrel warnings the package has been producing. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-01-02webmin: remove perl-module-warnings-register RDEPENDSKevin Strasser
As of poky commit 51cbb5ae76a22d465e2f6c5ef923ec2682624e3b, the module is included by default and an error is produced if requested. Fixes [YOCTO #3530] Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-12-05proftpd: conditionally remove /usr/libexecKevin Strasser
As of poky commit id 1d18224b24a515a07170ce36dbd725cb203d3300 libexecdir has been changed to ${libdir}/${BPN} which is typically /usr/lib. This change introduces a check to see if /usr/libexec is being used before attempting to remove it. Fixes [YOCTO #3504] Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-10-28proftpd: add initscript and tidy up recipePaul Eggleton
* Add initscript, borrowed from Debian with some modifications for compatibility * Use autotools.bbclass and remove unnecessary configure options * Use useradd.bbclass to add ftp user/group * PARALLEL_MAKE = "" is no longer needed, the bug was fixed in 1.3.3c * Set SUMMARY (which sets DESCRIPTION) and base it on the short description from the website * Add HOMEPAGE * Add/fix description in some patches and improve recipe indentation * Remove unnecessary chown of proftpd binary in postinst script Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-12ffmpeg: add LICENSE_FLAGSPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-30nfs-utils: workaround for nfsd regression in the 3.4 kernelKevin Strasser
The version of nfsd used in 3.4 kernels tries to upcall the new reboot-recovery daemon and gets stuck if it is not found. This causes client mounts to fail and prints the following error message during boot: "NFSD: starting 90-second grace period NFSD: Unable to end grace period: -110" If the directory "/var/lib/nfs/v4recovery" exists, nfsd will revert back to the old method. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-09-27talloc: specify the version of LGPL and include the license textKevin Strasser
talloc is made available under version 3 (or later) of the LGPL. This change fixes the following warning: "WARNING: talloc: No generic license file exists for: LGPL in any provider" Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-09-27orc: specify the generic licenses being usedKevin Strasser
With the exception of source that contains the Mersenne Twister algorithm, the majority of orc source code is made available under the BSD 2-Clause license. The source that contains the Mersenne Twister algorithm is made available under the BSD 3-Clause license. This change fixes the following warning: "WARNING: orc: No generic license file exists for: orc in any provider" Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-09-27samba: remove unused directories after installKevin Strasser
Some of the directories that are created during installation are left empty and not shipped in the image. Removing them clears up the following QA warning: "WARNING: QA Issue: samba: Files/directories were installed but not shipped /usr/lib/idmap /usr/lib/nss_info /usr/lib/perfcount /usr/lib/pdb /usr/lib/rpc /usr/lib/gpext" Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-09-27proftpd: remove unused directories after installKevin Strasser
Some of the directories that are created during installation are left empty and not shipped in the image. Removing them clears up the following QA warning: "WARNING: QA Issue: proftpd: Files/directories were installed but not shipped /usr/libexec /usr/lib/proftpd /usr/share/locale" Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-09-13kernel: enable nfsd when using the 3.4 kernelKevin Strasser
Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-09-13proftpd: update package to 1.3.4bKevin Strasser
The contrib directory now contains its own Makefile which is used during installation. It was required to pass DESTDIR through when it gets called from the base Makefile. LIC_FILES_CHKSUM needed to be changed because the street address for the FSF was updated in the license. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-09-10webmin: update package to 1.590Kevin Strasser
The patch "fdisk-partprobe-fix.patch" has been accepted upstream and is no longer needed. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-08-06Fix up python function whitespacingPaul Eggleton
Use four spaces for all python functions. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-06webmin: fix some grammar in the MediaTomb modulePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-06webmin: blacklist functions.initscripts in services listPaul Eggleton
This is not a service so we shouldn't be showing it in the "Bootup and Shutdown" module. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-06webmin: remove nfsd check from exports-lib.plKevin Strasser
Webmin expects the userspace version of nfsd and attempts to find its pid when applying a new set of nfs exports. This check fails because baryon is configured to install the kernelspace version. In result the command that is assigned to apply_cmd will never be executed, and the contents of /exports are not successfully exported. Fixes [YOCTO #1719] Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-08-06webmin: include webmin-module-aclKevin Strasser
Webmin's logging configuration page depends on webmin-module-acl. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-08-06conf/distro/baryon.conf: allow easy building with QEMU machinesPaul Eggleton
Add a workaround for [YOCTO #1690] so that we don't try to build X11 libraries given that x11 has been removed from DISTRO_FEATURES. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-07-26webmin: fixed nfs exports configurationKevin Strasser
No longer attempting to kill any rpc.nfsd processes. Also, fixed a reference to the nfsserver init script. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-07-23webmin: remove use of the rename commandKevin Strasser
Several webmin modules are left out of the build due to misuse of the rename command. Acceptable use of the rename command depends on the version being supplied. Without knowledge of the version being used it is possible that any particular use will result in syntax errors. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-07-17webmin: fix dash incompatibility in do_configureKevin Strasser
The use of brackets was causing dash to skip over the removal of several unwanted files. The presence of these files was causing an exception during packaging. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-07-17kernel: enable nfsd when using the 3.2 kernelKevin Strasser
Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-07-17ffmpegthumbnailer: enable jpeg supportKevin Strasser
Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-07-13Drop PRIORITY variablePaul Eggleton
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-07-12baryon-image: use IMAGE_INSTALL instead of CORE_IMAGE_EXTRA_INSTALLPaul Eggleton
CORE_IMAGE_EXTRA_INSTALL is really intended to be used from local.conf and not in custom image recipes, so we should not be using it here. As a bonus, adding to IMAGE_INSTALL instead allows the image recipe to be compatible with the edison release. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>