Quote:
Originally Posted by JeroenVreeken
The first basic set of packages is located here: http://video.vreeken.net/slackingbeagle/
First a disclaimer: USE AT YOUR OWN RISK.
I installed them on a beagle bone black (on top of the slackwarearm mini rootfs and a few packages) so they probably work, but they were not extensivly tested.
Then some hints:
start with a/aaa_base and a/etc and then l/glibc-solibs, this will make sure that any binaries and libs you install after that can be loaded.
There are currently 221 packages based on slackware64-current of march 5t
These packages were choosen because they where either neede as a base, needed to build the toolchain and those I found usefull myself.
|
Thanks, I'll give it a try.
EDIT:
It's trickier than I thought. I managed to boot the minirootfs
with my cross built kernel 3.10.53.
aaa_base,etc installed ok, but after glibc-solibs installed
it complains about missing libc.so.6. Which I found out
is a symlink created if glibc-2.21 is installed.
Obviously I'm doing something wrong. Is it the order
of installation? or the way I do the installation?
I use upgradepkg when allowed then installpkg if not.
EDIT2:
I managed to get it working, well atleast it didn't
complain anymore about libc.s0.6 . I'm still getting a hang
with mounting "non-root local filesystem" but that's another story,
since I also get that before the upgrade. I installed glibc-solibs last.
This time I didn't upgrade I just installed. I haven't install the x packages yet.
I'll be backing up my sdcard first before going any further just-in-case.
Thanks it's a good starting point.