File project.diff of Package JeOS-ac100
--- Images.kiwi.in.orig
+++ Images.kiwi.in
@@ -60,6 +60,12 @@
# define KERNEL_CMDLINE_SER "console=ttySAC2,115200n8"
# define KERNEL_CMDLINE_GFX "console=ttySAC2,115200n8"
# define EXTRA_PACKAGES PKG_BOOT_TAG(u-boot-origen)
+#elif IS_FLAVOR_ac100
+# define BOOTKERNEL tegra-ac100
+# define KERNEL_CMDLINE_SER ""
+# define KERNEL_CMDLINE_GFX ""
+# define EXTRA_PACKAGES PKG_BOOT_TAG(u-boot-ac100) \
+ PKG_TAG(abootimg)
#else
# define BOOTKERNEL default
# define KERNEL_CMDLINE_SER ""
@@ -124,6 +130,11 @@
<repository type="rpm-md">
<source path="obs://openSUSE:12.2:ARM/standard"/>
</repository>
+#if IS_FLAVOR_ac100
+ <repository type="rpm-md">
+ <source path="obs://openSUSE:12.2:ARM:Contrib:Tegra/standard"/>
+ </repository>
+#endif
<!-- dont remove qemu binfmt helpers from initrd -->
<strip type="tools">
<file name="qemu-arm-binfmt"/>
--- pre_checkin.sh.orig
+++ pre_checkin.sh
@@ -8,8 +8,8 @@ if [ -e /usr/bin/cpp-4.6 ]; then
fi
-for i in JeOS-rootfs JeOS-beagle JeOS-efikamx JeOS-panda JeOS-vexpress \
- XFCE-rootfs XFCE-panda XFCE-beagle XFCE-vexpress; do
+for i in JeOS-rootfs JeOS-beagle JeOS-efikamx JeOS-panda JeOS-vexpress JeOS-ac100 \
+ XFCE-rootfs XFCE-panda XFCE-beagle XFCE-vexpress XFCE-ac100; do
if [[ $i == XFCE-* ]]; then
image_type=TYPE_XFCE