Fedora ARM 12 on IGEPv2 (Beagle Board clone)
by Matthew Wilson
Hi all,
I would like to introduce myself to the group. I have recently
received an IGEPv2 board [1], which is based on the Beagle Board, but
with wifi, bluetooth, ethernet, and more RAM. I'm still at the "wow,
it's tiny and it runs Linux" stage. I should get a bit more time over
the next month and Christmas to play around properly with it.
I'm new to embedded development, but neither new to Linux nor ARM
(writing my first ARM assembly some 15 years ago). However, for the
past 6 years I've not even built a Linux kernel, preferring to use the
default kernel in Fedora for simplicity :)
Firstly, a thank you to those involved in Fedora ARM for getting it to
this stage. If I get the time, I'd really like to contribute some
(probably small) effort to help get Fedora ARM working well on the
IGEPv2 and Beagle Board. As I progress, I'd like to know what I can
do to help.
In the meantime, I have some questions. Apologies in advance if these
seem simple.
1) There are various different kernels from different sources. I'm
used to there being a small set of "right" kernels (that is, Fedora's
idea of "right") for x86. I fully appreciate that different ARM-based
boards are quite different in capabilities (like different instruction
set variants).
a) Is there likely to be some standardised vanilla Fedora ARM kernel
source? (Or is that simply the source RPM available for Fedora?)
Then patches /could/ be offered for the more common systems (e.g.
Beagle Board & clones, SheevaPlug).
b) Would it then make sense to offer these as pre-built RPMs for common systems?
c) Is there any guidance on which version is good to use as a base?
I've seen quite different kernel versions being used (from 2.6.27 to
2.6.31).
2) I understand a little bit about the different calling conventions,
FP differences (e.g. soft FPU versus VFP), and instruction set
differences (v5 versus v7).
a) Can the kernel can be safely built with a different instruction set
targeted? (I know there are different optimisation options passed to
GCC. Apologies if this seems a bit newbie-ish.)
b) For FP-heavy programs (e.g. ogg encoding), is it possible to build
the packages with VFP/NEON but still get them to work in a soft FPU
system? I'd imagine any call to an external library would have to
somehow be defined to use a different calling standard.
3) There seem to be some missing dependencies in the packages in the
current Fedora ARM repository. For example, emacs is requiring
libotf, which doesn't seem to be there in the repository. And
likewise with the xorg-x11-font* packages needing ttmkdir. I'm
confused as to how the RPM could have been successfully built without
it. What am I missing?
4) I see there has been some discussion over unaligned data access.
(Oh, I remember that from the ARM2 days.) It seems as if the
Cortex-A8 cores allow unaligned data access when set up to do so [2].
Does this, in any way, help with the compatibility of packages
targetting Cortex-A8?
5) I've managed to get various source packages missing from the Fedora
ARM repositories to compile successfully (natively). I guess there is
a reason why there are not in the repos right now -- is that reason
down to time and priorities, or is there some blocking bugs with many
of these packages?
I look forward to being able to contribute something back into Fedora!
Kind regards,
Matthew
[1] http://www.igep-platform.com/index.php?option=com_content&view=article&id...
[2] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0344j/Beih...
7 years, 9 months
Fw: [PATCH 0/5] arm64, thunder: Enable Cavium Thunder SoC Family
by Robert Richter
Peter,
today I posted first enablement patches for Cavium Thunder.
See here for the thread:
https://lkml.kernel.org/r/1406732794-20920-1-git-send-email-rric@kernel.org
The patches are publicly hosted on kernel.org:
https://git.kernel.org/cgit/linux/kernel/git/rric/linux.git/?h=thunder/ma...
We will add more patches for Thunder soon.
Please take a look at the patches and consider them for integration
into the arm64 Fedora kernel. Let me know if you have questions or how
I could help adding Thunder support to Fedora.
I will also be at Flock in Prague next week. Maybe we can meet there
and start a discussion on this.
Thanks,
-Robert
----- Forwarded message from Robert Richter <rric(a)kernel.org> -----
Subject: [PATCH 0/5] arm64, thunder: Enable Cavium Thunder SoC Family
Date: Wed, 30 Jul 2014 17:06:29 +0200
From: Robert Richter <rric(a)kernel.org>
To: Catalin Marinas <catalin.marinas(a)arm.com>, Will Deacon <will.deacon(a)arm.com>, Rob Herring <robh+dt(a)kernel.org>, Arnd Bergmann <arnd(a)arndb.de>
Cc: linux-kernel(a)vger.kernel.org, linux-arm-kernel(a)lists.infradead.org, Robert Richter <rrichter(a)cavium.com>
Message-ID: <1406732794-20920-1-git-send-email-rric(a)kernel.org>
Return-Path: <rric.net(a)gmail.com>
X-Mailer: git-send-email 2.0.1
Content-Type: text/plain
From: Robert Richter <rrichter(a)cavium.com>
This initial patches enable Cavium Thunder SoC Family. The patches add
Kconfig and devicetree support and then add Thunder to the defconfig.
The last patch is unrelated to Thunder and enables the tmpfs mount
option for a more convinient use of defconfig with distros.
The Thunder system needs more enablement patches for subsystems and
devices, this includes network, ahci, gicv3/gicv3-its, pci, smmu, kvm.
We will send separate patch sets for these. All of them base on this
initial patches.
Patches are available here:
git://git.kernel.org/pub/scm/linux/kernel/git/rric/linux.git thunder/init
Radha Mohan Chintakuntla (3):
arm64, thunder: Add Kconfig option for Cavium Thunder SoC Family
arm64, thunder: Add initial dts for Cavium Thunder SoC
arm64, thunder: document devicetree bindings for Cavium Thunder SoC
Robert Richter (2):
arm64, defconfig: Enable Cavium Thunder SoC in defconfig
arm64, defconfig: Enable tmpfs mount option
.../devicetree/bindings/arm/cavium-thunder.txt | 10 +
Documentation/devicetree/bindings/arm/cpus.txt | 1 +
arch/arm64/Kconfig | 6 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/thunder-88xx.dts | 387 +++++++++++++++++++++
arch/arm64/configs/defconfig | 2 +
6 files changed, 407 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/cavium-thunder.txt
create mode 100644 arch/arm64/boot/dts/thunder-88xx.dts
--
2.0.1
----- End forwarded message -----
8 years, 2 months
u-boot plans for Fedora 22 ?
by Hans de Goede
Hi All,
I assume that we will be rebasing u-boot to the just released v2015.01
for F-22? But I was wondering if there is any chance we can jump to
v2015.04 ? The reason I'm asking is that things are progressing
quite rapidly on the u-boot side, at least with Allwinner SoC support,
I've just send a pull-req for v2015.04 with the following highlights:
1) Improved sun6i (A31) support, including support for the A31s variant and
automatic assignment of a SoC serial based MAC address for ethernet
2) Full sun8i (A23) support including DRAM controller init and SPL, so now
people can boot these boards using a full FOSS solution
3) Many improvement to the graphical console support, automatic selection
of the native mode for HDMI/DVI monitors via DDC + EDID, LCD panel support,
VGA output support
4) Preparation work for OTG controller support, together with 3) this allows using
u-boot on tablets effortlessly. The rest of the OTG support is going upstream
through the usb tree
And if possible I would like to see this end up in Fedora 22 :)
Regards,
Hans
8 years, 5 months
No virtualisation in Fedora 21 on Mustang
by Marcin Juszkiewicz
In case you do not know yet: there is no virtualisation support
in Fedora 21 on APM Mustang. Looks like one of 3.18-rc commits
went into 3.17/stable tree and disabled it for us.
Added into to https://bugzilla.redhat.com/show_bug.cgi?id=1165290
[root@pinkiepie virt]# LC_ALL=C virsh create hrw-f21.xml
error: Failed to create domain from hrw-f21.xml
error: unsupported configuration: Domain requires KVM, but it is not available. Check that virtualisation is enabled in the host BIOS, and host configuration is setup to load the kvm modules.
[root@pinkiepie virt]# dmesg|grep -i kvm
[ 0.303959] kvm [1]: GICV size 0x2000 not a multiple of page size 0x10000
[ 0.303965] kvm [1]: error: no compatible GIC info found
[ 0.304070] kvm [1]: error initializing Hyp mode: -6
[root@pinkiepie virt]# uname -a
Linux pinkiepie 3.17.4-301.fc21.aarch64 #1 SMP Sun Nov 30 20:41:43 UTC 2014 aarch64 aarch64 aarch64 GNU/Linux
8 years, 5 months
Re: [fedora-arm] Pi2B remix
by Clive Messer
Ryan,
Try the kernel build in the SC testing repo....
Run "sc-cleanUpdate-testing-pi" from your Pi2B and reboot.
* Sat Feb 21 2015 - 3.18.7-507.20150221git37ce36a.sc20
- Update to latest git.
- Modify bcm2709 config
CONFIG_OVERLAY_FS=m
CONFIG_DM_THIN_PROVISIONING=m
Regards
Clive
--
Clive Messer <clive.m.messer(a)gmail.com>
On Fri, 2015-02-20 at 23:29 -0800, ryan jarvinen wrote:
> Hi Clive,
> Thanks for your work on the RPi2 images for Fedora!
>
> I'm trying to see if I can get Docker and newer versions of OpenShift
> to run on this hardware, and I wanted to send over a few notes on the
> initial testing I've done:
> https://gist.github.com/ryanj/ec734b00f7f781c92650#comment-1396342
>
> It looks like your current kernel does not include support for
> DM_THIN_PROVISIONING, which Docker requires.
>
> I've seen some other projects
> (http://blog.hypriot.com/kick-ass-raspberry-pi-2-having-a-forbidden-love-a...) that have had some success with Docker on RPi2. It sounds like they are making use of CONFIG_OVERLAY_FS as well.
>
> Let me know if you end up enabling these features in future versions
> of your minimal image. It could help us build some really impressive
> micro-scale Linux clustering demos. :)
>
> Thanks again for your work on this effort!
> Best,
> --RyanJ
> (ryanj@redhat)
>
> On Feb 20, 2015 5:46 AM, "Clive Messer" <clive.m.messer(a)gmail.com>
> wrote:
> On Fri, 2015-02-20 at 08:24 +0000, Paul Knox-Kennedy wrote:
>
> > Also installed the LXQT desktop without any problems, and
> ran a full dnf
> > upgrade, which updated the kernel correctly.
> >
> > Great job Clive, very much appreciated.
>
> Thanks for testing. (You and everyone else who downloaded an
> image and
> booted it.)
>
> I posted an "announcement" to the RPi Forum.
>
> http://www.raspberrypi.org/forums/viewtopic.php?f=51&t=101027&e=0
>
> Regards
>
> Clive
> --
> Clive Messer <clive.m.messer(a)gmail.com>
>
> _______________________________________________
> arm mailing list
> arm(a)lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/arm
8 years, 6 months
wlan0 de-activated?
by Robert Brown
Hi all
Running Fedora release 22 (Rawhide) 3.19.0-0.rc7.git3.1.fc22.armv7hl I
find I have a problem with wlan0 becoming de-activated.
Running headless, attempt to ssh to device. No response. Turn on monitor
at device.
ifconfig shows an ip address ok.
cannot ping router
try |sudo systemctl restart network.service|
no change
decide to ifdown/ifup wlan0
system returns to normal, can then ping router and ssh to device from my
laptop.
journalctl for wlan0 gives results as per attached.
Can anyone explain what is happening to the wlan0 device and why I have
to re-activate it?
Thanks
Rob
8 years, 7 months
arm F-22 Branched report: 20150228 changes
by Fedora compose checker
Compose started at Sat Feb 28 07:15:03 UTC 2015
Summary:
Added Packages: 0
Removed Packages: 0
Modified Packages: 0
Size of added packages: 0 (0 )
Size change of modified packages: 0 (0 )
Size of removed packages: 0 (0 )
Size change: 0 (0 )
Compose finished at Sat Feb 28 08:16:12 UTC 2015
8 years, 7 months
arm rawhide report: 20150228 changes
by Fedora compose checker
Compose started at Sat Feb 28 05:15:03 UTC 2015
New package: appmenu-qt5-0.r26-3.fc23
Support for global DBus-exported application menu in Qt5
New package: courier-unicode-1.1-3.fc23
A library implementing algorithms related to the Unicode Standard
New package: diorite-0.1-0.4git888cb5f.fc23
Utility and widget library for Nuvola Player
New package: gluegen2-2.2.4-2.fc23
Java/JNI glue code generator to call out to ANSI C
New package: hexalate-1.0.3-2.fc23
Color matching game
New package: novprog-3.0.0-2.fc23
Tool to graph your progress in writing a NaNoWriMo style novel
New package: ocaml-cil-1.7.3-16.fc23
CIL - Infrastructure for C Program Analysis and Transformation
New package: sayonara-0.6.2-4.svn1021.fc23
A lightweight Qt Audio player
Updated Packages:
Coin2-2.5.0-23.fc23
-------------------
* Wed Feb 18 2015 Ralf Corsepius - 2.5.0-23
- Rebuilt for GCC-5.0.
- Fix bogus %changelog entries.
Size change: -948 bytes
PyX-0.12.1-1.fc23
-----------------
* Tue Feb 17 2015 José Matos <jamatos(a)fedoraproject.org> - 0.12.1-1
- update to 0.12.1
- add the PyX FAQ to the documentation
- Provides python2-pyx since this is the latest version to support python2
Size change: 261010 bytes
VirtualGL-2.3.3-6.fc23
----------------------
* Wed Feb 18 2015 Rex Dieter <rdieter(a)fedoraproject.org> 2.3.3-6
- rebuild (fltk,gcc5)
Size change: -991 bytes
aisleriot-3.15.0-2.fc23
-----------------------
* Wed Feb 18 2015 David King <amigadave(a)amigadave.com> - 1:3.15.0-2
- Remove unnecessary PySolGC theme path change
* Sun Feb 08 2015 David King <amigadave(a)amigadave.com> - 1:3.15.0-1
- Update to 3.15.0
- Set correct PySolFC card theme path
- Use license macro for COPYING.*
- Use pkgconfig for BuildRequires
- Update URL
- Update man page glob in files section
Size change: -6469 bytes
baobab-3.15.90-1.fc23
---------------------
* Wed Feb 18 2015 David King <amigadave(a)amigadave.com> - 3.15.90-1
- Update to 3.15.90
- Use license macro for COPYING and COPYING.docs
- Use pkgconfig for BuildRequires
- Update URL
- Validate AppData in check
- Update man page glob in files section
Size change: 5168 bytes
cduce-0.6.0-10.fc23
-------------------
* Tue Feb 17 2015 Richard W.M. Jones <rjones(a)redhat.com> - 0.6.0-10
- ocaml-4.02.1 rebuild.
- Fix dependency on OCaml compiler version.
Size change: -951 bytes
coccinelle-1.0.0-0.rc21.1.fc23.5
--------------------------------
* Tue Feb 17 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1.0.0-0.rc21.1.5
- ocaml-4.02.1 rebuild.
Size change: -1020 bytes
csdiff-1.2.0-1.fc23
-------------------
* Wed Feb 18 2015 Kamil Dudka <kdudka(a)redhat.com> 1.2.0-1
- update to latest upstream release
Size change: 3713 bytes
cswrap-1.3.0-1.fc23
-------------------
* Wed Feb 18 2015 Kamil Dudka <kdudka(a)redhat.com> 1.3.0-1
- update to latest upstream
Size change: 148 bytes
datovka-4.1.1-1.fc23
--------------------
* Wed Feb 18 2015 Jan Vcelak <jvcelak(a)fedoraproject.org> 4.1.1-1
- New upstream release
- Disable checking for new versions by default.
Size change: 12940 bytes
fedora-productimg-workstation-22-6.fc23
---------------------------------------
* Wed Feb 18 2015 Kalev Lember <kalevlember(a)gmail.com> 22-6
- Create a Fedora Workstation InstallClass object to modify the installer defaults.
- Install the CSS in the proper location so that it can be merged in rather
than replacing the existing copy.
- Change the default environment group to be Fedora Workstation.
Size change: -346 bytes
file-roller-3.15.90-1.fc23
--------------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90-1
- Update to 3.15.90
* Mon Feb 09 2015 David King <amigadave(a)amigadave.com> - 3.15.2-1
- Update to 3.15.2
- Use license macro for COPYING
- Validate AppData in check
- Use pkgconfig for BuildRequires
Size change: 4999 bytes
fio-2.2.5-1.fc23
----------------
* Tue Feb 17 2015 Eric Sandeen <sandeen(a)redhat.com> 2.2.5-1
- New upstream version
Size change: -700 bytes
five-or-more-3.15.90-1.fc23
---------------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90-1
- Update to 3.15.90
Size change: -2057 bytes
flocq-2.4.0-6.fc23
------------------
* Tue Feb 17 2015 Richard W.M. Jones <rjones(a)redhat.com> - 2.4.0-6
- Bump release and rebuild.
* Mon Feb 16 2015 Richard W.M. Jones <rjones(a)redhat.com> - 2.4.0-5
- Bump release and rebuild.
* Mon Feb 16 2015 Richard W.M. Jones <rjones(a)redhat.com> - 2.4.0-4
- ocaml-4.02.1 rebuild.
Size change: -845 bytes
freefem++-3.31-2.3.fc23
-----------------------
* Wed Feb 18 2015 Rex Dieter <rdieter(a)fedoraproject.org> 3.31-2.3
- rebuild (fltk,gcc5)
Size change: -1030 bytes
freeipa-4.1.3-1.fc23
--------------------
* Wed Feb 18 2015 Petr Vobornik <pvoborni(a)redhat.com> - 4.1.3-1
- Update to upstream 4.1.3 - see http://www.freeipa.org/page/Releases/4.1.3
Size change: 36207 bytes
freetennis-0.4.8-34.fc23
------------------------
* Wed Feb 18 2015 Bruno Wolff III <bruno(a)wolff.to> - 0.4.8-34
- Rebuild with latest ocaml-calimages
Size change: -986 bytes
gappalib-coq-1.0.0-18.fc23
--------------------------
* Tue Feb 17 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1.0.0-18
- ocaml-4.02.1 rebuild.
Size change: -1013 bytes
globus-scheduler-event-generator-5.10-2.fc23
--------------------------------------------
* Wed Feb 18 2015 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 5.10-2
- Revert logfile location change
Size change: -1030 bytes
gnome-calendar-3.15.90-2.fc23
-----------------------------
* Tue Feb 17 2015 David King <amigadave(a)amigadave.com> - 3.15.90-2
- Add missing colon after glib-compile-schemas
* Tue Feb 17 2015 David King <amigadave(a)amigadave.com> - 3.15.90-1
- Update to 3.15.90
- Use license macro for COPYING
Size change: 23514 bytes
gnome-chess-3.15.90-1.fc23
--------------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90-1
- Update to 3.15.90
Size change: -49999 bytes
gnome-klotski-3.15.90-1.fc23
----------------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90-1
- Update to 3.15.90
Size change: -421699 bytes
gnome-logs-3.15.90-1.fc23
-------------------------
* Wed Feb 18 2015 David King <amigadave(a)amigadave.com> - 3.15.90-1
- Update to 3.15.90
- Use license macro for COPYING
Size change: 5010 bytes
gnome-mahjongg-3.15.90-1.fc23
-----------------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90-1
- Update to 3.15.90
Size change: 2158 bytes
gnome-maps-3.15.90.2-1.fc23
---------------------------
* Wed Feb 18 2015 David King <amigadave(a)amigadave.com> - 3.15.90.2-1
- Update to 3.15.90.2
* Sun Feb 15 2015 David King <amigadave(a)amigadave.com> - 3.15.90-1
- Update to 3.15.90.1
- Use license macro for COPYING
- Validate AppData in check
- Use pkgconfig for BuildRequires
- Add NEWS and README to doc
Size change: 79612 bytes
gnome-packagekit-3.15.90-1.fc23
-------------------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90-1
- Update to 3.15.90
Size change: -59563 bytes
gnome-robots-3.15.90-1.fc23
---------------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90-1
- Update to 3.15.90
Size change: -9036 bytes
gnome-tetravex-3.15.90-1.fc23
-----------------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90-1
- Update to 3.15.90
Size change: -613 bytes
iagno-3.15.90.2-1.fc23
----------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90.2-1
- Update to 3.15.90.2
Size change: 22621 bytes
jacknativeclient-0-0.9.20120218git.fc23
---------------------------------------
* Tue Feb 17 2015 Jerry James <loganjerry(a)gmail.com> - 0-0.9.20120218git
- Use license macro
Size change: -1058 bytes
kf5-frameworkintegration-5.7.0-1.fc23
-------------------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: 159 bytes
kf5-kactivities-5.7.0-1.fc23
----------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: 1412 bytes
kf5-kcmutils-5.7.0-1.fc23
-------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -873 bytes
kf5-kdeclarative-5.7.0-1.fc23
-----------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: 5985 bytes
kf5-kded-5.7.0-1.fc23
---------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -602 bytes
kf5-kdesu-5.7.0-1.fc23
----------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -929 bytes
kf5-kdnssd-5.7.0-1.fc23
-----------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -1000 bytes
kf5-kemoticons-5.7.0-1.fc23
---------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -903 bytes
kf5-khtml-5.7.0-1.fc23
----------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -885 bytes
kf5-kimageformats-5.7.0-1.fc23
------------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -988 bytes
kf5-kinit-5.7.0-1.fc23
----------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -1024 bytes
kf5-kjsembed-5.7.0-1.fc23
-------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -942 bytes
kf5-kmediaplayer-5.7.0-1.fc23
-----------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -876 bytes
kf5-knewstuff-5.7.0-1.fc23
--------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -922 bytes
kf5-knotifyconfig-5.7.0-1.fc23
------------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -859 bytes
kf5-kpackage-5.7.0-1.fc23
-------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -5101 bytes
kf5-kpty-5.7.0-1.fc23
---------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -879 bytes
kf5-kross-5.7.0-1.fc23
----------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: 920 bytes
kf5-krunner-5.7.0-1.fc23
------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -1821 bytes
kf5-ktexteditor-5.7.0-1.fc23
----------------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: 2261 bytes
kf5-networkmanager-qt-5.7.0-2.fc23
----------------------------------
* Wed Feb 18 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-2
- Fix BR on Fedora > 21 (with NM 1.0)
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: -5360 bytes
kf5-plasma-5.7.0-1.fc23
-----------------------
* Mon Feb 16 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
Size change: 1840 bytes
libecb-0.20150218-1.fc23
------------------------
* Wed Feb 18 2015 Petr Pisar <ppisar(a)redhat.com> - 0.20150218-1
- CVS snapshot taken on 2015-02-18 (C11 compliance)
- Replace libecb package with libecb-devel, users should build-require
libecb-static
Size change: -125 bytes
libfplll-4.0.4-5.fc23
---------------------
* Tue Feb 17 2015 Jerry James <loganjerry(a)gmail.com> - 4.0.4-5
- Update project URL
- Use license macro
Size change: -1056 bytes
liblxqt-0.9.0-3.fc23
--------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-3
- Rebuild (gcc5)
Size change: 63 bytes
liblxqt-mount-0.9.0-2.fc23
--------------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-2
- Rebuild (gcc5)
Size change: 122 bytes
libqtxdg-1.1.0-4.fc23
---------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 1.1.0-4
- Rebuild (gcc5)
* Thu Feb 12 2015 Helio Chissini de Castro <helio(a)kde.org> - 1.1.0-3
- Restore Qt4 due to maintenance of RazorQt
* Wed Feb 11 2015 Helio Chissini de Castro <helio(a)kde.org> - 1.1.0-2
- Upstream patch for qiconfix
Size change: 1727 bytes
libsysstat-0.3.0-2.fc23
-----------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.3.0-2
- Rebuild (gcc5)
* Sun Feb 08 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.3.0-1
- New upstream version 0.3.0
Size change: -2911 bytes
lightsoff-3.15.90-1.fc23
------------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90-1
- Update to 3.15.90
Size change: -852 bytes
lorax-23.1-1.fc23
-----------------
* Tue Feb 17 2015 Brian C. Lane <bcl(a)redhat.com> 23.1-1
- Skip using srpm repos (bcl(a)redhat.com)
- Drop the dnf Base object deletion code and use reset (bcl(a)redhat.com)
- Get the log directory from the configfile (bcl(a)redhat.com)
- lorax: Add --cachedir, --force and --workdir cmdline options (bcl(a)redhat.com)
- Cleanup help alignment (bcl(a)redhat.com)
- dnf: remove files from installed packages (bcl(a)redhat.com)
- Switch lorax to use dnf instead of yum (bcl(a)redhat.com)
- Fix Source0 for use with github (bcl(a)redhat.com)
* Thu Feb 12 2015 Brian C. Lane <bcl(a)redhat.com> 23.0-1
- Bump version to 23.0 (bcl(a)redhat.com)
- os-release moved to /usr/lib (#1191713) (bcl(a)redhat.com)
- Use /usr/bin/python2 in scripts (bcl(a)redhat.com)
- Add bridge-utils (#1188812) (bcl(a)redhat.com)
* Fri Feb 06 2015 Brian C. Lane <bcl(a)redhat.com> 22.4-1
- livemedia-creator: Add --timeout option to cancel install after X minutes
(bcl(a)redhat.com)
- network: add support for bridge (#1075195) (rvykydal(a)redhat.com)
- Move url and source to github in specfile (bcl(a)redhat.com)
- Use %license in lorax.spec (bcl(a)redhat.com)
Size change: 1612 bytes
lxqt-about-0.9.0-3.fc23
-----------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-3
- Rebuild (gcc5)
* Tue Feb 10 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-2
- Obsoletes razorqt-about as migrated to lxqt
* Sun Feb 08 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-1
- New upstream release 0.9.0
* Tue Feb 03 2015 Helio Chissini de Castro <hcastro(a)redhat.com> - 0.9.0-0.1
- Preparing fro 0.9.0 release
Size change: -1385 bytes
lxqt-config-0.9.0-4.fc23
------------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-4
- Rebuild (gcc5)
* Tue Feb 10 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-3
- Obsoletes razorqt-config as migrated to lxqt
* Mon Feb 09 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-2
- Proper add locale for Qt tm files
* Sun Feb 08 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-1
- New upstream release 0.9.0
* Tue Feb 03 2015 Helio Chissini de Castro <hcastro(a)redhat.com> - 0.9.0-0.1
- Preparing for 0.9.0 release
Size change: 13608 bytes
lxqt-globalkeys-0.9.0-5.fc23
----------------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-5
- Rebuild (gcc5)
Size change: 68 bytes
lxqt-notificationd-0.9.0-4.fc23
-------------------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-4
- Rebuild (gcc5)
* Tue Feb 10 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-3
- Obsoletes razorqt-notifications
* Mon Feb 09 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-2
- Proper add locale for Qt tm files
* Sun Feb 08 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-1
- New upstream release 0.9.0
* Tue Feb 03 2015 Helio Chissini de Castro <hcastro(a)redhat.com> - 0.9.0-0.1
- Preparing for 0.9.0
Size change: -2425 bytes
lxqt-openssh-askpass-0.9.0-4.fc23
---------------------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-4
- Rebuild (gcc5)
* Tue Feb 10 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-3
- Obsoletes razorqt-openssh-askpass
* Mon Feb 09 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-2
- Proper add locale for Qt tm files
* Sun Feb 08 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-1
- New upstream release 0.9.0
* Tue Feb 03 2015 Helio Chissini de Castro <hcastro(a)redhat.com> - 0.9.0-0.1
- Preparing 0.9.0
Size change: -3119 bytes
lxqt-panel-0.9.0-5.fc23
-----------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-5
- Rebuild (gcc5)
* Tue Feb 10 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-4
- Obsoletes typo
* Tue Feb 10 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-3
- Obsoletes razorqt-autosuspend and razorqt-appswitcher
* Tue Feb 10 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-2
- Obsoletes razorqt-panel as migrated to LXQt
* Sun Feb 08 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-1
- New upstream release 0.9.0
* Tue Feb 03 2015 Helio Chissini de Castro <hcastro(a)redhat.com> - 0.9.0-0.1
- Preparing 0.9.0 release
Size change: 15596 bytes
lxqt-powermanagement-0.9.0-4.fc23
---------------------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-4
- Rebuild (gcc5)
* Tue Feb 10 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-3
- Obsoletes razorqt-power as migrated to lxqt
* Mon Feb 09 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-2
- Proper add locale for Qt tm files
* Sun Feb 08 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-1
- New upstream release 0.9.0
* Tue Feb 03 2015 Helio Chissini de Castro <hcastro(a)redhat.com> - 0.9.0-0.1
- Prepare 0.9.0 release
Size change: 5053 bytes
lxqt-qtplugin-0.9.0-4.fc23
--------------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-4
- Rebuild (gcc5)
* Mon Feb 09 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-3
- Upstream tarball updated with latest fixes
* Sun Feb 08 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-2
- Added missing updates in the main upstream tarball
* Sun Feb 08 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-1
- New upstream release 0.9.0
* Tue Feb 03 2015 Helio Chissini de Castro <hcastro(a)redhat.com> - 0.9.0-0.1
- Preparing 0.9.0 release
Size change: -3532 bytes
lxqt-runner-0.9.0-4.fc23
------------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-4
- Rebuild (gcc5)
* Tue Feb 10 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-3
- Obsoletes razorqt-runner
* Mon Feb 09 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-2
- Proper add locale for Qt tm files
* Sun Feb 08 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-1
- New upstream release 0.9.0
* Tue Feb 03 2015 Helio Chissini de Castro <hcastro(a)redhat.com> - 0.9.0-0.1
- Preparing 0.9.0 release
Size change: -4040 bytes
lxqt-session-0.9.0-4.fc23
-------------------------
* Wed Feb 18 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-4
- Rebuild (gcc5)
* Tue Feb 10 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-3
- Obsoletes razorqt-session and razorqt-desktop as migrated to lxqt
* Mon Feb 09 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-2
- Proper add locale for Qt tm files
* Sun Feb 08 2015 Helio Chissini de Castro <helio(a)kde.org> - 0.9.0-1
- New upstream release 0.9.0
* Tue Feb 03 2015 Helio Chissini de Castro <hcastro(a)redhat.com> - 0.9.0-0.1
- Prepare 0.9.0 release
Size change: -15086 bytes
maildrop-2.8.1-1.fc23
---------------------
* Tue Feb 17 2015 Brian C. Lane <bcl(a)redhat.com> 2.8.1-1
- Update to 2.8.1
- Add courier-unicode requirement
Size change: -217082 bytes
ocaml-json-wheel-1.0.6-20.fc23
------------------------------
* Tue Feb 17 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1.0.6-20
- ocaml-4.02.1 rebuild.
Size change: -1011 bytes
ocaml-ocamlnet-4.0.1-2.fc23
---------------------------
* Wed Feb 18 2015 Richard W.M. Jones <rjones(a)redhat.com> - 4.0.1-2
- Enable more features, readding features disabled in the previous commit.
- Enable PCRE.
- Enable GnuTLS.
- Enable GSSAPI.
- Re-enable Nethttpd.
- Re-add documentation for Netsmtp and Netpop (modules renamed).
- Enable camlzip.
Size change: 676 bytes
ocaml-preludeml-0.1-0.32.20100314.fc23
--------------------------------------
* Tue Feb 17 2015 Richard W.M. Jones <rjones(a)redhat.com> - 0.1-0.32.20100314
- ocaml-4.02.1 rebuild.
Size change: -975 bytes
ocaml-res-4.0.5-6.fc23
----------------------
* Tue Feb 17 2015 Richard W.M. Jones <rjones(a)redhat.com> - 4.0.5-6
- ocaml-4.02.1 rebuild.
Size change: -1038 bytes
ocaml-tplib-1.3-15.fc23
-----------------------
* Wed Feb 18 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1.3-15
- ocaml-4.02.1 rebuild.
Size change: -1005 bytes
ocaml-xmlrpc-light-0.6.1-24.fc23
--------------------------------
* Wed Feb 18 2015 Richard W.M. Jones <rjones(a)redhat.com> - 0.6.1-24
- Bump release and rebuild.
* Wed Feb 18 2015 Richard W.M. Jones <rjones(a)redhat.com> - 0.6.1-23
- Further patching to work with ocamlnet 4.0.
* Tue Feb 17 2015 Richard W.M. Jones <rjones(a)redhat.com> - 0.6.1-22
- ocaml-4.02.1 rebuild.
Size change: 402 bytes
ocaml-yojson-1.1.8-10.fc23
--------------------------
* Tue Feb 17 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1.1.8-10
- ocaml-4.02.1 rebuild.
Size change: -982 bytes
ocaml-zarith-1.3-2.fc23
-----------------------
* Wed Feb 18 2015 Richard W.M. Jones <rjones(a)redhat.com> - 1.3-2
- ocaml-4.02.1 rebuild.
Size change: -1019 bytes
ocserv-0.9.2-1.fc23
-------------------
* Wed Feb 18 2015 Nikos Mavrogiannopoulos <nmav(a)redhat.com> - 0.9.2-1
- new upstream release
- enabled lz4 compression
* Mon Feb 16 2015 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.9.1-2
- aarch64 (and ARMv7) now has seccomp support
* Mon Feb 16 2015 Nikos Mavrogiannopoulos <nmav(a)redhat.com> - 0.9.1-1
- new upstream release
Size change: 10586 bytes
perl-Coro-6.42-1.fc23
---------------------
* Wed Feb 18 2015 Petr Pisar <ppisar(a)redhat.com> - 6.42-1
- 6.42 bump
Size change: -642 bytes
perl-DBD-Pg-3.5.1-1.fc23
------------------------
* Wed Feb 18 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 3.5.1-1
- 3.5.1 bump
* Wed Feb 11 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 3.5.0-1
- 3.5.0 bump
- Remove tests sub-package, tests don't work without Makefile
Size change: 1828 bytes
plasma-workspace-5.2.0-8.fc23
-----------------------------
* Wed Feb 18 2015 Rex Dieter <rdieter(a)fedoraproject.org> - 5.2.0-8
- (Build)Requires: kf5-kglobalaccel(-devel) >= 5.7
- drop ksyncdbusenv.patch workaround
- .spec cosmetics
* Wed Feb 11 2015 Rex Dieter <rdieter(a)fedoraproject.org> 5.2.0-7
- "Could not sync environment to dbus." (startkde) (#1191171)
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.0-6
- Revert the previous change
* Mon Feb 09 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.0-5
- Provides/Obsoletes: kdeclassic-cursor-theme
* Sun Feb 08 2015 Daniel Vrátil <dvratil(a)redhat.com> - 5.2.0-4
- Requires: powerdevil, oxygen-sound-theme
Size change: -258 bytes
python-psutil-2.2.0-1.fc23
--------------------------
* Wed Feb 18 2015 Ralph Bean <rbean(a)redhat.com> - 2.2.0-1
- new version
Size change: -1412 bytes
python-zope-interface-4.1.2-1.fc23
----------------------------------
* Wed Feb 18 2015 Ralph Bean <rbean(a)redhat.com> - 4.1.2-1
- new version
Size change: 57105 bytes
qgis-2.6.1-2.fc23
-----------------
* Thu Feb 19 2015 Dave Johansen <davejohansen(a)gmail.com> 2.6.1-2
- Rebuild for gcc 5.0 C++ ABI change
Size change: -967 bytes
quadrapassel-3.15.90-1.fc23
---------------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90-1
- Update to 3.15.90
Size change: -1014 bytes
resiprocate-1.9.9-14.fc23
-------------------------
* Tue Feb 17 2015 Daniel Pocock <<daniel(a)pocock.pro> - 1.9.8-14
- New upstream release
Size change: 199708 bytes
sssd-1.12.4-1.fc23
------------------
* Wed Feb 18 2015 Lukas Slebodnik <lslebodn(a)redhat.com> - 1.12.4-1
- New upstream release 1.12.4
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.12.4
Size change: 4746 bytes
sudo-1.8.12-1.fc23
------------------
* Wed Feb 18 2015 Daniel Kopecek <dkopecek(a)redhat.com> - 1.8.12
- update to 1.8.12
- fixes CVE-2014-9680
Size change: 89841 bytes
tali-3.15.90-1.fc23
-------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 3.15.90-1
- Update to 3.15.90
Size change: -1322079 bytes
telepathy-gabble-0.18.2-4.fc23
------------------------------
* Wed Feb 18 2015 Slavek Kabrda <bkabrda(a)redhat.com> - 0.18.2-4
- Use /usr/bin/python3 in xmpp console hashbang instead of /usr/bin/python
- Add explicit dependency on gnutls-devel (it was previously dependency
of dependency that disappeared)
Size change: -689 bytes
tigervnc-1.4.2-2.fc23
---------------------
* Wed Feb 18 2015 Rex Dieter <rdieter(a)fedoraproject.org> 1.4.2-2
- rebuild (fltk)
Size change: 108 bytes
weston-1.7.0-1.fc23
-------------------
* Tue Feb 17 2015 Richard Hughes <rhughes(a)redhat.com> - 1.7.0-1
- Update to 1.7.0
Size change: 550607 bytes
yelp-3.15.90-1.fc23
-------------------
* Mon Feb 16 2015 David King <amigadave(a)amigadave.com> - 3.15.90-1
- Update to 3.15.90
- Use license macro for COPYING
Size change: 7513 bytes
Summary:
Added Packages: 8
Removed Packages: 0
Modified Packages: 96
Size of added packages: 47722183 (46 M)
Size change of modified packages: -738376 (-721 k)
Size of removed packages: 0 (0 )
Size change: 46983807 (45 M)
Compose finished at Sat Feb 28 06:28:41 UTC 2015
8 years, 7 months
Fedora-Xfce-armhfp-22-20150227-sda.raw.xz - Cubietruck
by Robert Moskowitz
The change here on my part is using a new installer script I sent to
Paul Whalen, I installed the partitions to a sata hdd and the uboot to a
4Gb mSD card.
I then successfully boot with then and my system is running from the
sata drive.
My script changes may not be the neatest, but they have no impact for
the installer for devices without a sata and no change for any of the
board specific uboot dd scripts.
8 years, 7 months
Wax on... wax off... polishing ARM for Fedora 22
by Peter Robinson
Hi All,
I meant to do something like this in the Fedora 21 cycle but it was
long and winding and for me in a new role as we ran into the end of
the cycle it managed to slip through the cracks.
With Fedora 22 coming into Alpha and in all likely hood we'll have the
4.0 kernel for GA it gives us a decent runway to focus on polish for
both ARMv7 and aarch64 on the runway to F-22 GA.
The idea is for people to pick small items to improve and polish,
these don't have to be large time consuming complicated tasks.
I've got a bunch of ideas that I'm working on and there's 100s of
improvements that can be made whether it be to various components of
devices, testing and improvements to packages or documentation there's
lots that can be done.
So a couple of the idea I'm working on to give you some ideas:
* Wifi/Bluetooth support on the PandaBoard (yes, I've got a fix for
the kernel issues too I'll be pushing RSN once I've cleaned it up).
There's a package if someone would like to review it [1]
* Testing and improving accelerated X as much as possible across as
many platforms as possible. EG fbturbo will help XFCE/Sugar etc on a
number of devices. Package review [2] is a beginning here. LOTs to
come.
So what other ideas are there? Here's some random ideas:
* Documentation
* Create an alsa UCM profile [3] for your device. See the alsa-ucm
package in F-22+ for some examples
* Fix packages for OpenCL to build on ARM*, package the shamrock
OpenCL implementation [4]
* Test and document use of sensors on devices like the BeagleBone
* Test and document the use of Capes/Hats with the new DT Overlays
(awaiting confirmation the configfs bits land in 4.0)
* Testing of media offload engines, packaging of associated tools/libraries.
* Help implement device pages in the wiki [5][6]
* Lots of small kernels bits if you're interested in that :)
NOTE what this _IS_NOT_ is a place for people to dump this wish lists
unless they are actually going to pick up them up and implement :-)
Any queries or if you're looking for some ideas head to #fedora-arm
and ask there. I'm pbrobinson on IRC. Please don't just rock up, ask a
question and leave. We're not all online 24/7 even if we monitor it
:-)
Peter
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1195875
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1197041
[3] http://www.alsa-project.org/main/index.php/Use_Case_Manager
[4] https://git.linaro.org/gpgpu/shamrock.git
[5] http://archlinuxarm.org/platforms/armv7
[6] http://archlinuxarm.org/platforms/armv7/ti/beaglebone-black
8 years, 7 months