diff options
author | Robert Bradford <rob@openedhand.com> | 2008-01-15 11:27:14 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-01-15 11:27:14 +0000 |
commit | ba56fb85c8c75c961671073cc9aeeb9f260f6439 (patch) | |
tree | b8e434c3ec4ddbd794bdc64087d895edd7bfa1d2 /meta/packages/linux | |
parent | 21038ec0bab6d34de08d197e26f4f98e39a22d72 (diff) | |
download | openembedded-core-ba56fb85c8c75c961671073cc9aeeb9f260f6439.tar.gz openembedded-core-ba56fb85c8c75c961671073cc9aeeb9f260f6439.tar.bz2 openembedded-core-ba56fb85c8c75c961671073cc9aeeb9f260f6439.zip |
Added updated patches/defconfig from Phytec.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3490 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux')
-rw-r--r-- | meta/packages/linux/linux-mx31-2.6.19.2/defconfig-mx31phy | 3 | ||||
-rw-r--r-- | meta/packages/linux/linux-mx31-2.6.19.2/mx31phy-patches.tgz | bin | 1278669 -> 1329713 bytes | |||
-rw-r--r-- | meta/packages/linux/linux-mx31_2.6.19.2.bb | 3 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/linux/linux-mx31-2.6.19.2/defconfig-mx31phy b/meta/packages/linux/linux-mx31-2.6.19.2/defconfig-mx31phy index c3555ef6e4..5f2ec6ee92 100644 --- a/meta/packages/linux/linux-mx31-2.6.19.2/defconfig-mx31phy +++ b/meta/packages/linux/linux-mx31-2.6.19.2/defconfig-mx31phy @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.19.2 -# Tue May 22 09:24:22 2007 +# Tue Jul 31 10:38:06 2007 # CONFIG_ARM=y # CONFIG_GENERIC_TIME is not set @@ -1031,6 +1031,7 @@ CONFIG_LOGO=y # CONFIG_LOGO_LINUX_CLUT224 is not set # CONFIG_LOGO_PHYTEC_VGA is not set CONFIG_LOGO_PHYTEC_QVGA=y +CONFIG_LOGO_PHYTEC_SILICA_QVGA=y # CONFIG_BACKLIGHT_LCD_SUPPORT is not set # diff --git a/meta/packages/linux/linux-mx31-2.6.19.2/mx31phy-patches.tgz b/meta/packages/linux/linux-mx31-2.6.19.2/mx31phy-patches.tgz Binary files differindex 4958db0a80..5a517222b6 100644 --- a/meta/packages/linux/linux-mx31-2.6.19.2/mx31phy-patches.tgz +++ b/meta/packages/linux/linux-mx31-2.6.19.2/mx31phy-patches.tgz diff --git a/meta/packages/linux/linux-mx31_2.6.19.2.bb b/meta/packages/linux/linux-mx31_2.6.19.2.bb index dbfa580f14..358b23dc7d 100644 --- a/meta/packages/linux/linux-mx31_2.6.19.2.bb +++ b/meta/packages/linux/linux-mx31_2.6.19.2.bb @@ -220,8 +220,7 @@ SRC_URI_append_mx31phy = " \ file://linux-2.6.19.2-mt9v111_bus_fix.patch;patch=1 \ file://linux-2.6.19.2-i2c_fix.patch;patch=1 \ file://linux-2.6.19.2-clock_fix.patch;patch=1 \ - file://linux-2.6.19.2-ipu_rgb_fix.patch;patch=1 \ - file://nor-query-table-fix.patch;patch=1 \ + file://intel_cfi_version_1.5.patch;patch=1 \ " S = "${WORKDIR}/linux-2.6.19.2" |