Re: [yocto] How to disable OVERRIDES temperally

2015-08-27 Thread Mike Looijmans
On 27-08-15 13:40, Qiang Yu wrote: Hi all, I want to load kernel module ci_hdrc_imx at boot time and add a conf file in /etc/modprobe.d. I find it can be done by add module_conf_ci_hdrc_imx = my configure But the suffix imx is in OVERRIDES, so I get module_conf_ci_hdrc = my configure How to

Re: [yocto] How to disable OVERRIDES temperally

2015-08-27 Thread Khem Raj
On Thu, Aug 27, 2015 at 4:40 AM, Qiang Yu yuq...@gmail.com wrote: Hi all, I want to load kernel module ci_hdrc_imx at boot time and add a conf file in /etc/modprobe.d. I find it can be done by add module_conf_ci_hdrc_imx = my configure But the suffix imx is in OVERRIDES, so I get

[yocto] [PATCH 1/1] Enable iSCSI configs.

2015-08-27 Thread Alexandru . Vaduva
From: Siva Borra siva.bo...@enea.com Enable iSCSI target and supported devices. Signed-off-by: Siva Borra siva.bo...@enea.com --- .../recipes-kernel/linux/files/cfg/00023-open-scsi.cfg | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git

[yocto] [meta-security-isafw] Introduction of new OE layer: start checking security of the images you are building!

2015-08-27 Thread Reshetova, Elena
Hi everyone, I would like to introduce to the Yocto community a new OE layer: meta-security-isafw. The purpose of this layer is to enable analysis of different security-related settings/configurations of the OS images that you might be building, like being able to analyse packages for CVEs

Re: [yocto] How to disable OVERRIDES temperally

2015-08-27 Thread Qiang Yu
On Thu, Aug 27, 2015 at 9:36 PM, Khem Raj raj.k...@gmail.com wrote: On Thu, Aug 27, 2015 at 4:40 AM, Qiang Yu yuq...@gmail.com wrote: Hi all, I want to load kernel module ci_hdrc_imx at boot time and add a conf file in /etc/modprobe.d. I find it can be done by add

Re: [yocto] How to disable OVERRIDES temperally

2015-08-27 Thread Qiang Yu
On Thu, Aug 27, 2015 at 9:53 PM, Mike Looijmans mike.looijm...@topic.nl wrote: On 27-08-15 13:40, Qiang Yu wrote: Hi all, I want to load kernel module ci_hdrc_imx at boot time and add a conf file in /etc/modprobe.d. I find it can be done by add module_conf_ci_hdrc_imx = my configure But

[yocto] How to disable OVERRIDES temperally

2015-08-27 Thread Qiang Yu
Hi all, I want to load kernel module ci_hdrc_imx at boot time and add a conf file in /etc/modprobe.d. I find it can be done by add module_conf_ci_hdrc_imx = my configure But the suffix imx is in OVERRIDES, so I get module_conf_ci_hdrc = my configure How to disable the OVERRIDES temperally here?

[yocto] How to recreate rootfs image

2015-08-27 Thread Lenivyy Viktor
In your kernel recipe are you using SRC_URI to fetch from a git repository (e.g. git:// URI) or from a local directory? This kernel is fetched from local directory. I guess that if you're using a local path, there can be either some uncommitted changes, or a stale git index. No, because