File project.diff of Package JeOS-loco
--- Images.kiwi.in.orig
+++ Images.kiwi.in
@@ -60,6 +60,11 @@
# 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_loco
+# define BOOTKERNEL imx53
+# define KERNEL_CMDLINE_SER "console=ttymxc0,115200"
+# define KERNEL_CMDLINE_GFX "console=ttymxc0,115200"
+# define EXTRA_PACKAGES PKG_BOOT_TAG(u-boot-mx53loco)
#else
# define BOOTKERNEL default
# define KERNEL_CMDLINE_SER ""
@@ -124,6 +129,11 @@
<repository type="rpm-md">
<source path="obs://openSUSE:12.2:ARM/standard"/>
</repository>
+#if IS_FLAVOR_loco
+ <repository type="rpm-md">
+ <source path="obs://openSUSE:12.2:ARM:Contrib:IMX53/standard"/>
+ </repository>
+#endif
<!-- dont remove qemu binfmt helpers from initrd -->
<strip type="tools">
<file name="qemu-arm-binfmt"/>
--- config.sh.orig
+++ config.sh
@@ -71,6 +71,10 @@ baseName="openSUSE-12.2-ARM-Repo-OSS"
zypper ar $baseRepo $baseName
zypper ar -f "http://download.opensuse.org/ports/armv7hl/update/12.2/" "openSUSE-12.2-ARM-Updates"
+baseRepo="http://download.opensuse.org/repositories/openSUSE:/12.2:/ARM:/Contrib:/IMX53/standard"
+baseName="openSUSE-12.2-ARM-IMX53"
+zypper ar -f $baseRepo $baseName
+
#======================================
# Add xorg config with fbdev
#--------------------------------------
--- pre_checkin.sh.orig
+++ pre_checkin.sh
@@ -8,7 +8,7 @@ if [ -e /usr/bin/cpp-4.6 ]; then
fi
-for i in JeOS-rootfs JeOS-beagle JeOS-efikamx JeOS-panda JeOS-vexpress \
+for i in JeOS-rootfs JeOS-beagle JeOS-efikamx JeOS-panda JeOS-vexpress JeOS-loco \
XFCE-rootfs XFCE-panda XFCE-beagle XFCE-vexpress; do
if [[ $i == XFCE-* ]]; then