* kernel modules and opkg
@ 2011-10-14 7:56 Holger Hans Peter Freyther
0 siblings, 0 replies; only message in thread
From: Holger Hans Peter Freyther @ 2011-10-14 7:56 UTC (permalink / raw)
To: poky
Hi,
I am using opkg for one of my images (because I don't have enough space for
zypper, and only got apt4rpm work partially). Now module loading does not work
after installation. This is due opkg installing 'interceptors' for depmod and
update-modules, so the modprobe mISDN_l1loop is called before the real
update-modules has been called.
anyone else has seen this problem? should the interception be disabled for
opkg? should it intercept modprobe as well? is something like this done for RPM?
#!/bin/sh
if [ -n "$D" ]; then
i586-poky-linux-depmod-2.6 -A -b $D -F /...System.map-2.6.39.4-yocto-standard
2.6.39.4-yocto-standard
else
depmod -a
update-modules || true
fi
if [ x"$D" = "x" ]; then
modprobe mISDN_l1loop || true
fi
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-14 7:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 7:56 kernel modules and opkg Holger Hans Peter Freyther
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.