[PATCH clr-bundles] application-server: Enable building apache modules
by William Douglas
Add components required to build apache modules to the
application-server bundle.
---
bundles/application-server | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bundles/application-server b/bundles/application-server
index 6c2c7e9..01908b8 100644
--- a/bundles/application-server
+++ b/bundles/application-server
@@ -3,9 +3,11 @@
# [STATUS]: Active
# [CAPABILITIES]:
# [MAINTAINER]: William Douglas <william.douglas(a)intel.com>
-include(web-server-basic)
+include(c-basic)
include(python3-basic)
+include(web-server-basic)
httpd-dev
+httpd-extras
mod_wsgi
uwsgi
--
2.19.1
2 years, 5 months
[PATCH clr-bundles] Add the graphical part of thermald in here: thermal_monitor
by Auke Kok
---
bundles/desktop-apps-extras | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/desktop-apps-extras b/bundles/desktop-apps-extras
index 3ae20d5..55afe85 100644
--- a/bundles/desktop-apps-extras
+++ b/bundles/desktop-apps-extras
@@ -38,6 +38,7 @@ pidgin-sipe
quassel
rxvt-unicode
spice-gtk
+thermal_monitor
tigervnc
vinagre
virt-manager
--
2.19.1
2 years, 5 months
Offline Clear Linux Installation
by Mohammad, Jamal M
Hi Guys,
I see "Active Internet" connection as a requirement for installing OS on bare metal.
Is this compulsory or are there any offline installation technique.
Can we use Clear Linux on Embedded devices, I see the main page says for " Cloud, IoT and client"
Thanks and Regards,
Jamal
2 years, 5 months
[PATCH clr-bundles] Clear Linux OS Installer bundle
by Mark D Horn
New bundle for installing the next generation of the
Clear Linux OS Installer.
This bundle will co-exist with the os-installer bundle while
the new installer is in the evaluation phase.
Signed-off-by: Mark D Horn <mark.d.horn(a)intel.com>
---
bundles/clr-installer | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 bundles/clr-installer
diff --git a/bundles/clr-installer b/bundles/clr-installer
new file mode 100644
index 000000000000..509f54e19fd1
--- /dev/null
+++ b/bundles/clr-installer
@@ -0,0 +1,27 @@
+# [TITLE]: clr-installer
+# [DESCRIPTION]: Image creation and installation for Clear Linux OS
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [MAINTAINER]: Mark Horn <mark.d.horn(a)intel.com>
+include(curl)
+include(iproute2)
+include(kbd)
+include(locales)
+include(openssh-server)
+include(telemetrics)
+include(tzdata)
+include(wpa_supplicant)
+bind-utils
+btrfs-progs
+clr-installer
+dosfstools-bin
+e2fsprogs-extras
+gptfdisk-bin
+iputils
+less
+linux-firmware-extras
+linux-firmware-wifi
+nano
+parted-bin
+qemu-extras
+xfsprogs-bin
--
2.19.1
2 years, 5 months
[PATCH clr-bundles] Add lua bundle.
by Auke Kok
Lua/luajit/luarocks are tiny, and currently we only have plain
lua, but in order to get it you have to install 1gb of "stuff"
to get it. Luarocks is additionally essential for Lua ecosystem
packages.
[v2: fix LuaJIT spelling]
---
bundles/lua | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 bundles/lua
diff --git a/bundles/lua b/bundles/lua
new file mode 100644
index 0000000..561aa8b
--- /dev/null
+++ b/bundles/lua
@@ -0,0 +1,8 @@
+# [TITLE]: lua
+# [DESCRIPTION]: Lua programming language
+# [STATUS]: Active
+# [CAPABILITIES]: Lua, LuaJIT, and Luarocks
+# [MAINTAINER]: Auke Kok <auke-jan.h.kok(a)intel.com>
+lua
+LuaJIT
+luarocks
--
2.19.1
2 years, 5 months
Is it planned to integrate the create-image-extra.sh script into the mixer tool?
by Merx, Thomas
Hi,
I'm using an Apollo Lake based GP-MRB and currently need to use the create-image-extra.sh script to create the flashable native_boot.img file for flashing to the target to make it usable with the ABL. Is it planned to include the functionality of this script into the mixer tool instead, to create the full flashable image like for the mainstream Clear Linux images?
Thanks and best regards,
Thomas Merx
Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Christian Lamprechter
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928
2 years, 5 months
[PATCH clr-bundles] Add lua bundle.
by Auke Kok
Lua/luajit/luarocks are tiny, and currently we only have plain
lua, but in order to get it you have to install 1gb of "stuff"
to get it. Luarocks is additionally essential for Lua ecosystem
packages.
---
bundles/lua | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 bundles/lua
diff --git a/bundles/lua b/bundles/lua
new file mode 100644
index 0000000..3a38e9f
--- /dev/null
+++ b/bundles/lua
@@ -0,0 +1,8 @@
+# [TITLE]: lua
+# [DESCRIPTION]: Lua programming language
+# [STATUS]: Active
+# [CAPABILITIES]: Lua, LuaJIT, and Luarocks
+# [MAINTAINER]: Auke Kok <auke-jan.h.kok(a)intel.com>
+lua
+luajit
+luarocks
--
2.19.1
2 years, 5 months
[PATCH clr-bundles] desktop-apps: Add cheese
by William Douglas
cheese is a handy webcam friendly application, fits well with the rest
of the desktop apps.
---
bundles/desktop-apps | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/desktop-apps b/bundles/desktop-apps
index 097f3e4..6170ac1 100644
--- a/bundles/desktop-apps
+++ b/bundles/desktop-apps
@@ -14,6 +14,7 @@ glib-config
# apps
baobab
+cheese
dconf-editor
eog
eog-plugins
--
2.19.1
2 years, 5 months