summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/bblayers.conf.sample1
-rw-r--r--meta-ti-extras/conf/layer.conf33
-rwxr-xr-xmeta-ti-extras/recipes/libgles/libgles-omap3/rc.pvr (renamed from recipes/libgles/libgles-omap3/rc.pvr)0
-rw-r--r--meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend (renamed from recipes/libgles/libgles-omap3_4.09.00.01.bbappend)0
-rw-r--r--meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb (renamed from recipes/libgles/libgles-omap3_4.10.00.01.bb)0
-rw-r--r--meta-ti-extras/recipes/libgles/libgles-omap3_5.01.01.01.bbappend (renamed from recipes/libgles/libgles-omap3_5.01.01.01.bbappend)0
-rw-r--r--meta-ti-extras/recipes/linux/linux-am335x-psp_3.2.bbappend (renamed from recipes/linux/linux-am335x-psp_3.2.bbappend)0
-rw-r--r--meta-ti-extras/recipes/linux/linux-mainline_3.2.bbappend (renamed from recipes/linux/linux-mainline_3.2.bbappend)0
-rw-r--r--meta-ti-extras/recipes/linux/linux-ti-staging/usb-serial.cfg (renamed from recipes/linux/linux-ti-staging/usb-serial.cfg)0
-rw-r--r--meta-ti-extras/recipes/linux/linux-ti-staging_3.12.bbappend (renamed from recipes/linux/linux-ti-staging_3.12.bbappend)0
-rw-r--r--meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules/0001-Graphics-SDK-04.10.00.01-AM335x-sgx-irq-change.patch (renamed from recipes/powervr-drivers/omap3-sgx-modules/0001-Graphics-SDK-04.10.00.01-AM335x-sgx-irq-change.patch)0
-rw-r--r--meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules/Change-for-interfacing-with-SGX-DT-node.patch (renamed from recipes/powervr-drivers/omap3-sgx-modules/Change-for-interfacing-with-SGX-DT-node.patch)0
-rw-r--r--meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules/linux-3.8.patch (renamed from recipes/powervr-drivers/omap3-sgx-modules/linux-3.8.patch)0
-rw-r--r--meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules_4.10.00.01.bb (renamed from recipes/powervr-drivers/omap3-sgx-modules_4.10.00.01.bb)0
-rw-r--r--meta-ti-extras/recipes/u-boot/u-boot-am33x/0001-am335x-evm-disable-console-cursor-blinking.patch (renamed from recipes/u-boot/u-boot-am33x/0001-am335x-evm-disable-console-cursor-blinking.patch)0
-rw-r--r--meta-ti-extras/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend (renamed from recipes/u-boot/u-boot-am33x_2013.01.01.bbappend)0
-rw-r--r--meta-ti-extras/recipes/u-boot/u-boot-ti-staging/0001-BBB-disable-console-cursor-blinking.patch (renamed from recipes/u-boot/u-boot-ti-staging/0001-BBB-disable-console-cursor-blinking.patch)0
-rw-r--r--meta-ti-extras/recipes/u-boot/u-boot-ti-staging_2013.10.bbappend (renamed from recipes/u-boot/u-boot-ti-staging_2013.10.bbappend)0
18 files changed, 34 insertions, 0 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
index 777d077..cade58e 100644
--- a/conf/bblayers.conf.sample
+++ b/conf/bblayers.conf.sample
@@ -38,6 +38,7 @@ BBLAYERS ?= " \
38 ##COREBASE##/meta-toradex \ 38 ##COREBASE##/meta-toradex \
39 ##COREBASE##/meta-openembedded/meta-oe \ 39 ##COREBASE##/meta-openembedded/meta-oe \
40 ##COREBASE##/meta-b2qt \ 40 ##COREBASE##/meta-b2qt \
41 ##COREBASE##/meta-b2qt/meta-ti-extras \
41 " 42 "
42BBLAYERS_NON_REMOVABLE ?= " \ 43BBLAYERS_NON_REMOVABLE ?= " \
43 ##COREBASE##/meta \ 44 ##COREBASE##/meta \
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
new file mode 100644
index 0000000..120b507
--- /dev/null
+++ b/meta-ti-extras/conf/layer.conf
@@ -0,0 +1,33 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
23# We have a conf and classes directory, append to BBPATH
24BBPATH .= ":${LAYERDIR}"
25
26# We have a recipes directory, add to BBFILES
27BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
28 ${LAYERDIR}/recipes*/*/*.bbappend \
29 "
30
31BBFILE_COLLECTIONS += "b2qt_ti"
32BBFILE_PATTERN_b2qt_ti := "^${LAYERDIR}/"
33BBFILE_PRIORITY_b2qt_ti = "20"
diff --git a/recipes/libgles/libgles-omap3/rc.pvr b/meta-ti-extras/recipes/libgles/libgles-omap3/rc.pvr
index d6f6c82..d6f6c82 100755
--- a/recipes/libgles/libgles-omap3/rc.pvr
+++ b/meta-ti-extras/recipes/libgles/libgles-omap3/rc.pvr
diff --git a/recipes/libgles/libgles-omap3_4.09.00.01.bbappend b/meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend
index 0646e73..0646e73 100644
--- a/recipes/libgles/libgles-omap3_4.09.00.01.bbappend
+++ b/meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend
diff --git a/recipes/libgles/libgles-omap3_4.10.00.01.bb b/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb
index 6a8c1ba..6a8c1ba 100644
--- a/recipes/libgles/libgles-omap3_4.10.00.01.bb
+++ b/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb
diff --git a/recipes/libgles/libgles-omap3_5.01.01.01.bbappend b/meta-ti-extras/recipes/libgles/libgles-omap3_5.01.01.01.bbappend
index 9a90577..9a90577 100644
--- a/recipes/libgles/libgles-omap3_5.01.01.01.bbappend
+++ b/meta-ti-extras/recipes/libgles/libgles-omap3_5.01.01.01.bbappend
diff --git a/recipes/linux/linux-am335x-psp_3.2.bbappend b/meta-ti-extras/recipes/linux/linux-am335x-psp_3.2.bbappend
index fd7dd31..fd7dd31 100644
--- a/recipes/linux/linux-am335x-psp_3.2.bbappend
+++ b/meta-ti-extras/recipes/linux/linux-am335x-psp_3.2.bbappend
diff --git a/recipes/linux/linux-mainline_3.2.bbappend b/meta-ti-extras/recipes/linux/linux-mainline_3.2.bbappend
index 9e195dc..9e195dc 100644
--- a/recipes/linux/linux-mainline_3.2.bbappend
+++ b/meta-ti-extras/recipes/linux/linux-mainline_3.2.bbappend
diff --git a/recipes/linux/linux-ti-staging/usb-serial.cfg b/meta-ti-extras/recipes/linux/linux-ti-staging/usb-serial.cfg
index 8f0688e..8f0688e 100644
--- a/recipes/linux/linux-ti-staging/usb-serial.cfg
+++ b/meta-ti-extras/recipes/linux/linux-ti-staging/usb-serial.cfg
diff --git a/recipes/linux/linux-ti-staging_3.12.bbappend b/meta-ti-extras/recipes/linux/linux-ti-staging_3.12.bbappend
index b2d6104..b2d6104 100644
--- a/recipes/linux/linux-ti-staging_3.12.bbappend
+++ b/meta-ti-extras/recipes/linux/linux-ti-staging_3.12.bbappend
diff --git a/recipes/powervr-drivers/omap3-sgx-modules/0001-Graphics-SDK-04.10.00.01-AM335x-sgx-irq-change.patch b/meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules/0001-Graphics-SDK-04.10.00.01-AM335x-sgx-irq-change.patch
index ce50479..ce50479 100644
--- a/recipes/powervr-drivers/omap3-sgx-modules/0001-Graphics-SDK-04.10.00.01-AM335x-sgx-irq-change.patch
+++ b/meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules/0001-Graphics-SDK-04.10.00.01-AM335x-sgx-irq-change.patch
diff --git a/recipes/powervr-drivers/omap3-sgx-modules/Change-for-interfacing-with-SGX-DT-node.patch b/meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules/Change-for-interfacing-with-SGX-DT-node.patch
index c553354..c553354 100644
--- a/recipes/powervr-drivers/omap3-sgx-modules/Change-for-interfacing-with-SGX-DT-node.patch
+++ b/meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules/Change-for-interfacing-with-SGX-DT-node.patch
diff --git a/recipes/powervr-drivers/omap3-sgx-modules/linux-3.8.patch b/meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules/linux-3.8.patch
index acef54b..acef54b 100644
--- a/recipes/powervr-drivers/omap3-sgx-modules/linux-3.8.patch
+++ b/meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules/linux-3.8.patch
diff --git a/recipes/powervr-drivers/omap3-sgx-modules_4.10.00.01.bb b/meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules_4.10.00.01.bb
index b83e1ee..b83e1ee 100644
--- a/recipes/powervr-drivers/omap3-sgx-modules_4.10.00.01.bb
+++ b/meta-ti-extras/recipes/powervr-drivers/omap3-sgx-modules_4.10.00.01.bb
diff --git a/recipes/u-boot/u-boot-am33x/0001-am335x-evm-disable-console-cursor-blinking.patch b/meta-ti-extras/recipes/u-boot/u-boot-am33x/0001-am335x-evm-disable-console-cursor-blinking.patch
index 8c3ee2d..8c3ee2d 100644
--- a/recipes/u-boot/u-boot-am33x/0001-am335x-evm-disable-console-cursor-blinking.patch
+++ b/meta-ti-extras/recipes/u-boot/u-boot-am33x/0001-am335x-evm-disable-console-cursor-blinking.patch
diff --git a/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend b/meta-ti-extras/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend
index 2b1c656..2b1c656 100644
--- a/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend
+++ b/meta-ti-extras/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend
diff --git a/recipes/u-boot/u-boot-ti-staging/0001-BBB-disable-console-cursor-blinking.patch b/meta-ti-extras/recipes/u-boot/u-boot-ti-staging/0001-BBB-disable-console-cursor-blinking.patch
index 25dd9e4..25dd9e4 100644
--- a/recipes/u-boot/u-boot-ti-staging/0001-BBB-disable-console-cursor-blinking.patch
+++ b/meta-ti-extras/recipes/u-boot/u-boot-ti-staging/0001-BBB-disable-console-cursor-blinking.patch
diff --git a/recipes/u-boot/u-boot-ti-staging_2013.10.bbappend b/meta-ti-extras/recipes/u-boot/u-boot-ti-staging_2013.10.bbappend
index bad928b..bad928b 100644
--- a/recipes/u-boot/u-boot-ti-staging_2013.10.bbappend
+++ b/meta-ti-extras/recipes/u-boot/u-boot-ti-staging_2013.10.bbappend