aboutsummaryrefslogtreecommitdiffstats
path: root/meta-cgl-common/packagegroups/packagegroup-cgl-applications.bb
AgeCommit message (Collapse)Author
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>
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-07-03packagegroups: move some packages in the corresponding packagegroupsAlexandru.Vaduva
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-*: 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>