From: hschang Date: Thu, 20 Jun 2013 06:56:17 +0000 (+0900) Subject: Adjust vuduo2 kernel config X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=commitdiff_plain;h=21b632af26046b7d59b37f71972fdbddc9e84bc0 Adjust vuduo2 kernel config - Fix ESATA uncompatibility problem --- diff --git a/meta-bsp/vuduo2/recipes/linux/linux-vuplus-3.3.8/vuduo2_defconfig b/meta-bsp/vuduo2/recipes/linux/linux-vuplus-3.3.8/vuduo2_defconfig index 4f7f28a..a7f7617 100644 --- a/meta-bsp/vuduo2/recipes/linux/linux-vuplus-3.3.8/vuduo2_defconfig +++ b/meta-bsp/vuduo2/recipes/linux/linux-vuplus-3.3.8/vuduo2_defconfig @@ -2257,7 +2257,9 @@ CONFIG_HAVE_ARCH_KGDB=y # CONFIG_KGDB is not set # CONFIG_TEST_KSTRTOX is not set CONFIG_EARLY_PRINTK=y -# CONFIG_CMDLINE_BOOL is not set +CONFIG_CMDLINE_BOOL=y +CONFIG_CMDLINE="libata.force=1:1.5Gbps" +# CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_DEBUG_STACKOVERFLOW is not set # CONFIG_RUNTIME_DEBUG is not set diff --git a/meta-bsp/vuduo2/recipes/linux/linux-vuplus_3.3.8.bbappend b/meta-bsp/vuduo2/recipes/linux/linux-vuplus_3.3.8.bbappend index 0338add..f6a2ab5 100644 --- a/meta-bsp/vuduo2/recipes/linux/linux-vuplus_3.3.8.bbappend +++ b/meta-bsp/vuduo2/recipes/linux/linux-vuplus_3.3.8.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" -PR .= "-bsp1" +PR .= "-bsp2" SRC_URI += "file://remove_genet1.patch;patch=1;pnum=1 \ file://nand_base.patch;patch=1;pnum=1 \