mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] usage of the projectroot folder
@ 2013-07-23 15:40 Pascal K
  2013-07-24  7:19 ` Jürgen Beisert
  0 siblings, 1 reply; 4+ messages in thread
From: Pascal K @ 2013-07-23 15:40 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 486 bytes --]

Hello everyone,

from the PTX Guru Guide I know that if I want to change some files for the
rootFS I should apply the changes within this folder.

So did I change /projectroot/etc/udev.conf and created within
/projectroot/lib/udev/rules.d a 70-wireless-net.rules file to configure my
wireless driver at startup. Instead of (ifconfig wlan0 up).

But these changes are not taken when I run ptxdist go;ptxdist images on my
system. They are jsut ignored.

Any ideas?


Best regards,
Pascal

[-- Attachment #1.2: Type: text/html, Size: 662 bytes --]

[-- Attachment #2: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] usage of the projectroot folder
  2013-07-23 15:40 [ptxdist] usage of the projectroot folder Pascal K
@ 2013-07-24  7:19 ` Jürgen Beisert
  2013-07-24  7:31   ` Pascal K
  0 siblings, 1 reply; 4+ messages in thread
From: Jürgen Beisert @ 2013-07-24  7:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Pascal K



On Tuesday 23 July 2013 17:40:36 Pascal K wrote:
> Hello everyone,
>
> from the PTX Guru Guide I know that if I want to change some files for the
> rootFS I should apply the changes within this folder.
>
> So did I change /projectroot/etc/udev.conf and created within
> /projectroot/lib/udev/rules.d a 70-wireless-net.rules file to configure my
> wireless driver at startup. Instead of (ifconfig wlan0 up).
>
> But these changes are not taken when I run ptxdist go;ptxdist images on my
> system. They are jsut ignored.
>
> Any ideas?

Installing the "/etc/udev.conf" file depends on the symbol 
PTXCONF_UDEV_ETC_CONF[1] to be enabled.

Nearly the same for the files in "/projectroot/lib/udev/rules.d". They depend 
on the symbol PTXCONF_UDEV_CUST_RULES[1] to be enabled.

Did you enable these symbols in your config?

Regards,
Juergen

[1] valid for the current PTXdist in its GIT repo

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | Phone: +49-5121-206917-5128 |
Peiner Str. 6-8, 31137 Hildesheim, Germany    | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686              | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] usage of the projectroot folder
  2013-07-24  7:19 ` Jürgen Beisert
@ 2013-07-24  7:31   ` Pascal K
  2013-07-24  7:52     ` Jürgen Beisert
  0 siblings, 1 reply; 4+ messages in thread
From: Pascal K @ 2013-07-24  7:31 UTC (permalink / raw)
  To: Jürgen Beisert; +Cc: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 1588 bytes --]

Thx, nearly instantly I found the same switch in the menuconfig :-)

For me it is a bit weird that it is nowhere mentioned that not all changes
from the /projectroot/ are build into the rootFS.


Best regards,
Pascal


2013/7/24 Jürgen Beisert <jbe@pengutronix.de>

>
>
> On Tuesday 23 July 2013 17:40:36 Pascal K wrote:
> > Hello everyone,
> >
> > from the PTX Guru Guide I know that if I want to change some files for
> the
> > rootFS I should apply the changes within this folder.
> >
> > So did I change /projectroot/etc/udev.conf and created within
> > /projectroot/lib/udev/rules.d a 70-wireless-net.rules file to configure
> my
> > wireless driver at startup. Instead of (ifconfig wlan0 up).
> >
> > But these changes are not taken when I run ptxdist go;ptxdist images on
> my
> > system. They are jsut ignored.
> >
> > Any ideas?
>
> Installing the "/etc/udev.conf" file depends on the symbol
> PTXCONF_UDEV_ETC_CONF[1] to be enabled.
>
> Nearly the same for the files in "/projectroot/lib/udev/rules.d". They
> depend
> on the symbol PTXCONF_UDEV_CUST_RULES[1] to be enabled.
>
> Did you enable these symbols in your config?
>
> Regards,
> Juergen
>
> [1] valid for the current PTXdist in its GIT repo
>
> --
> Pengutronix e.K.                              | Juergen Beisert
>   |
> Linux Solutions for Science and Industry      | Phone:
> +49-5121-206917-5128 |
> Peiner Str. 6-8, 31137 Hildesheim, Germany    | Fax:
> +49-5121-206917-5555 |
> Amtsgericht Hildesheim, HRA 2686              | http://www.pengutronix.de/ |
>

[-- Attachment #1.2: Type: text/html, Size: 2372 bytes --]

[-- Attachment #2: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] usage of the projectroot folder
  2013-07-24  7:31   ` Pascal K
@ 2013-07-24  7:52     ` Jürgen Beisert
  0 siblings, 0 replies; 4+ messages in thread
From: Jürgen Beisert @ 2013-07-24  7:52 UTC (permalink / raw)
  To: Pascal K; +Cc: ptxdist

Hi Pascal,

On Wednesday 24 July 2013 09:31:07 Pascal K wrote:
> Thx, nearly instantly I found the same switch in the menuconfig :-)
>
> For me it is a bit weird that it is nowhere mentioned that not all changes
> from the /projectroot/ are build into the rootFS.

Its not a bug, its a feature ;) The config is relevant, not the existance of a 
file.

If some files are not grabbed from the project local "projectroot/" folder has 
most of the time historical reasons. If you find packages which do not follow 
this rule, please drop us a note or send patches.

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | Phone: +49-5121-206917-5128 |
Peiner Str. 6-8, 31137 Hildesheim, Germany    | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686              | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2013-07-24  7:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-23 15:40 [ptxdist] usage of the projectroot folder Pascal K
2013-07-24  7:19 ` Jürgen Beisert
2013-07-24  7:31   ` Pascal K
2013-07-24  7:52     ` Jürgen Beisert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox