Hi, I'm trying to setup my own feeds. For this purpose, I have rsync'ed the deploy/ipk directory from my OE core tmp directory to my webserver, and I edited /etc/opkg/base-feed.conf on my board's root filesystem with: src/gz base http://www.hackerbliss.org/joel/feeds/ipk/armv7a/
Now I created and built the systemd recipe, with the PR bumped. The file is named systemd_v33-r1_armv7a.ipk. I rebuilt the index with, bitbake -b package-index.bb and did an rsysnc again. Now I did, root@joel-laptop:~/repository/beagle/nfs/oe-core# opkg-cl -o . -t . --offline-root . update root@joel-laptop:~/repository/beagle/nfs/oe-core# opkg-cl -o . -t . --offline-root . install systemd The install and configure seems to work, however towards the end I get something like this: Configuring kernel-3.0.1+. Configuring update-modules. Configuring kernel-module-ipv6. Configuring systemd. Collected errors: * rm_r: Failed to remove dir ./opkg-23q3XI/opkg-intercept-0Dgf2b: No such file or directory. * opkg_conf_write_status_files: Can't open status file .//usr/lib/opkg/status: No such file or directory. * rm_r: Failed to open dir ./opkg-23q3XI: No such file or directory. Also the 'info' command works root@joel-laptop:~/repository/beagle/nfs/oe-core# opkg-cl -o . -t . --offline-root . info systemd Package: systemd Version: v33-r1 Depends: dbus-systemd, libcap2 (>= 2.22), libdbus-1-3 (>= 1.4.12), libudev0 (>= 173), libwrap0 (>= 7.6), udev-systemd, libacl1 (>= 2.2.51), [..] but, the 'status' and 'list_installed' opkg commands don't return anything. Any ideas on what I could be doing wrong? Thanks, Joel _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core