OpenSUSE JeOS bringup: различия между версиями
Перейти к навигации
Перейти к поиску
Нет описания правки |
Zombah (обсуждение | вклад) м (add some remarks to config.sh) |
||
Строка 4: | Строка 4: | ||
* config.sh | * config.sh | ||
** Add additional modules to include to initrd file | ** Add contrib repo if required (optional) | ||
** Add additional modules to include to initrd file (optional) | |||
* pre_checkin.sh | * pre_checkin.sh |
Версия от 23:50, 21 января 2015
Brief guide how to add target to openSUSE:Factory:ARM:Jeos
Add new target
- config.sh
- Add contrib repo if required (optional)
- Add additional modules to include to initrd file (optional)
- pre_checkin.sh
- add target name to armv7_jeos_images, optional to armv7_gfx_images
- Images.kiwi.in
- add target flavor #elif IS_FLAVOR_paz00
- uboot-image-setup.in
- add target case case $flavor in paz00)
- uboot-setup-paz00.tgz
- copy any of existing ones
cp uboot-setup-panda.tgz uboot-setup-paz00.tgz
* it will be overriten with pre_checkin.sh script
- run pre_checkin.sh
sh ./pre_checkin.sh
- run build of JeOS-paz00.kiwi
Todo
- Find some way to install u-boot with kiwi
- Find some way to update u-boot with kiwi