Gentoo Archives: gentoo-soc

From: Jing Huang <jing.huang.pku@×××××.com>
To: lu_zero@g.o, gentoo-soc@l.g.o
Subject: [gentoo-soc] cross_container_support - progress report #4
Date: Mon, 18 Jun 2012 18:07:53
Message-Id: CAK8mDgqBXmfjKMn_ZYBFBg49vKXzCSEitRmuN0aom-eeqjBUNA@mail.gmail.com
1 Hi,
2
3 == Progress of this Week ==
4
5 This week, I try to make the lxc script to support the arm gentoo stage3.
6
7 By now, the script can create a gentoo-arm container:
8
9 ./lxc.sh create -i 192.169.10.104 -g 192.169.10.1 -n gentoo-arm -r
10 gentoo-arm -a arm
11
12 subarch= armv7a
13
14 The code has also been updated:
15 https://github.com/jinghuang/cross_container_support.git
16
17 But when starting gentoo-arm, I got lots of warning messages like:
18
19 Unsupported ioctl: cmd=0x5429 (0)
20 Unsupported ioctl: cmd=0x5429 (0)
21
22 I am investigating the root cause. I guess I missed the step:
23
24 chroot . /bin/busybox mdev -s
25 (https://wiki.gentoo.org/wiki/Cross_Container_Support_Project)
26
27
28 == Plans for next week ==
29
30 1. Continue to debug the lxc.sh for arm arch
31 2. Try to build an arm program in gentoo-arm container
32 3. Document the usage of lxc.sh on Cross_Container_Support_Project wiki page.
33
34
35 Best Regards!
36
37 Jing.

Replies

Subject Author
Re: [gentoo-soc] cross_container_support - progress report #4 Luca Barbato <lu_zero@g.o>