aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/vexpressa9.conf40
-rw-r--r--meta-ivi-bsp/classes/sdcard_image.bbclass (renamed from classes/sdcard_image.bbclass)0
-rw-r--r--meta-ivi-bsp/recipes-bsp/u-boot/files/no_delay.patch (renamed from recipes-bsp/u-boot/files/no_delay.patch)0
-rw-r--r--meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2011.06.bbappend (renamed from recipes-bsp/u-boot/u-boot_2011.06.bbappend)0
-rw-r--r--meta-ivi-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/vexpressa9/xorg.conf (renamed from recipes-graphics/xorg-xserver/xserver-xf86-config/vexpressa9/xorg.conf)0
-rw-r--r--meta-ivi-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend (renamed from recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend)0
-rw-r--r--meta-ivi-bsp/recipes-kernel/linux/linux-yocto/0001-net-bus-add-the-AF_BUS-socket-address-family.patch (renamed from recipes-kernel/linux/linux-yocto/0001-net-bus-add-the-AF_BUS-socket-address-family.patch)0
-rw-r--r--meta-ivi-bsp/recipes-kernel/linux/linux-yocto/beagle_qemu.cfg (renamed from recipes-kernel/linux/linux-yocto/beagle_qemu.cfg)0
-rw-r--r--meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86.cfg (renamed from recipes-kernel/linux/linux-yocto/qemux86.cfg)0
-rw-r--r--meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86_64.cfg (renamed from recipes-kernel/linux/linux-yocto/qemux86_64.cfg)0
-rw-r--r--meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg (renamed from recipes-kernel/linux/linux-yocto/vexpress_a9.cfg)0
-rw-r--r--meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend (renamed from recipes-kernel/linux/linux-yocto_3.8.bbappend)0
12 files changed, 0 insertions, 40 deletions
diff --git a/conf/machine/vexpressa9.conf b/conf/machine/vexpressa9.conf
deleted file mode 100644
index 8720b2b..0000000
--- a/conf/machine/vexpressa9.conf
+++ /dev/null
@@ -1,40 +0,0 @@
-#@TYPE: Machine
-#@NAME: vexpress-a9 machine
-#@DESCRIPTION: Machine configuration for the vexpress a9 board
-
-PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
-
-# Ship all kernel modules by default
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
-
-# Allow for MMC booting (required by the NAND-less)
-EXTRA_IMAGEDEPENDS += ""
-
-# Uncomment the following line to enable the hard floating point abi. Note that
-# this breaks some binary libraries and 3D (neither of which ship with
-# meta-yocto). For maximum compatibility, leave this disabled.
-#DEFAULTTUNE ?= "cortexa8hf-neon"
-include conf/machine/include/tune-cortexa9.inc
-
-IMAGE_CLASSES += "sdcard_image"
-
-IMAGE_FSTYPES += "tar.bz2 ext3 vexpressa9-sdimg"
-EXTRA_IMAGECMD_jffs2 = "-lnp "
-
-# 2.6.37 and later kernels use OMAP_SERIAL, ttyO2
-# earlier kernels use ttyS2
-SERIAL_CONSOLE = "115200 ttyO2"
-
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ?= "3.8%"
-
-PREFERRED_PROVIDER_jpeg = "jpeg"
-PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
-
-KERNEL_IMAGETYPE = "uImage"
-
-UBOOT_MACHINE = "ca9x4_ct_vxp_config"
-UBOOT_ENTRYPOINT = "0x80008000"
-UBOOT_LOADADDRESS = "0x80008000"
-
-MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"
diff --git a/classes/sdcard_image.bbclass b/meta-ivi-bsp/classes/sdcard_image.bbclass
index de3682f..de3682f 100644
--- a/classes/sdcard_image.bbclass
+++ b/meta-ivi-bsp/classes/sdcard_image.bbclass
diff --git a/recipes-bsp/u-boot/files/no_delay.patch b/meta-ivi-bsp/recipes-bsp/u-boot/files/no_delay.patch
index f280b7e..f280b7e 100644
--- a/recipes-bsp/u-boot/files/no_delay.patch
+++ b/meta-ivi-bsp/recipes-bsp/u-boot/files/no_delay.patch
diff --git a/recipes-bsp/u-boot/u-boot_2011.06.bbappend b/meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2011.06.bbappend
index 672a019..672a019 100644
--- a/recipes-bsp/u-boot/u-boot_2011.06.bbappend
+++ b/meta-ivi-bsp/recipes-bsp/u-boot/u-boot_2011.06.bbappend
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/vexpressa9/xorg.conf b/meta-ivi-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/vexpressa9/xorg.conf
index 182fe46..182fe46 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config/vexpressa9/xorg.conf
+++ b/meta-ivi-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/vexpressa9/xorg.conf
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-ivi-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
index dedce1f..dedce1f 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/meta-ivi-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
diff --git a/recipes-kernel/linux/linux-yocto/0001-net-bus-add-the-AF_BUS-socket-address-family.patch b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/0001-net-bus-add-the-AF_BUS-socket-address-family.patch
index 1e05dd2..1e05dd2 100644
--- a/recipes-kernel/linux/linux-yocto/0001-net-bus-add-the-AF_BUS-socket-address-family.patch
+++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/0001-net-bus-add-the-AF_BUS-socket-address-family.patch
diff --git a/recipes-kernel/linux/linux-yocto/beagle_qemu.cfg b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/beagle_qemu.cfg
index 0ace211..0ace211 100644
--- a/recipes-kernel/linux/linux-yocto/beagle_qemu.cfg
+++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/beagle_qemu.cfg
diff --git a/recipes-kernel/linux/linux-yocto/qemux86.cfg b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86.cfg
index eb78e01..eb78e01 100644
--- a/recipes-kernel/linux/linux-yocto/qemux86.cfg
+++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86.cfg
diff --git a/recipes-kernel/linux/linux-yocto/qemux86_64.cfg b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86_64.cfg
index eb78e01..eb78e01 100644
--- a/recipes-kernel/linux/linux-yocto/qemux86_64.cfg
+++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86_64.cfg
diff --git a/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg
index bbe9ba3..bbe9ba3 100644
--- a/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg
+++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg
diff --git a/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend
index c09d607..c09d607 100644
--- a/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend