summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorCarlos Alberto Lopez Perez <clopez@igalia.com>2016-05-31 16:45:06 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-06-19 19:45:03 +0000
commit522ca6c9f32edc3e571a3c7a0bb0789561d449a9 (patch)
tree5f91a476fc17fd0932b602ef217058a0108e1bfb /templates
parent17c72933a7ba223613a6f941c83f1524554be6a0 (diff)
Document how to build WebKitForWayland:
Add on the local.conf.samples the required line for building WebKitForWayland. Add it commented because of the time it takes to build. Change-Id: I5445c37f02dfe7e44e2f54a82a067365ebc1dcb9 Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/dra7xx-evm/conf/local.conf.sample3
-rw-r--r--templates/dragonboard-410c/conf/local.conf.sample3
-rw-r--r--templates/intel-corei7-64/conf/local.conf.sample3
-rw-r--r--templates/qemux86-64/conf/local.conf.sample3
-rw-r--r--templates/qemux86/conf/local.conf.sample3
-rw-r--r--templates/raspberrypi2/conf/local.conf.sample3
-rw-r--r--templates/raspberrypi3/conf/local.conf.sample3
-rw-r--r--templates/wandboard/conf/local.conf.sample3
8 files changed, 24 insertions, 0 deletions
diff --git a/templates/dra7xx-evm/conf/local.conf.sample b/templates/dra7xx-evm/conf/local.conf.sample
index 140a30d7..71b018f4 100644
--- a/templates/dra7xx-evm/conf/local.conf.sample
+++ b/templates/dra7xx-evm/conf/local.conf.sample
@@ -254,6 +254,9 @@ IMAGE_INSTALL_append = " kernel-modules"
# Comment this out to receive the separate modules tarbal again.
MODULE_TARBALL_DEPLOY ?= "0"
+# Uncomment below if want to build WebKitForWayland:
+#IMAGE_INSTALL_append = " webkitforwayland"
+
###############
# /END AGL
###############
diff --git a/templates/dragonboard-410c/conf/local.conf.sample b/templates/dragonboard-410c/conf/local.conf.sample
index 04d6ef10..beaed334 100644
--- a/templates/dragonboard-410c/conf/local.conf.sample
+++ b/templates/dragonboard-410c/conf/local.conf.sample
@@ -250,6 +250,9 @@ IMAGE_INSTALL_append = " kernel-modules"
# Comment this out to receive the separate modules tarbal again.
MODULE_TARBALL_DEPLOY ?= "0"
+# Uncomment below if want to build WebKitForWayland:
+#IMAGE_INSTALL_append = " webkitforwayland"
+
###############
# /END AGL
###############
diff --git a/templates/intel-corei7-64/conf/local.conf.sample b/templates/intel-corei7-64/conf/local.conf.sample
index 25d8cda7..d00c6b1c 100644
--- a/templates/intel-corei7-64/conf/local.conf.sample
+++ b/templates/intel-corei7-64/conf/local.conf.sample
@@ -264,6 +264,9 @@ MODULE_TARBALL_DEPLOY ?= "0"
# All boot message will be off
#APPEND += "quiet"
+# Uncomment below if want to build WebKitForWayland:
+#IMAGE_INSTALL_append = " webkitforwayland"
+
###############
# /END AGL
###############
diff --git a/templates/qemux86-64/conf/local.conf.sample b/templates/qemux86-64/conf/local.conf.sample
index 8aea4a8b..48a4cdc4 100644
--- a/templates/qemux86-64/conf/local.conf.sample
+++ b/templates/qemux86-64/conf/local.conf.sample
@@ -265,6 +265,9 @@ APPEND += "console=ttyS0,115200n8"
# All boot message will be off
APPEND += "quiet"
+# Uncomment below if want to build WebKitForWayland:
+#IMAGE_INSTALL_append = " webkitforwayland"
+
###############
# /END AGL
###############
diff --git a/templates/qemux86/conf/local.conf.sample b/templates/qemux86/conf/local.conf.sample
index 4b5bcf96..dc671a03 100644
--- a/templates/qemux86/conf/local.conf.sample
+++ b/templates/qemux86/conf/local.conf.sample
@@ -265,6 +265,9 @@ APPEND += "console=ttyS0,115200n8"
# All boot message will be off
APPEND += "quiet"
+# Uncomment below if want to build WebKitForWayland:
+#IMAGE_INSTALL_append = " webkitforwayland"
+
###############
# /END AGL
###############
diff --git a/templates/raspberrypi2/conf/local.conf.sample b/templates/raspberrypi2/conf/local.conf.sample
index f4ea5605..59e9e505 100644
--- a/templates/raspberrypi2/conf/local.conf.sample
+++ b/templates/raspberrypi2/conf/local.conf.sample
@@ -250,6 +250,9 @@ IMAGE_INSTALL_append = " kernel-modules"
# Comment this out to receive the separate modules tarbal again.
MODULE_TARBALL_DEPLOY ?= "0"
+# Uncomment below if want to build WebKitForWayland:
+#IMAGE_INSTALL_append = " webkitforwayland"
+
###############
# /END AGL
###############
diff --git a/templates/raspberrypi3/conf/local.conf.sample b/templates/raspberrypi3/conf/local.conf.sample
index 0efce617..3dcdf65f 100644
--- a/templates/raspberrypi3/conf/local.conf.sample
+++ b/templates/raspberrypi3/conf/local.conf.sample
@@ -250,6 +250,9 @@ IMAGE_INSTALL_append = " kernel-modules"
# Comment this out to receive the separate modules tarbal again.
MODULE_TARBALL_DEPLOY ?= "0"
+# Uncomment below if want to build WebKitForWayland:
+#IMAGE_INSTALL_append = " webkitforwayland"
+
###############
# /END AGL
###############
diff --git a/templates/wandboard/conf/local.conf.sample b/templates/wandboard/conf/local.conf.sample
index 5dfad3e4..a2964792 100644
--- a/templates/wandboard/conf/local.conf.sample
+++ b/templates/wandboard/conf/local.conf.sample
@@ -264,6 +264,9 @@ MODULE_TARBALL_DEPLOY ?= "0"
# All boot message will be off
#APPEND += "quiet"
+# Uncomment below if want to build WebKitForWayland:
+#IMAGE_INSTALL_append = " webkitforwayland"
+
###############
# /END AGL
###############