* [devel-ports] ALT ARM Build HOWTO
@ 2008-01-28 12:23 Kirill A. Shutemov
0 siblings, 0 replies; only message in thread
From: Kirill A. Shutemov @ 2008-01-28 12:23 UTC (permalink / raw)
To: devel-ports
[-- Attachment #1: Type: text/plain, Size: 2445 bytes --]
0. Prerequires
Для сборки под ARM с использованием QEmu требуется:
- qemu-user-static - чем новее, тем лучше
- настроенный hasher >= 1.2.6-alt1
- rpm >= 4.0.4-alt80
- репозиторий под ARM. Можно взять тут:
ftp://ftp.altlinux.org/pub/people/kas/arm
- ядро с поддержкой binfmt_misc(во всех ядрах в Сизифе есть модуль)
1. Configuring binfmt_misc
Настраиваем binfmt_misc:
- монтируем файловую систему binfmt_misc(если ещё не примонтирована)
# mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
- регистрируем qemu-arm, как интерпретатор ARM'овских ELF'ов:
# echo ":arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/.host/qemu-arm:" > /proc/sys/fs/binfmt_misc/register
Теперь при попытке выполнить ELF для ARM, ядро будет запускать /.host/qemu-arm.
Именно по этому пути будет лежать статически собранный qemu-arm внутри чрута,
который создаст hasher.
2. APT sources.list
Пишем sources.list. Что-то типа:
rpm ftp://ftp.altlinux.org/pub/people/kas/arm/sisyphus arm hasher
rpm ftp://ftp.altlinux.org/pub/people/kas/arm/patched arm hasher
rpm ftp://ftp.altlinux.org/pub/distributions/ALTLinux/Sisyphus noarch classic
Можно записать прямо в /etc/apt/sources.list, но лучше положить в сторонке, и
написать отдельный apt.conf, который подсовывать hasher'у.
Можно заметить, что репозитория два. В sisyphus попадают пакеты, которые
пересобраны из Сизифа "как есть". В patched, пакеты в которые вносились
изменения.
3. Hasher
Теперь всё готово. Можно использовать hasher:
hsh --with-qemu=arm --target=arm --apt-config=/path/to/apt-arm.conf foo.src.rpm
--
Regards, Kirill A. Shutemov
+ Belarus, Minsk
+ Velesys Ltd, http://www.velesys.com/
+ ALT Linux Team, http://www.altlinux.com/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-28 12:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-28 12:23 [devel-ports] ALT ARM Build HOWTO Kirill A. Shutemov
ALT Linux architecture porting
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-ports/0 devel-ports/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel-ports devel-ports/ http://lore.altlinux.org/devel-ports \
devel-ports@lists.altlinux.org devel-ports@lists.altlinux.ru devel-ports@lists.altlinux.com
public-inbox-index devel-ports
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-ports
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git