ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] udev customization within ltib


From: Stuart Hughes
Subject: Re: [Ltib] udev customization within ltib
Date: Wed, 08 Jul 2009 09:58:32 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Andrea,

This is one of those rare instances where an entry in merge area is probably the best option. As an outline you can do it by:

mkdir -p config/platform/_your_target_/merge//etc/udev/rules.d/
cp rootfs//etc/udev/rules.d/50-udev-default.rules \
   config/platform/_your_target_/merge//etc/udev/rules.d/
// edit the merge copy
./ltib

Regards, Stuart

Andrea Galbusera wrote:
Hello,
On the root filesystem for my target, I'd like to have the symlink
in /dev/rtc to point by default to /dev/rtc1 instead of /dev/rtc0.

I searched a bit and noticed that the script responsible for creating
the link is 50-udev-default.rules. I considered patching udev sources
(where 50-udev-default.rules comes from) and defining a new spec file
for my configuration but there may be a better way to get this done.

What would be a valid solution to handle this "configuration" issue in
ltib? Is there any similar option I can look at?

I look forward to learning from ltib masters!

Regards,
Andrea





reply via email to

[Prev in Thread] Current Thread [Next in Thread]