All of lore.kernel.org
 help / color / mirror / Atom feed
* Denys Dmytriyenko : Revert "dra7xx-evm: Add sgx to MACHINE_FEATURES"
@ 2014-06-13 15:00 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2014-06-13 15:00 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: dora
Commit: 4c4f7e1d1221323381c2f1894bb15b3069026b50
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=4c4f7e1d1221323381c2f1894bb15b3069026b50

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Thu Jun 12 01:18:46 2014 +0000

Revert "dra7xx-evm: Add sgx to MACHINE_FEATURES"

Since sgx support is broken for newer kernels and Qt4, disable it for now
until Qt5 becomes default and kernel drivers are updated.

This reverts commit f9253dc88fc9cfe36e39d4b8f1e233eb3f4eaa3f.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 conf/machine/dra7xx-evm.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 8ba2757..14253cf 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -33,4 +33,4 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
 
 # Currently removing the sgx machine feature because there is no SGX package
 # available for omap5
-MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx"
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Denys Dmytriyenko : Revert "dra7xx-evm: Add sgx to MACHINE_FEATURES"
@ 2014-06-13 15:00 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2014-06-13 15:00 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: daisy
Commit: 00dbaa9e85003ec2b1db31bc735e950c1f619f3f
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=00dbaa9e85003ec2b1db31bc735e950c1f619f3f

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Thu Jun 12 01:18:46 2014 +0000

Revert "dra7xx-evm: Add sgx to MACHINE_FEATURES"

Since sgx support is broken for newer kernels and Qt4, disable it for now
until Qt5 becomes default and kernel drivers are updated.

This reverts commit f9253dc88fc9cfe36e39d4b8f1e233eb3f4eaa3f.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 conf/machine/dra7xx-evm.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 8ba2757..14253cf 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -33,4 +33,4 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
 
 # Currently removing the sgx machine feature because there is no SGX package
 # available for omap5
-MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx"
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Denys Dmytriyenko : Revert "dra7xx-evm: Add sgx to MACHINE_FEATURES"
@ 2014-06-13 15:00 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2014-06-13 15:00 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: cab5d82697954ef06ccdf2d9ba9dd8924a1c0725
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=cab5d82697954ef06ccdf2d9ba9dd8924a1c0725

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Thu Jun 12 01:18:46 2014 +0000

Revert "dra7xx-evm: Add sgx to MACHINE_FEATURES"

Since sgx support is broken for newer kernels and Qt4, disable it for now
until Qt5 becomes default and kernel drivers are updated.

This reverts commit f9253dc88fc9cfe36e39d4b8f1e233eb3f4eaa3f.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 conf/machine/dra7xx-evm.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 8ba2757..14253cf 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -33,4 +33,4 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
 
 # Currently removing the sgx machine feature because there is no SGX package
 # available for omap5
-MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx"
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-13 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-13 15:00 Denys Dmytriyenko : Revert "dra7xx-evm: Add sgx to MACHINE_FEATURES" Arago Project git
  -- strict thread matches above, loose matches on Subject: below --
2014-06-13 15:00 Arago Project git
2014-06-13 15:00 Arago Project git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.