From e7f45a4a42650380405c2eefca76d72068d8e2b0 Mon Sep 17 00:00:00 2001 From: Raffaele Recalcati Date: Tue, 7 Apr 2009 12:23:07 +0200 Subject: linux-omap: add modeline for 720p60 to .28 and .29 --- recipes/linux/linux-omap-2.6.28/modedb-hd720.patch | 13 +++++++++++++ recipes/linux/linux-omap-2.6.29/modedb-hd720.patch | 13 +++++++++++++ recipes/linux/linux-omap_2.6.28.bb | 1 + recipes/linux/linux-omap_2.6.29.bb | 1 + 4 files changed, 28 insertions(+) create mode 100644 recipes/linux/linux-omap-2.6.28/modedb-hd720.patch create mode 100644 recipes/linux/linux-omap-2.6.29/modedb-hd720.patch (limited to 'recipes') diff --git a/recipes/linux/linux-omap-2.6.28/modedb-hd720.patch b/recipes/linux/linux-omap-2.6.28/modedb-hd720.patch new file mode 100644 index 0000000000..d778423d1b --- /dev/null +++ b/recipes/linux/linux-omap-2.6.28/modedb-hd720.patch @@ -0,0 +1,13 @@ +--- orig/drivers/video/modedb.c.orig 2009-04-07 11:40:10.000000000 +0200 ++++ git/drivers/video/modedb.c 2009-04-07 10:35:29.000000000 +0200 +@@ -44,6 +44,10 @@ + NULL, 60, 640, 480, 39721, 40, 24, 32, 11, 96, 2, + 0, FB_VMODE_NONINTERLACED + }, { ++ /* 1280x720 @ 60 Hz, 45 kHz hsync, CEA 681-D Format 4 */ ++ "hd720", 60, 1280, 720, 13468, 220, 110, 19, 6, 40, 5, ++ 0, FB_VMODE_NONINTERLACED ++ }, { + /* 800x600 @ 56 Hz, 35.15 kHz hsync */ + NULL, 56, 800, 600, 27777, 128, 24, 22, 1, 72, 2, + 0, FB_VMODE_NONINTERLACED diff --git a/recipes/linux/linux-omap-2.6.29/modedb-hd720.patch b/recipes/linux/linux-omap-2.6.29/modedb-hd720.patch new file mode 100644 index 0000000000..d778423d1b --- /dev/null +++ b/recipes/linux/linux-omap-2.6.29/modedb-hd720.patch @@ -0,0 +1,13 @@ +--- orig/drivers/video/modedb.c.orig 2009-04-07 11:40:10.000000000 +0200 ++++ git/drivers/video/modedb.c 2009-04-07 10:35:29.000000000 +0200 +@@ -44,6 +44,10 @@ + NULL, 60, 640, 480, 39721, 40, 24, 32, 11, 96, 2, + 0, FB_VMODE_NONINTERLACED + }, { ++ /* 1280x720 @ 60 Hz, 45 kHz hsync, CEA 681-D Format 4 */ ++ "hd720", 60, 1280, 720, 13468, 220, 110, 19, 6, 40, 5, ++ 0, FB_VMODE_NONINTERLACED ++ }, { + /* 800x600 @ 56 Hz, 35.15 kHz hsync */ + NULL, 56, 800, 600, 27777, 128, 24, 22, 1, 72, 2, + 0, FB_VMODE_NONINTERLACED diff --git a/recipes/linux/linux-omap_2.6.28.bb b/recipes/linux/linux-omap_2.6.28.bb index 92de11eb9b..fe586e0f12 100644 --- a/recipes/linux/linux-omap_2.6.28.bb +++ b/recipes/linux/linux-omap_2.6.28.bb @@ -53,6 +53,7 @@ SRC_URI_append = " \ file://ioremap-fix.patch;patch=1 \ file://0124-leds-gpio-broken-with-current-git.patch;patch=1 \ file://mmctiming.patch;patch=1 \ + file://modedb-hd720.patch;patch=1 \ " diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb index bb7f2a416b..0948e46060 100644 --- a/recipes/linux/linux-omap_2.6.29.bb +++ b/recipes/linux/linux-omap_2.6.29.bb @@ -101,6 +101,7 @@ SRC_URI_append = " \ # file://isp/standalone/0001-Resizer-and-Previewer-driver-added-to-commit.patch;patch=1 \ # file://isp/standalone/0002-Resizer-bug-fixes-on-top-of-1.0.2-release.patch;patch=1 \ file://0124-leds-gpio-broken-with-current-git.patch;patch=1 \ + file://modedb-hd720.patch;patch=1 \ " -- cgit v1.2.3 From 43fbe6ad1dc0db8f91d2ff503cc7c9e4f15ade04 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 7 Apr 2009 13:25:46 +0200 Subject: initramfs-kexecboot-image: fix parse warning --- recipes/kexecboot/initramfs-kexecboot-image.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes') diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb index 385bd258ea..0284f691a7 100644 --- a/recipes/kexecboot/initramfs-kexecboot-image.bb +++ b/recipes/kexecboot/initramfs-kexecboot-image.bb @@ -10,6 +10,8 @@ IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt" export IMAGE_BASENAME = "initramfs-kexecboot-image" +KEXECBOOT_IMAGEDEPENDS ?= "" + # avoid to depend from kexecboot EXTRA_IMAGEDEPENDS = "${KEXECBOOT_IMAGEDEPENDS}" IMAGE_INSTALL = "kexecboot" -- cgit v1.2.3 From e1d669119346c6fe36373873ab364716b9a941af Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 7 Apr 2009 13:52:07 +0200 Subject: e17: bump SRCREV to 39886 * runtime tested on beagleboard, feels a bit faster as before * also gets us the blingy new wallpaper2 dialog --- recipes/e17/e-wm_svn.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes') diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb index e82cf6904e..c9694fce80 100644 --- a/recipes/e17/e-wm_svn.bb +++ b/recipes/e17/e-wm_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "The Enlightenment Window Manager Version 17" DEPENDS = "eet evas ecore edje efreet edbus" LICENSE = "MIT BSD" PV = "0.16.999.050+svnr${SRCREV}" -PR = "r3" +PR = "r4" inherit e update-alternatives @@ -108,6 +108,7 @@ FILES_${PN} = "\ ${bindir}/* \ ${libdir}/enlightenment/modules/*/*.* \ ${libdir}/enlightenment/modules/*/*/* \ + ${libdir}/enlightenment/preload/e_precache.so \ ${datadir}/locale \ ${datadir}/enlightenment/data/icons \ ${datadir}/enlightenment/data/input_methods \ -- cgit v1.2.3 From 687a7700eabaa53b1187947b6f3b4f1662b9bbb6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 7 Apr 2009 15:06:44 +0200 Subject: linux-omap 2.6.2[89]: make 720p mode conform to CEA 681-E instead of CEA 681-D --- recipes/linux/linux-omap-2.6.28/modedb-hd720.patch | 4 ++-- recipes/linux/linux-omap-2.6.29/modedb-hd720.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes') diff --git a/recipes/linux/linux-omap-2.6.28/modedb-hd720.patch b/recipes/linux/linux-omap-2.6.28/modedb-hd720.patch index d778423d1b..0166de651a 100644 --- a/recipes/linux/linux-omap-2.6.28/modedb-hd720.patch +++ b/recipes/linux/linux-omap-2.6.28/modedb-hd720.patch @@ -4,8 +4,8 @@ NULL, 60, 640, 480, 39721, 40, 24, 32, 11, 96, 2, 0, FB_VMODE_NONINTERLACED }, { -+ /* 1280x720 @ 60 Hz, 45 kHz hsync, CEA 681-D Format 4 */ -+ "hd720", 60, 1280, 720, 13468, 220, 110, 19, 6, 40, 5, ++ /* 1280x720 @ 60 Hz, 45 kHz hsync, CEA 681-E Format 4 */ ++ "hd720", 60, 1280, 720, 13468, 220, 110, 20, 5, 40, 5, + 0, FB_VMODE_NONINTERLACED + }, { /* 800x600 @ 56 Hz, 35.15 kHz hsync */ diff --git a/recipes/linux/linux-omap-2.6.29/modedb-hd720.patch b/recipes/linux/linux-omap-2.6.29/modedb-hd720.patch index d778423d1b..0166de651a 100644 --- a/recipes/linux/linux-omap-2.6.29/modedb-hd720.patch +++ b/recipes/linux/linux-omap-2.6.29/modedb-hd720.patch @@ -4,8 +4,8 @@ NULL, 60, 640, 480, 39721, 40, 24, 32, 11, 96, 2, 0, FB_VMODE_NONINTERLACED }, { -+ /* 1280x720 @ 60 Hz, 45 kHz hsync, CEA 681-D Format 4 */ -+ "hd720", 60, 1280, 720, 13468, 220, 110, 19, 6, 40, 5, ++ /* 1280x720 @ 60 Hz, 45 kHz hsync, CEA 681-E Format 4 */ ++ "hd720", 60, 1280, 720, 13468, 220, 110, 20, 5, 40, 5, + 0, FB_VMODE_NONINTERLACED + }, { /* 800x600 @ 56 Hz, 35.15 kHz hsync */ -- cgit v1.2.3 From 936d7a45a1667a594a91fd3a57521d4c36aaf4c6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 7 Apr 2009 16:52:56 +0200 Subject: gnome-bluetooth: add 2.27.1 libunique: needed for gnome-bluetooth, add 1.0.8 --- recipes/gnome/gnome-bluetooth_2.27.1.bb | 11 +++++++++++ recipes/gnome/libunique_1.0.8.bb | 7 +++++++ 2 files changed, 18 insertions(+) create mode 100644 recipes/gnome/gnome-bluetooth_2.27.1.bb create mode 100644 recipes/gnome/libunique_1.0.8.bb (limited to 'recipes') diff --git a/recipes/gnome/gnome-bluetooth_2.27.1.bb b/recipes/gnome/gnome-bluetooth_2.27.1.bb new file mode 100644 index 0000000000..a5c41d56e5 --- /dev/null +++ b/recipes/gnome/gnome-bluetooth_2.27.1.bb @@ -0,0 +1,11 @@ +LICENSE = "GPL" +SECTION = "x11/gnome" + +inherit autotools gnome pkgconfig + +DEPENDS = "gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring" + +do_configure_prepend() { + sed -i -e s:docs::g ${S}/Makefile.am +} + diff --git a/recipes/gnome/libunique_1.0.8.bb b/recipes/gnome/libunique_1.0.8.bb new file mode 100644 index 0000000000..1526930177 --- /dev/null +++ b/recipes/gnome/libunique_1.0.8.bb @@ -0,0 +1,7 @@ +LICENSE = "LGPL" +SECTION = "x11/gnome" + +inherit autotools_stage gnome lib_package + +DEPENDS = "gtk+ dbus" + -- cgit v1.2.3 From 30cdb3a5af28adf023c562c1d61af231f7dce0dd Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 7 Apr 2009 17:54:08 +0200 Subject: gnome-bluetooth: add RCONFLICTS with bluez-gnome --- recipes/gnome/gnome-bluetooth_2.27.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes') diff --git a/recipes/gnome/gnome-bluetooth_2.27.1.bb b/recipes/gnome/gnome-bluetooth_2.27.1.bb index a5c41d56e5..9a435c7f9c 100644 --- a/recipes/gnome/gnome-bluetooth_2.27.1.bb +++ b/recipes/gnome/gnome-bluetooth_2.27.1.bb @@ -1,9 +1,12 @@ LICENSE = "GPL" SECTION = "x11/gnome" +PR = "r1" + inherit autotools gnome pkgconfig DEPENDS = "gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring" +RCONFLICTS_${PN} = "bluez-gnome" do_configure_prepend() { sed -i -e s:docs::g ${S}/Makefile.am -- cgit v1.2.3 From 2fe33f3c7f0bff141187fc0c9005cc779c5f9458 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 7 Apr 2009 18:51:00 +0200 Subject: linux-oma 2.6.29: reenable BT for beagleboard --- recipes/linux/linux-omap-2.6.29/beagleboard/defconfig | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'recipes') diff --git a/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig b/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig index fcbe27c803..ef5e35c99f 100644 --- a/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig +++ b/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.29-omap1 -# Mon Apr 6 15:31:26 2009 +# Tue Apr 7 18:11:42 2009 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -456,12 +456,15 @@ CONFIG_BT_HIDP=y # # Bluetooth device drivers # -# CONFIG_BT_HCIBTUSB is not set +CONFIG_BT_HCIBTUSB=y CONFIG_BT_HCIBTSDIO=y -# CONFIG_BT_HCIUART is not set +CONFIG_BT_HCIUART=y +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_BCSP=y +CONFIG_BT_HCIUART_LL=y CONFIG_BT_HCIBCM203X=y CONFIG_BT_HCIBPA10X=y -# CONFIG_BT_HCIBFUSB is not set +CONFIG_BT_HCIBFUSB=y # CONFIG_BT_HCIBRF6150 is not set # CONFIG_BT_HCIH4P is not set # CONFIG_BT_HCIVHCI is not set -- cgit v1.2.3