aboutsummaryrefslogtreecommitdiffstats
path: root/meta-cgl-common/packagegroups
AgeCommit message (Collapse)Author
2020-03-24Move packagegroups to recipes-core for consistancy sakeJeremy A. Puhlman
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
2019-07-19packagegroup-cgl-applications: only install libpam and pam-passwdqc if pam ↵Yi Zhao
distro flag set Fix build error when pam distro flag is not set: $ bitbake packagegroup-cgl-applications ERROR: Nothing RPROVIDES 'pam-passwdqc' (but /buildarea/poky/meta-cgl/meta-cgl-common/packagegroups/packagegroup-cgl-applications.bb RDEPENDS on or otherwise requires it) ERROR: Nothing RPROVIDES 'libpam' (but /buildarea/poky/meta-cgl/meta-cgl-common/packagegroups/packagegroup-cgl-applications.bb RDEPENDS on or otherwise requires it) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2019-07-19packagegroup-cgl-middleware: remove ipsec-tools and umipYi Zhao
The ipsec-tools and umip had been removed from meta-openembedded. We should remove them from the packagegroup. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2019-05-07packagegroup-cgl-middleware: remove openaisArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2017-09-25poky-cgl: Enable distro features in the distro definitionAdrian Dudau
Distro features enabled in packagegroups have no effect. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2017-06-12poky-cgl: avoid installing multiple syslogsJackie Huang
do_rootfs fails if multiple syslogs are installed: | Error: package syslog-ng-3.8.1-r0.i586 conflicts with sysklogd provided by sysklogd-1.5.1-r0.i586 core-image-cgl requires packagegroup-core-full-cmdline which depends on VIRTUAL-RUNTIME_syslog (default to sysklogd), so set the VIRTUAL-RUNTIME_syslog in distro conf and no need to depends on any syslog in packagegroup-cgl-applications, then we ensure that only one syslog is installed to avoid conflicts. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2017-02-21iscsi-initiator-utils: make it DISTRO_FEATURE dependentArmin Kuster
Follow Up Flag: Follow up Flag Status: Flagged From: Armin Kuster <akuster@mvista.com> When this package was updated in OE, it now requires systemd. Make this optional. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Alexandru.Vaduva <alexandru.vaduva@linux.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-20packagegroup-cgl: Update license checksumAdrian Dudau
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-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-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-07-03packagegroups: move some packages in the corresponding packagegroupsAlexandru.Vaduva
Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-07-02packagegroups: added missing support.Alexandru.Vaduva
The rename of the cluster-resource-agents into resource-agents did not solved all the dependencies. Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-06-24Add packages umip, makedumpfile, openl2tpSiva Borra
Add packages umip, makedumpfile and open2tp to the image. Signed-off-by: Siva Borra <siva.borra@enea.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-06-16Add support for libpam and rsyslog packages.Alexandru.Vaduva
2015-05-06Added two more packages into the image.Alexandru.Vaduva
Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-04-27packagegroup-cgl-swdevtools: don't depend on numactl on armDmitry Eremin-Solenikov
Package numactl is disabled on ARM platform. Do no depend on it if we are building for this platform. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-04-27packagegroup-cgl-*: fix LIC_FILES_CHKSUM variablesDmitry Eremin-Solenikov
LIC_FILES_CHKSUM variables in all packagegroup files reference wrong location of the COPYING.MIT file resulting in warnings during build. Fix them by pointing to the main COPYING.MIT file in OE-Core. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-01-28Packages update. A few specific packages were included in the image.Alexandru.Vaduva
Besides the added packages the FTrace feature was enabled on the kernel and also the checksums for the cluster recipes were updated. Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2014-10-06cgl: split layer between meta-cgl-common and meta-vendorLiviu Gheorghisan
Now we have this structure: meta-cgl + meta-cgl-common + conf + images + packagegroups + recipes-cgl + recipes-extended + recipes-kernel + recipes-perl + meta-fsl-ppc + recipes-kernel ... + COPYING.MIT + README The reason for this change is to separate machine specific stuff (kernel bbappends, configs, etc) in separate layers, and each of these layers will only be included in the build when building for that machine. [LXCR-3670] Signed-off-by: Liviu Gheorghisan <liviu.gheorghisan@enea.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>