From 522ca6c9f32edc3e571a3c7a0bb0789561d449a9 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Lopez Perez Date: Tue, 31 May 2016 16:45:06 +0200 Subject: [PATCH 1/1] 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 --- conf/local.conf.sample | 3 +++ templates/dra7xx-evm/conf/local.conf.sample | 3 +++ templates/dragonboard-410c/conf/local.conf.sample | 3 +++ templates/intel-corei7-64/conf/local.conf.sample | 3 +++ templates/qemux86-64/conf/local.conf.sample | 3 +++ templates/qemux86/conf/local.conf.sample | 3 +++ templates/raspberrypi2/conf/local.conf.sample | 3 +++ templates/raspberrypi3/conf/local.conf.sample | 3 +++ templates/wandboard/conf/local.conf.sample | 3 +++ 9 files changed, 27 insertions(+) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 216211ea8..b7422a66e 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -262,6 +262,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/dra7xx-evm/conf/local.conf.sample b/templates/dra7xx-evm/conf/local.conf.sample index 140a30d72..71b018f44 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 04d6ef106..beaed334d 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 25d8cda77..d00c6b1c5 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 8aea4a8b7..48a4cdc49 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 4b5bcf968..dc671a032 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 f4ea56058..59e9e505f 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 0efce617e..3dcdf65fd 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 5dfad3e48..a29647926 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 ############### -- 2.16.6