aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-01-10libwww-perl 5.834 -> 6.05Zheng Ruoqin
Upgrade libwww-perl from 5.834 to 6.05 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-11-16core-iamge-cgl: Remove kernel-modulesAdrian Dudau
This is already included in packagegroup-cgl-kernel. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-09-20Add initrdscriptsAdrian Dudau
These scripts are used to load the rootfs onto multipath devices. Scripts originally developed by: Mats Liljegren <mats.liljegren@enea.com> CGL requirements AVL.7.1.* Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-09-20Add an initramfs imageAdrian Dudau
This is needed to enable multipath support for the rootfs. The ext3 support is needed to load the image onto the disk. CGL requirements AVL.7.1.* Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-09-20packagegroup-cgl-middleware: Add multipath-toolsAdrian Dudau
Remove the other multipath related packages which are not necessary. CGL requirements AVL.7.1.* Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-09-20libmailtools-perl: 2.13 -> 2.18Dai Caiyun
Upgrade libmailtools-perl from 2.13 to 2.18. Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-09-20resource-agents: 3.9.6 -> 3.9.7Wang Xin
Upgrade resource-agents from 3.9.6 to 3.9.7. Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-09-20packagegroup-cgl: Update license checksumAdrian Dudau
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-09-15pacemaker: 1.1.13 -> 1.1.15Wang Xin
1) Upgrade pacemaker from 1.1.13 to 1.1.15. 2) Modify patch, since the data has been changed. 0002-pacemaker-search-header-from-STAGING_INCDIR-to-walka.patch Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-06-02ocfs2-tools: Fix QA WARNINIGArmin Kuster
NOTE: /home/akuster/oss/clean/meta-cgl/meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.8.4.bb: base_contains is deprecated, please use bb.utils.contains instead. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-06-02heartbeat: Fix new qa WARNINGSArmin Kuster
NOTE: /home/akuster/oss/clean/meta-cgl/meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.6.bb: base_contains is deprecated, please use bb.utils.contains instead Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-06-02selinux: Use targeted refpolicyAdrian Dudau
POLICY_NAME and DEFAULT_ENFORCING are set in each refpolicy recipe in meta-selinux now. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-06-02distro: Inherit SELinux distroAdrian Dudau
meta-selinux defines a distro with refpolicy providers. Inherit that instead of trying to define our own refpolicies. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-04-13linux-yocto: Update .bbappend recipe versionAdrian Dudau
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-03-21ocfs2-tools: uprev to 1.8.4Roy Li
1. 1.8.4 asks libaio 2. remove 0002-ocfs2_fs.h-mount.ocfs2.c-fix-compile-error.patch which has been merged into 1.8.4 3. remove the host contamination by replacing the host related path in do_configure_prepend 4. add bash into RDEPENDS, since /etc/init.d/ocfs2 and /etc/init.d/o2cb are the bash scripts Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-03-15cgl-init-build-env: Add meta-cloud-services to bblayersAdrian Dudau
Recipes in meta-openstack depend on the ruby class defined in it. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-03-15cgl-init-build-env: Update the poky distro layerAdrian Dudau
meta-yocto layer has been replace by meta-poky upstream. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-03-14cgl_common_security_flags.inc: Remove compiler override for openhpiAdrian Dudau
Compiling openhpi with -fPIE works well now, so the override doesn't seem necessary anymore. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-03-14cgl_common_security_flags.inc: Add linker override for auditAdrian Dudau
Building audit with -fstack-protector-strong throws link errors on the native compiler. Add exception to avoid that.
2016-03-11makedumpfile: compile with shared librariesAdrian Dudau
poky distro doesn't include static libraries by defaule anymore, so we should use shared libraries. If at a later point it proves that we must compile with static library we can override the no-static-libs include in our distro definition. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-03-07remove lksctp-tools from meta-cglAdrian Dudau
lksctp-tools was initially added with the aim to fulfill STD.3.1. The Linux kernel >2.6 includes support for the base features of SCTP, so there is no need for the package. Besides that, there is already a recipe defined in meta-networking that is kept up to date. If a P2 requirement will require lksctp-tools, we can add it from there. CGL requirement STD.3.1 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Siva Borra <siva.borra@enea.com>
2016-03-07packagegroup-cgl-middleware: update drbd package nameAdrian Dudau
drbd recipe has been renamed to drbd-utils in meta-networking Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-03-07sysvinit: remove permissions overrideAdrian Dudau
This leads to shutdown command being executable by everybody, which is a huge security issue. If there are issues related to the way this is configured in the main recipe, they should be handled differently. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-03-07add a more generic support for generic defined bbappendsvaduvajanalexandru@yahoo.com
The four recipes bbappends: base-files sysvinit iscsi-initiator-utils umip only add generic support, one that is applicable for every recipe version so a more generic bbappend is defined for them. This is done to ensure the fact that whenever the bb version increases there wil not be the need for an extra bbappend with the same functionality. Signed-off-by: Alexandru.Vaduva <alexandru.vaduva@linux.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-01-07packagegroup-cgl-applications: unify the package name to fix the parse warningsZavier Luo
Fix the following parse warning: WARNING: Variable key RDEPENDS_${PN} ( ${LTTNGUST}) replaces original key RDEPENDS_packagegroup-cgl-applications ( lvm2 ${LM_SENSORS} bc gettext gettext-runtime babeltrace gdb gdbserver rsync strace libevent mdadm quota smartmontools monit syslog-ng ocfs2-tools logcheck samhain-client samhain-server audit crash pam-passwdqc libpam rsyslog makedumpfile ). Signed-off-by: Zavier Luo <zavier.luo@gmail.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2015-12-17pacemaker: WARNING FixLi Xin
* WARNING: QA Issue: pacemaker: Files/directories were installed but not shipped in any package: /lib/systemd/system/crm_mon.service Please set FILES such that these items are packaged. * WARNING: QA Issue: pacemaker-libs rdepends on dbus-lib, but it isn't a build dependency? [build-deps] * Also Modify SRC_URI,since original one is always do_fetch failed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2015-12-17cluster: Error FixLi Xin
collect2: error: ld returned 1 exit status ld: cannot find crtn.o: No such file or directory ld: cannot find crtendS.o: No such file or directory Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2015-12-17cluster-glue: WARNING FixLi Xin
WARNING: QA Issue: cluster-glue: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/logd.service Please set FILES such that these items are packaged. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2015-12-16heartbeat: Fix the broken urlZongchun Yu
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2015-09-03sysvinit: move the bbappend into the according layer locationAlexandru.Vaduva
Signed-off-by: Alexandru.Vaduva <alexandru.vaduva@linux.com>
2015-08-25README: updated maintainers and general content accordinglyAlexandru.Vaduva
Signed-off-by: Alexandru.Vaduva <alexandru.vaduva@linux.com> Author: Alexandru.Vaduva <alexandru.vaduva@linux.com>
2015-08-24README: update source linkJoe MacDonald
The meta-cgl layer is now housed on the Yocto Project git server, update the README accordingly. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
2015-08-24cluster-glue: upgrade 1.0.5 -> 1.0.12Li xin
* Add patch to aviod build Error and Warning. --0001-don-t-compile-doc-and-Error-Fix.patch --0001-ribcl.py.in-Warning-Fix.patch * Dropped backported patch: --fix-const-cast.patch --glue-remove-getpid-check.patch --glue-repair-deprecated-glib-support.patch --glue-repair-libxml-support.patch * Replace the hardcoded strings "/usr/lib" "/etc/" "/usr/sbin" "/usr/share" Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-08-24Revert "cluster-glue: upgrade 1.0.5 -> 1.0.12"Alexandru.Vaduva
This reverts commit e00fc16ab9794ed863ada724c19250b4aceee1cb.
2015-08-21Enable configs for kexec.Siva Borra
Enable configs for kexec and CRASH_DUMP. Signed-off-by: Siva Borra <siva.borra@enea.com> Signed-off-by: alex <alexandru.vaduva@linux.com>
2015-08-20ocfs2-tools: upgrade 1.4.3 -> 1.6.4Li xin
* Dropped backported 0001-ocfs2_controld-Makefile-fix-compile-error.patch. * Update 0002-ocfs2_fs.h-mount.ocfs2.c-fix-compile-error.patch,since the context changed. * Modify SRC_URI,since the original one is unstable. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-08-20Revert "ocfs2-tools: upgrade 1.4.3 -> 1.4.4"Alexandru.Vaduva
This reverts commit 8a2d5819ea31a428dd359163ef9b4a67543791c7.
2015-08-19AVL.21:Adding bonding configuration to fsl-ppcNora Björklund
Adding bonding config to qoriq for ppc-targets. [LXCR-5143] Signed-off-by: Nora Björklund <nora.bjorklund@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
2015-08-19AVL.21:ifenslaveNora Björklund
Enabling kernel configurations for AVL.21. [LXCR-5143] Signed-off-by: Nora Björklund <nora.bjorklund@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
2015-08-19virtual/kernel: fix missing append for SRC_URI variableAlexandru.Vaduva
The problem this patch solves is the fact that the SRC_URI defined in the recipe simply overwritten the content of the variable and the cfg fragments were not made available for the configure step to apply them. Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-08-19virtual/kernel: defined CGL specific qoriq kernel recipe.Alexandru.Vaduva
The role of this recipe is to differenciate from the already available recipes and also to try and avoid multipple bbappends kernel configurations overwrite. The confusion related to the fact that the work is done either on the BSP kernel recipe or the CGL configured one is also avoided. Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-08-19Add support for lm-sensors.Alexandru.Vaduva
lm-sensors also required dmi-decode support which was added as a dependency of the package. Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-08-19Images cleanupAlexandru.Vaduva
Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-08-19heartbeat: upgrade 3.0.5 -> 3.0.6Li xin
* Update configure.in-Error-and-warning-fix.patch, since the contents has been changed. * Dropped ucast.c-fix-compile-errors.patch,it it not needed anymore. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-08-19pacemaker: upgrade 1.1.12 -> 1.1.13Li xin
* update 0002-pacemaker-search-header-from-STAGING_INCDIR-to-walka.patch * Modify SRC_URI * Warning Fix: WARNING: QA Issue: pacemaker: Files/directories were installed but not shipped in any package: /usr/lib/python2.7 /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages/cts /usr/lib/python2.7/site-packages/cts/watcher.py Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-08-19cluster-glue: upgrade 1.0.5 -> 1.0.12Li xin
* Add patch to aviod build Error and Warning. --0001-don-t-compile-doc-and-Error-Fix.patch --0001-ribcl.py.in-Warning-Fix.patch * Dropped backported patch: --fix-const-cast.patch --glue-remove-getpid-check.patch --glue-repair-deprecated-glib-support.patch --glue-repair-libxml-support.patch * Replace the hardcoded strings "/usr/lib" "/etc/" "/usr/sbin" "/usr/share" Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-08-19ocfs2-tools: upgrade 1.4.3 -> 1.4.4Li xin
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-07-17Fix LSB core sysvinit issue.Alexandra Safta
[LXCR-3306] Signed-off-by: Alexandra Safta <alexandra.safta@enea.com> Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Alexandra Safta <alexandra.safta@enea.com>
2015-07-17perl: update recipe for Perl 5.22 compatibilityNora Björklund
Updating Test Pod recipe to be compatible with the new perl version 5.22 where Module::Build has been removed. See also: http://perltricks.com/article/165/2015/4/10/A-preview-of-Perl-5-22 Signed-off-by: Nora Björklund <nora.bjorklund@enea.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-07-17Fix for profile.d-tc LSB core testAlexandra Safta
Signed-off-by: Alexandra Safta <alexandra.safta@enea.com>