aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorCarsten Haitzler (Raster) <raster@rasterman.com>2009-02-19 21:58:20 +1100
committerKoen Kooi <koen@openembedded.org>2009-02-19 14:36:26 +0100
commitee0c34d901bb5a87e9567111abfe55a0105ff649 (patch)
treee50a576898248abfd864ca52a28c66e5bae83645 /packages
parent05e6b64bf3ab515ec4bdf6b464ec79829ca4942f (diff)
downloadopenembedded-ee0c34d901bb5a87e9567111abfe55a0105ff649.tar.gz
libgles-omap3: add comments on how to get the gles binary files to help
people get started faster Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/efl1/ecore.inc2
-rw-r--r--packages/mtd/mtd-utils-native_1.2.0+git.bb2
-rw-r--r--packages/powervr-drivers/libgles-omap3.inc15
-rw-r--r--packages/qte/qte-mt-static_2.3.10.bb22
-rw-r--r--packages/qte/qte-mt_2.3.10.bb6
-rw-r--r--packages/qte/qte_2.3.10.bb3
6 files changed, 16 insertions, 34 deletions
diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc
index 653fb18ccd..27dd10d4af 100644
--- a/packages/efl1/ecore.inc
+++ b/packages/efl1/ecore.inc
@@ -8,7 +8,7 @@ PR = "r1"
inherit efl
-SRC_URI += "file://fix-directfb-include.patch;patch=1"
+#SRC_URI += "file://fix-directfb-include.patch;patch=1"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore"
diff --git a/packages/mtd/mtd-utils-native_1.2.0+git.bb b/packages/mtd/mtd-utils-native_1.2.0+git.bb
index 6135d7f4d0..5fa3bbbf01 100644
--- a/packages/mtd/mtd-utils-native_1.2.0+git.bb
+++ b/packages/mtd/mtd-utils-native_1.2.0+git.bb
@@ -1,5 +1,5 @@
# Doesn't build for everyone, errors range from missing includes to linking errors
-DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE = "1"
require mtd-utils_${PV}.bb
require mtd-utils-native.inc
diff --git a/packages/powervr-drivers/libgles-omap3.inc b/packages/powervr-drivers/libgles-omap3.inc
index 36c2b6e9dd..c960903f8d 100644
--- a/packages/powervr-drivers/libgles-omap3.inc
+++ b/packages/powervr-drivers/libgles-omap3.inc
@@ -3,7 +3,20 @@ LICENCE = "proprietary-binary"
PROVIDES += "virtual/egl"
-# Put "OMAP35x_Graphics_SDK_setuplinux_3_00_00_05.bin" in the same directory as this recipe
+# some hints to get you going. as this isnt a totally "open" library, you need
+# to do some work. follow the steps below.
+#
+# 1. if you don't already have a ti account get one here. it's free:
+# http://www.ti.com/hdr_my_ti
+# 2. fetch the gl-es bin from here:
+# https://www-a.ti.com/downloads/sds_support/targetcontent/dvsdk/oslinux_dvsdk/v3_00_3530/OMAP35x_Graphics_SDK_setuplinux_3_00_00_06.bin
+# (replace version in .bin file as appropriate)
+# 3. put the OMAP35x_*.bin file in libgles-omap3/
+# mv OMAP35x_Graphics_SDK_setuplinux_3_00_00_06.bin ./libgles-omap3/
+# 4. make it executable:
+# chmod a+x ./libgles-omap3/OMAP35x_Graphics_SDK_setuplinux_3_00_00_06.bin
+#
+# voila!
SRC_URI = "file://OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
file://rc.pvr \
"
diff --git a/packages/qte/qte-mt-static_2.3.10.bb b/packages/qte/qte-mt-static_2.3.10.bb
deleted file mode 100644
index 68ab2aceab..0000000000
--- a/packages/qte/qte-mt-static_2.3.10.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-require qte-common_${PV}.inc
-PR = "r8"
-
-DEFAULT_PREFERENCE = "-1"
-
-EXTRA_OECONF += "-static -thread"
-
-do_stage() {
- rm -rf ${STAGING_DIR_HOST}/qt2
- install -d ${STAGING_DIR_HOST}/qt2/lib
- oe_libinstall -a -C lib libqte-mt ${STAGING_DIR_HOST}/qt2/lib
- rm -f include/qxt.h
- install -d ${STAGING_DIR_HOST}/qt2/include
- cp -pfLR include/* ${STAGING_DIR_HOST}/qt2/include
- cp -pPR lib/fonts ${STAGING_DIR_HOST}/qt2/lib/
-}
-
-do_install() {
- :
-}
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/packages/qte/qte-mt_2.3.10.bb b/packages/qte/qte-mt_2.3.10.bb
deleted file mode 100644
index 32afeda271..0000000000
--- a/packages/qte/qte-mt_2.3.10.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require qte-common_${PV}.inc
-PR = "r27"
-
-EXTRA_OECONF += "-thread"
-
-DEFAULT_PREFERENCE = "1"
diff --git a/packages/qte/qte_2.3.10.bb b/packages/qte/qte_2.3.10.bb
deleted file mode 100644
index 68825b6ce8..0000000000
--- a/packages/qte/qte_2.3.10.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require qte-common_${PV}.inc
-PR = "r52"
-