linux-cpio package provides a cpio file with kernel modules this will be stacked
clr-init which will load the modules based in modalias
Signed-off-by: Josue David Hernandez <josue.d.hernandez.gutierrez(a)intel.com>
---
this add the i8042, atkbd and libps2 drivers to be able to write during the initramfs execution
bundles/bootloader-extras | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/bootloader-extras b/bundles/bootloader-extras
index cdd0622..89ca836 100644
--- a/bundles/bootloader-extras
+++ b/bundles/bootloader-extras
@@ -4,3 +4,4 @@
# [CAPABILITIES]:
# [MAINTAINER]: Hernandez Gutierrez, Josue David <josue.d.hernandez.gutierrez(a)intel.com>
clr-init
+linux-cpio
--
2.19.0
"Warden, Brett T" <brett.t.warden(a)intel.com> writes:
>> -----Original Message-----
>> From: Douglas, William [mailto:william.douglas(a)intel.com]
>> Sent: Thursday, September 27, 2018 11:51 AM
>> To: Warden, Brett T <brett.t.warden(a)intel.com>
>> Cc: dev(a)lists.clearlinux.org
>> Subject: Re: [Clr-dev] [PATCH clr-bundles] Create dev-iot bundle
>>
>> +1 but not until the format bump completes. The bundle seems pretty
>> useless without a compiler though.
>
>
> Think I should include c-basic?
>
Actually maybe I'm confusing myself, I think the requester was looking
for runtime libs to stick in a container rather than development
tooling. In that case having the -dev subpackages is not what we are
looking for either. I am struggling a little with this being too
specific for a bundle but that worry aside if we just add libs for
this that would be fine for me.
>
>>
>> On Thu, Sep 27, 2018 at 11:42 AM, Brett T. Warden
>> <brett.t.warden(a)intel.com> wrote:
>> > ---
>> >
>> > This bundle provides requested libraries for IoT development:
>> > paho (C/C++ MQTT libraries)
>> > cpprestsdk (C++ REST libraries)
>> >
>> > bundles/dev-iot | 10 ++++++++++
>> > 1 file changed, 10 insertions(+)
>> > create mode 100644 bundles/dev-iot
>> >
>> > diff --git a/bundles/dev-iot b/bundles/dev-iot
>> > new file mode 100644
>> > index 0000000..a392d6f
>> > --- /dev/null
>> > +++ b/bundles/dev-iot
>> > @@ -0,0 +1,10 @@
>> > +# [TITLE]: dev-iot
>> > +# [DESCRIPTION]: Assist Internet of Things development
>> > +# [STATUS]: WIP
>> > +# [CAPABILITIES]:
>> > +# [MAINTAINER]: Brett T. Warden <brett.t.warden(a)intel.com>
>> > +include(openssl)
>> > +
>> > +cpprestsdk-dev
>> > +paho.mqtt.c-dev
>> > +paho.mqtt.cpp-dev
>> > --
>> > 2.19.0
>
> -- Brett
Enable having a kvm host be driven by ansible with libvirt bindings
that the ansible host can work with.
---
bundles/kvm-host-extras | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 bundles/kvm-host-extras
diff --git a/bundles/kvm-host-extras b/bundles/kvm-host-extras
new file mode 100644
index 0000000..a1e987c
--- /dev/null
+++ b/bundles/kvm-host-extras
@@ -0,0 +1,9 @@
+# [TITLE]: kvm-host-extras
+# [DESCRIPTION]: Run virtual machines as deployed infrastructure
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [MAINTAINER]: William Douglas <william.douglas(a)intel.com>
+include(kvm-host)
+include(libX11client)
+include(python3-basic)
+libvirt-python
--
2.19.0
This bundle allows a user to build packages via the Clearlinux common
tooling without the entirety of os-clr-on-clr. 'make build', 'make
autospec', and 'make koji' (assuming the user has configured their
tooling to use koji) should all work.
Signed-off-by: California Sullivan <california.l.sullivan(a)intel.com>
---
bundles/package-builder | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 bundles/package-builder
diff --git a/bundles/package-builder b/bundles/package-builder
new file mode 100644
index 0000000..c6248c8
--- /dev/null
+++ b/bundles/package-builder
@@ -0,0 +1,28 @@
+# [TITLE]: package-builder
+# [DESCRIPTION]: Minimal bundle for building packages via Clearlinux common tooling
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [MAINTAINER]: California Sullivan <california.l.sullivan(a)intel.com>
+include(curl)
+include(diffutils)
+include(git)
+include(package-utils)
+include(sudo)
+
+# common requirements
+lzip
+make
+six
+zstd
+
+# autospec requirements
+abireport
+binutils
+chardet
+gnupg
+pycurl
+python-toml
+urllib3
+
+# koji command line utility
+koji
--
2.17.0
On Thu, Sep 27, 2018 at 1:33 PM, Warden, Brett T
<brett.t.warden(a)intel.com> wrote:
>> -----Original Message-----
>> From: Douglas, William [mailto:william.douglas(a)intel.com]
>> Sent: Thursday, September 27, 2018 11:51 AM
>> To: Warden, Brett T <brett.t.warden(a)intel.com>
>> Cc: dev(a)lists.clearlinux.org
>> Subject: Re: [Clr-dev] [PATCH clr-bundles] Create dev-iot bundle
>>
>> +1 but not until the format bump completes. The bundle seems pretty
>> useless without a compiler though.
>
>
> Think I should include c-basic?
>
Actually maybe I'm confusing myself, I think the requester was looking
for runtime libs to stick in a container rather than development
tooling. In that case having the -dev subpackages is not what we are
looking for either. I am struggling a little with this being too
specific for a bundle but that worry aside if we just add libs for
this that would be fine for me.
https://github.com/clearlinux-pkgs/findutils/blob/master/findutils.spec
There's no .timer file. That means locate's database is never automatically
updated. Should we run updatedb?
findutils is part of sysadmin-basic.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center