File project.diff of Package JeOS-cubox
--- Images.kiwi.in.orig
+++ Images.kiwi.in
@@ -47,8 +47,8 @@
# define EXTRA_PACKAGES
#elif IS_FLAVOR_cubox
# define BOOTKERNEL cubox
-# define KERNEL_CMDLINE_SER "console=ttyS0,115200n8"
-# define KERNEL_CMDLINE_GFX "console=ttyS0,115200n8"
+# define KERNEL_CMDLINE_SER "console=ttyS0,115200"
+# define KERNEL_CMDLINE_GFX "video=dovefb:lcd0:1280x720-24@60-edid clcd.lcd0_enable=1 clcd.lcd1_enable=0"
# define EXTRA_PACKAGES
#elif IS_FLAVOR_efikamx
# define BOOTKERNEL imx51
@@ -124,6 +124,11 @@
<repository type="rpm-md">
<source path="obs://openSUSE:12.2:ARM/standard"/>
</repository>
+#if IS_FLAVOR_cubox
+ <repository type="rpm-md">
+ <source path="obs://openSUSE:12.2:ARM:Contrib:Cubox/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:/Cubox/standard"
+baseName="openSUSE-12.2-ARM-Cubox"
+zypper ar -f $baseRepo $baseName
+
#======================================
# Add xorg config with fbdev
#--------------------------------------
--- 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-cubox \
+ XFCE-rootfs XFCE-panda XFCE-beagle XFCE-vexpress XFCE-cubox; do
if [[ $i == XFCE-* ]]; then
image_type=TYPE_XFCE