Re: [Yocto-bsp] PHP in Yocto using Apache2

2018-08-01 Thread GN Keshava
Sorry, I don't know why, but the mail I had sent on 31st Jan is being activated now! Anyways, thanks for reply, I had solved this successfully. If anyone faces this problem in future can mail me, I can assist. On Thu, 2 Aug 2018 at 04:28 Kosta Zertsekel wrote: > >> There is some accidental bug

[yocto] Cannot use any TEST_TARGET besides simpleremote or qemu

2018-08-01 Thread Paulo Neves
Hello I am trying to create my own test controller. After copy pasting and adapting the skeleton from BeagleBoneTarget to $MYLAYER/lib/oeqa/controllers I set the appropriate TEST_TARGET. When I run the testimage task I always have errors like in [1]. The actual keyword that is unexpected changes

Re: [Yocto-bsp] PHP in Yocto using Apache2

2018-08-01 Thread Kosta Zertsekel
>> There is some accidental bug in Krogoth PHP git code - in php.inc. >> Tried using master git code changes from this. Not working. >> Please suggest any other changes I need to do. I suggest to do the whole thing first (adding Apache **and** PHP) using Yocto 2.5 (Sumo). When it works in Yocto

Re: [yocto] Error Report Tool Purge

2018-08-01 Thread Michael Halstead
Currently the database is 26GB. I'm going to start purging un-visited reports older than 180 days today. I see some good suggestions in this thread. Khem, would you open an enhancement request describing the counts you are interested in preserving? On Thu, Jul 19, 2018 at 11:08 PM Martin Jansa

Re: [yocto] Using FreeRADIUS on Yocto?

2018-08-01 Thread Nicolas Dechesne
hi, assuming you are referring to freeradius.org, it looks like this project is already integrated into meta-openembedded recipes layer, it was added about one year ago. While this layer is not part of the default Yocto Project releases (Poky), it is generally straight forward to add new layers

[Yocto-bsp] PHP in Yocto using Apache2

2018-08-01 Thread GN Keshava
I'm working on Yocto Krogoth for iMX6. I have successfully added Apache2 and able to access HTML page. But I want to get and process user input from HTML. From what I understand I need PHP for this. But in my Yocto, I'm not able to add PHP. Below is what I tried: Added these to local.conf:

[yocto] Using FreeRADIUS on Yocto?

2018-08-01 Thread Anandpura, Shuchi [US] (AS)
Hi everyone! I couldn't find this too easily on the internet, but I was wondering if Yocto supports freeRADIUS. I know that Xilinx does not, but I have never used Yocto (or even heard of it pretty recently), so I'm not fully aware of its capabilities and limitations. If anybody has any

Re: [yocto] SDK and out of tree modules

2018-08-01 Thread RUSSELL PETERSON
I have started looking at this more closely and I have a few questions. Hope someone knows or has seen these issues before. 1. When running create_filtered task list I see failures. This is mainly due to the fact that the sdkbasepath getting renamed to tmp-renamed-sdk fails. I have bypassed

Re: [yocto] Is there any way to remove some package frome IMAGE_INSTALL conditionally in local.conf?

2018-08-01 Thread ChenQi
IMAGE_INSTALL_remove = "${@'package1 package2' if TCLIBC == 'glibc' else ''}" This only removes packages from IMAGE_INSTALL variable. So if packages are not removed, you may want to use PACKAGE_EXCLUDE to replace IMAGE_INSTALL_remove above. Best Regards, Chen Qi On 08/01/2018 06:11 PM,

[yocto] Is there any way to remove some package frome IMAGE_INSTALL conditionally in local.conf?

2018-08-01 Thread tugouxp
hi folks: i meet an problem that need keep TCLIBC both work in "musl" and "glibc" environment , but a user-defined package cant work with "glibc", so i need to remote them in the "IMAGE_INSTALL" variable, but i don`t want to offer a seperate "image*.bb" files for this reason because it may

[yocto] [meta-security][PATCH 08/10] suricata: install and package rules

2018-08-01 Thread Koen Kooi
This fixes the following warning during startup: suricata[22707]: 31/7/2018 -- 13:34:40 - - [ERRCODE: SC_ERR_NO_RULES_LOADED(43)] - 47 rule files specified, but no rule was loaded at all! Signed-off-by: Koen Kooi --- recipes-security/suricata/suricata_4.0.0.bb | 3 +++ 1 file changed, 3

[yocto] [meta-security][PATCH 10/10] suricata: rename ${PN}-python to ${PN}-socketcontrol

2018-08-01 Thread Koen Kooi
This describes the content a lot better. RDEPENDS are still missing, so it's still as non-working as before :/ Signed-off-by: Koen Kooi --- recipes-security/suricata/suricata_4.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[yocto] [meta-security][PATCH 09/10] suricata: install and package threshold.config

2018-08-01 Thread Koen Kooi
This fixes the following warning during startup: suricata[24522]: 31/7/2018 -- 13:47:15 - - [ERRCODE: SC_ERR_FOPEN(44)] - Error opening file: "/etc/suricata//threshold.config": No such file or directory Signed-off-by: Koen Kooi --- recipes-security/suricata/suricata_4.0.0.bb | 2 ++ 1

[yocto] [meta-security][PATCH 07/10] suricata: enable syslog output

2018-08-01 Thread Koen Kooi
This fixes the following error preventing startup in daemon mode: suricata[20485]: 31/7/2018 -- 13:19:48 - - [ERRCODE: SC_ERR_MISSING_CONFIG_PARAM(118)] - NO logging compatible with daemon mode selected, suricata won't be able to log. Please update 'logging.outputs' Signed-off-by: Koen

[yocto] [meta-security][PATCH 06/10] suricate: create and package logdir

2018-08-01 Thread Koen Kooi
This fixes the following error preventing startup: suricata[18771]: 31/7/2018 -- 13:08:21 - - [ERRCODE: SC_ERR_LOGDIR_CONFIG(116)] - The logging directory "/var/log/suricata/" supplied by /etc/suricata/suricata.yaml (default-log-dir) doesn't exist. Shut> Signed-off-by: Koen Kooi ---

[yocto] [meta-security][PATCH 05/10] suricata: add systemd unit

2018-08-01 Thread Koen Kooi
Based on the debian systemd unit. Signed-off-by: Koen Kooi --- recipes-security/suricata/files/suricata.service | 20 recipes-security/suricata/suricata_4.0.0.bb | 17 +++-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644

[yocto] [meta-security][PATCH 03/10] suricata: mark config file as CONFFILE

2018-08-01 Thread Koen Kooi
This preserves user edits during package upgrades. Signed-off-by: Koen Kooi --- recipes-security/suricata/suricata_4.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-security/suricata/suricata_4.0.0.bb b/recipes-security/suricata/suricata_4.0.0.bb index 4a39325..73f4af6