语言

Menu
Sites
Language
gbs createimage

After building tizen2.1 when I do   gbs createimage --ks-file=/u/RD-210.ks   (To create the Image)

I am getting following error

Error <repo>: Could not run transaction.
error: <gbs>failed to create image

whats is the problem?

Thanks in advance.  
 

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

2 回复
Jinkun Jang
Hi this is Jinkun Jang. Did you modify "RD-210.ks" file? The error log means that repo information in ks file is wrong. In following URL, there are some guide to create image. https://source.tizen.org/documentation/articles/how-customize-image Following URLs are the repo information for tizen 2.2 https://{username}:{password}@download.tizen.org/releases/2.2/tizen-2.2_20130719.3/repos/tizen-main/armv7l/packages https://{username}:{password}@download.tizen.org/releases/2.2/tizen-2.2_20130719.3/repos/tizen-base/armv7l/packages
saurabh dubey
Thanks for your reply Jinkun Jang, Configuration problem in "toolchains/setup/packaging/setup.spec" related to md5 verification . Currently I have disabled md5 verification for some /etc files. rm -rf %{buildroot}/etc/profile rm -rf %{buildroot}/etc/protocols rm -rf %{buildroot}/etc/securetty rm -rf %{buildroot}/etc/services . . . . #%config(noreplace) %{_sysconfdir}/profile #%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/protocols #%attr(0600,root,root) %config(noreplace,missingok) %{_sysconfdir}/securetty Now I am able to create Image.