All of lore.kernel.org
 help / color / mirror / Atom feed
* Error while trying to enable selinux support in custom image
@ 2015-02-17 10:33 Priya Agarwal
  2015-02-17 10:51 ` Priya Agarwal
  2015-02-17 11:28 ` Priya Agarwal
  0 siblings, 2 replies; 5+ messages in thread
From: Priya Agarwal @ 2015-02-17 10:33 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]

Hi,

I want to add SELinux support in my custom imgae I am building for
Freescale's T4240QDS Machine.
I followed the steps given in FAQ section included in meta-selinux
directory.

However I am getting this error. How do I remove this.

ERROR: Layer 'selinux' depends on layer 'meta-python', but this layer is
not enabled in your configuration
ERROR: Layer 'selinux' depends on layer 'networking-layer', but this layer
is not enabled in your configuration

I need to do this urgently.
Thank You.

Regards

[-- Attachment #2: Type: text/html, Size: 673 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Error while trying to enable selinux support in custom image
  2015-02-17 10:33 Error while trying to enable selinux support in custom image Priya Agarwal
@ 2015-02-17 10:51 ` Priya Agarwal
       [not found]   ` <9BACABF0C6B14A4D8C33B42A795119BE1C4ED3BD@POCITMSEXMB06.LntUniverse.com>
  2015-02-17 11:28 ` Priya Agarwal
  1 sibling, 1 reply; 5+ messages in thread
From: Priya Agarwal @ 2015-02-17 10:51 UTC (permalink / raw)
  To: poky, yocto-builds

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]

Hi,

I want to add SELinux support in my custom imgae I am building for
Freescale's T4240QDS Machine.
I followed the steps given in FAQ section included in meta-selinux
directory.

However I am getting this error. How do I remove this.

ERROR: Layer 'selinux' depends on layer 'meta-python', but this layer is
not enabled in your configuration
ERROR: Layer 'selinux' depends on layer 'networking-layer', but this layer
is not enabled in your configuration

I need to do this urgently.
Thank You.

Regards

[-- Attachment #2: Type: text/html, Size: 735 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error while trying to enable selinux support in custom image
       [not found]   ` <9BACABF0C6B14A4D8C33B42A795119BE1C4ED3BD@POCITMSEXMB06.LntUniverse.com>
@ 2015-02-17 11:13     ` Priya Agarwal
       [not found]       ` <9BACABF0C6B14A4D8C33B42A795119BE1C4ED43E@POCITMSEXMB06.LntUniverse.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Priya Agarwal @ 2015-02-17 11:13 UTC (permalink / raw)
  To: Navani Kamal Srivastava; +Cc: yocto-builds, poky

[-- Attachment #1: Type: text/plain, Size: 1810 bytes --]

Unable to find networking-layer. Is this same as meta-networking layer?


On Tue, Feb 17, 2015 at 4:30 PM, Navani Kamal Srivastava <
NAVANI.Srivastava@lnttechservices.com> wrote:

>  Adding following lines in bblayer.conf file of your build should help!!
>
>
>
> File Path: build/conf/bblayer.conf
>
>
>
> BBLAYERS ?= " \
>
> “Path To meta-python layer” \
>
> “Path to networking-layer” \
>
>   "
>
>
>
> Cheers!!
>
> Navani Srivastava
>
>
> ___________________________________________________________________________________
>
> *From:* poky-bounces@yoctoproject.org [mailto:
> poky-bounces@yoctoproject.org] *On Behalf Of *Priya Agarwal
> *Sent:* Tuesday, February 17, 2015 4:21 PM
> *To:* poky@yoctoproject.org; yocto-builds@yoctoproject.org
> *Subject:* [poky] Fwd: Error while trying to enable selinux support in
> custom image
>
>
>
>
>
> Hi,
>
> I want to add SELinux support in my custom imgae I am building for
> Freescale's T4240QDS Machine.
>
> I followed the steps given in FAQ section included in meta-selinux
> directory.
>
> However I am getting this error. How do I remove this.
>
> ERROR: Layer 'selinux' depends on layer 'meta-python', but this layer is
> not enabled in your configuration
> ERROR: Layer 'selinux' depends on layer 'networking-layer', but this layer
> is not enabled in your configuration
>
> I need to do this urgently.
>
> Thank You.
>
> Regards
>
>
>
> *L&T Technology Services Ltd*
>
> www.LntTechservices.com <http://www.lnttechservices.com/>
>
> This Email may contain confidential or privileged information for the
> intended recipient (s). If you are not the intended recipient, please do
> not use or disseminate the information, notify the sender and delete it
> from your system.
>

[-- Attachment #2: Type: text/html, Size: 5130 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error while trying to enable selinux support in custom image
       [not found]       ` <9BACABF0C6B14A4D8C33B42A795119BE1C4ED43E@POCITMSEXMB06.LntUniverse.com>
@ 2015-02-17 11:28         ` Priya Agarwal
  0 siblings, 0 replies; 5+ messages in thread
From: Priya Agarwal @ 2015-02-17 11:28 UTC (permalink / raw)
  To: Navani Kamal Srivastava; +Cc: yocto-builds, poky

[-- Attachment #1: Type: text/plain, Size: 3277 bytes --]

Actaully meta-networking is enabled in my configuration. But SELinux has
the following code in its layer.conf:

LAYERDEPENDS_selinux = " \
    core \
    meta-python \
    networking-layer \
    openembedded-layer \
    virtualization-layer \
"

If meta-networking and networking-layer are same should I modify this part
and change networking-layer to meta-networking?


On Tue, Feb 17, 2015 at 4:54 PM, Navani Kamal Srivastava <
NAVANI.Srivastava@lnttechservices.com> wrote:

>  I remember including meta-networking layer for SELinux support. I don’t
> know if you have created your own custom layer with name “networking layer”
> or so. But you can search which layer contains data related SELinux
> support.
>
>
>
> Cheers!!
>
>
>
> Navani Srivastava
>
>
>
> *From:* Priya Agarwal [mailto:priyaiitmandi@gmail.com]
> *Sent:* Tuesday, February 17, 2015 4:43 PM
> *To:* Navani Kamal Srivastava
> *Cc:* poky@yoctoproject.org; yocto-builds@yoctoproject.org
> *Subject:* Re: [poky] Fwd: Error while trying to enable selinux support
> in custom image
>
>
>
> Unable to find networking-layer. Is this same as meta-networking layer?
>
>
>
> On Tue, Feb 17, 2015 at 4:30 PM, Navani Kamal Srivastava <
> NAVANI.Srivastava@lnttechservices.com> wrote:
>
>  Adding following lines in bblayer.conf file of your build should help!!
>
>
>
> File Path: build/conf/bblayer.conf
>
>
>
> BBLAYERS ?= " \
>
> “Path To meta-python layer” \
>
> “Path to networking-layer” \
>
>   "
>
>
>
> Cheers!!
>
> Navani Srivastava
>
>
> ___________________________________________________________________________________
>
> *From:* poky-bounces@yoctoproject.org [mailto:
> poky-bounces@yoctoproject.org] *On Behalf Of *Priya Agarwal
> *Sent:* Tuesday, February 17, 2015 4:21 PM
> *To:* poky@yoctoproject.org; yocto-builds@yoctoproject.org
> *Subject:* [poky] Fwd: Error while trying to enable selinux support in
> custom image
>
>
>
>
>
> Hi,
>
> I want to add SELinux support in my custom imgae I am building for
> Freescale's T4240QDS Machine.
>
> I followed the steps given in FAQ section included in meta-selinux
> directory.
>
> However I am getting this error. How do I remove this.
>
> ERROR: Layer 'selinux' depends on layer 'meta-python', but this layer is
> not enabled in your configuration
> ERROR: Layer 'selinux' depends on layer 'networking-layer', but this layer
> is not enabled in your configuration
>
> I need to do this urgently.
>
> Thank You.
>
> Regards
>
>
>
> *L&T Technology Services Ltd*
>
> www.LntTechservices.com <http://www.lnttechservices.com/>
>
> This Email may contain confidential or privileged information for the
> intended recipient (s). If you are not the intended recipient, please do
> not use or disseminate the information, notify the sender and delete it
> from your system.
>
>
>
> *L&T Technology Services Ltd*
>
> www.LntTechservices.com <http://www.lnttechservices.com/>
>
> This Email may contain confidential or privileged information for the
> intended recipient (s). If you are not the intended recipient, please do
> not use or disseminate the information, notify the sender and delete it
> from your system.
>

[-- Attachment #2: Type: text/html, Size: 8417 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error while trying to enable selinux support in custom image
  2015-02-17 10:33 Error while trying to enable selinux support in custom image Priya Agarwal
  2015-02-17 10:51 ` Priya Agarwal
@ 2015-02-17 11:28 ` Priya Agarwal
  1 sibling, 0 replies; 5+ messages in thread
From: Priya Agarwal @ 2015-02-17 11:28 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

I think I'll have to edit bblayers.conf to include path to meta-python and
networking-layer. However where is the path to networking layer. Is it same
as meta-networking.


On Tue, Feb 17, 2015 at 4:03 PM, Priya Agarwal <priyaiitmandi@gmail.com>
wrote:

> Hi,
>
> I want to add SELinux support in my custom imgae I am building for
> Freescale's T4240QDS Machine.
> I followed the steps given in FAQ section included in meta-selinux
> directory.
>
> However I am getting this error. How do I remove this.
>
> ERROR: Layer 'selinux' depends on layer 'meta-python', but this layer is
> not enabled in your configuration
> ERROR: Layer 'selinux' depends on layer 'networking-layer', but this layer
> is not enabled in your configuration
>
> I need to do this urgently.
> Thank You.
>
> Regards
>

[-- Attachment #2: Type: text/html, Size: 1237 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-17 11:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-17 10:33 Error while trying to enable selinux support in custom image Priya Agarwal
2015-02-17 10:51 ` Priya Agarwal
     [not found]   ` <9BACABF0C6B14A4D8C33B42A795119BE1C4ED3BD@POCITMSEXMB06.LntUniverse.com>
2015-02-17 11:13     ` Priya Agarwal
     [not found]       ` <9BACABF0C6B14A4D8C33B42A795119BE1C4ED43E@POCITMSEXMB06.LntUniverse.com>
2015-02-17 11:28         ` Priya Agarwal
2015-02-17 11:28 ` Priya Agarwal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.