Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* xo4: temporary hack to use less memory in runin (#12285)Daniel Drake2012-11-141-0/+3
| | | | | wad requests the next build reserve 400mb instead of 200mb of RAM as part of #12285 diagnosis. Hack this in place for now.
* Revert "base: temporarily don't remove unzipped boot files (#12129)"Daniel Drake2012-11-131-3/+3
| | | | | | | | This reverts commit e41aaec60d874cbd32ab4a4f39891ae4c18b37b7. The firmware bug behind this commit has been solved a while ago. It is not present in A2 firmware releases, but enough time has passed now that everyone has a B1.
* base: add ModemManager (#12248)Daniel Drake2012-11-081-0/+1
| | | | | This is no longer pulled in by default, and is needed for 3G modem support.
* bluetooth: disable service autostartDaniel Drake2012-11-081-0/+3
| | | | | | The bluetooth service starts by default, but you don't need the service just to do a bluetooth scan, which is what we believe the factory wants to do.
* Add bluetooth module, enable on XO-4Daniel Drake2012-11-062-0/+6
| | | | | | | | For XO-4 production, a method to run a simple bluetooth test is needed. Add the bluez package so that it can be tested from the command line. This does bring in an irritating collection of desktop packages and depdendencies too, which we're not really supporting just yet.
* base: update for systemd-195 sysconfig changesDaniel Drake2012-10-291-16/+2
| | | | | | | | | See http://lists.fedoraproject.org/pipermail/test/2012-October/111230.html Accompanied by a change to olpc-configure. Thanks to Sam Greenfeld for pointing this out.
* base: add rsyslog packageDaniel Drake2012-10-291-0/+1
| | | | It's not included in default dependency chains any more.
* adobe_flash: support installing from bare .so fileDaniel Drake2012-10-169-21/+67
| | | | | Adobe Flash may be available on ARM as a bare libflashplayer.so file. Support installation of this format via the adobe_flash module.
* sugar_activity_group: break down an unwieldy loopMartin Langhoff2012-10-141-51/+55
| | | | | | | Break out of the loop once we find the first good group URL. Removes indenting, puts the "break" in a more natural place and allows error handling.
* osk: add languages configuration option (#12166)Daniel Drake2012-10-142-0/+28
|
* sugar: reinstate sugar-update-controlDaniel Drake2012-10-131-1/+1
| | | | This has now been ported to GTK3.
* Rename touchscreen module to oskDaniel Drake2012-10-123-2/+1
| | | | | | osk (on-screen keyboard) is a better name for this module: touch support will be shipped on all platforms, this module is only really for the keyboard addition, and will soon be growing OSK-specific configuration.
* sugar: remove pyabiwordDaniel Drake2012-10-121-1/+0
| | | | We now use libabiword introspection.
* sugar: Remove keyboard and software update control panelsDaniel Drake2012-10-101-4/+6
| | | | | | | | The keyboard control panel has been removed from the last few releases since its buggy and doesn't suit the OLPC user-base well. The software update is replaced with our own updater component, to be reinstated soon.
* Revert "Remove totem (#11963)"Daniel Drake2012-10-052-0/+3
| | | | | | This reverts commit c68dcf2b8ca9816d2aa92306b6bbe23e6c15eeda. gst-browser-plugin was not ready in time for this release; reinstate totem once more.
* we stiil need gst 0.10 for Record for the time beingPeter Robinson2012-10-051-0/+1
|
* -extras isn't actually needed for Jukebox as originally reportedPeter Robinson2012-10-051-2/+0
|
* gstreamer1 updatesPeter Robinson2012-10-051-3/+3
|
* include all sugar control-panel sub packagesPeter Robinson2012-10-041-0/+6
|
* Use arch-aware exclude list for yumcfg tooDaniel Drake2012-10-023-17/+10
| | | | | Use arch considerations in yumcfg like the repos module. This involved promoting fedora_arch to be a global option.
* Generate firmware zip files with model-suffixed names (#12129)Daniel Drake2012-10-025-17/+54
| | | | | | | | | The XO-4 at the present time requires model-suffixes zip file names e.g. runos4.zip. This also seems to make sense in the general case, and is implemented here as being fully backwards-compatible with firmware that don't support it.
* touchscreen: add Maliit GTK2/GTK3 framework packages (#12082)Daniel Drake2012-10-011-0/+2
|
* Move laptop_model_number into shared directoryDaniel Drake2012-09-294-4/+4
| | | | | | | And add API to make this contract stronger. Some chrooted kspost scripts are now interested in knowing the laptop model number.
* Create build_shared directory earlyDaniel Drake2012-09-291-5/+3
| | | | | Promote the shared directory to a core directory and create it early, meaning that it can be used from all stages, including prepare.
* base: temporarily don't remove unzipped boot files (#12129)Daniel Drake2012-09-281-3/+3
| | | | | | The XO-4 has some problems and unresolved questions around booting from zip files. Leave the unzipped boot files in place until that is resolved.
* base: enable runin-check by default (#12116)Daniel Drake2012-09-271-1/+1
|
* Add touchscreen moduleDaniel Drake2012-09-272-0/+3
| | | | | Enable it on XO-4, and also XO-1.75 until the early touchscreen prototypes have been phased out.
* Add XO-4 supportDaniel Drake2012-09-274-0/+21
|
* Specify platform-specific wireless firmwareDaniel Drake2012-09-263-0/+3
| | | | This is no longer a dependency of the kernel package.
* sugar: Add python-cjson packageDaniel Drake2012-09-241-0/+1
| | | | | | This package was previously pulled in via sugar-* deps, but not any more. However, some activities still use it, as stated in the sugar-devel mail: Port all activities from cjson to json
* sd_card_image: work around occasional failure to probe loop partitionsDaniel Drake2012-09-181-0/+10
| | | | | | | | On some systems, we seem particularly prone to a race condition where losetup cannot probe loop partitions because udev is probing the newly appeared loop device. Add a repeated fallback to partx to work around this situation.
* Always ship kernel/initramfs in zip filesDaniel Drake2012-09-174-51/+73
| | | | | | | | | | | | | We now ship the kernel/initramfs in zip files only. This reduces duplication for when images get signed, and it allows us to ship a simplified olpc.fth. This implements the plan here: http://lists.laptop.org/pipermail/devel/2012-March/034439.html This didn't work on first attempt because we hit a firmware bug on XO-1.75 (#12107). Now that we have a fix, and a workaround for old firmware versions, give this change another spin.
* Revert "Always ship kernel/initramfs in zip files"Daniel Drake2012-09-134-73/+51
| | | | | This reverts commit 41b5c8982e70ea61fde8aac6d2ed4bbe90458dc0. It breaks boot on XO-1.75; the kernel boots but can't find dtree/atb.
* xo1_75: restore dove X driver (#12054)Daniel Drake2012-09-132-57/+1
|
* xo1_5: restore chrome X driver (#12053)Daniel Drake2012-09-132-136/+1
|
* oats_cfg: add option to ignore signaturesDaniel Drake2012-09-122-1/+9
|
* base: allow overriding of default keyboard/language (#6689)Daniel Drake2012-09-122-0/+45
| | | | | | | | | We have found cases where deployments want to override what is set in manufacturing data and provide their own keyboard/language defaults. Hook up with olpc-configure's new scheme for overriding defaults here.
* xo1_75: remove ntfs-3g hackDaniel Drake2012-09-111-3/+0
| | | | This package is now pulled in via regular dependencies of ntfsprogs.
* Update for olpc-firmware package rename (#12099)Daniel Drake2012-09-114-1/+5
| | | | | olpc-firmware is being renamed to olpc-firmware-qX for different machine types.
* xo1: remove old hacksDaniel Drake2012-09-101-9/+0
|
* base: remove xorg-x11-drv-displaylinkDaniel Drake2012-09-101-1/+0
| | | | | This package has been removed from Fedora since it is broken and dead upstream.
* Always ship kernel/initramfs in zip filesDaniel Drake2012-09-104-51/+73
| | | | | | | | | We now ship the kernel/initramfs in zip files only. This reduces duplication for when images get signed, and it allows us to ship a simplified olpc.fth. This implements the plan here: http://lists.laptop.org/pipermail/devel/2012-March/034439.html
* x11: switch to full DejaVu fonts for more glyph coverage (#12086)Daniel Drake2012-09-101-3/+3
|
* base: fix quoting of plymouthd arguments (#12042)Daniel Drake2012-09-041-3/+3
| | | | | We got bitten by some strange systemd behaviour with quoting. http://lists.freedesktop.org/archives/systemd-devel/2012-September/006447.html
* base: don't strip kernel modulesDaniel Drake2012-08-291-1/+1
| | | | | | | | | | | It looks like the strip invocation used here strips all symbols, even when you ask for it to strip a specific section. Exclude kernel modules from this so that they can still be loaded. Hopefully this will be the last oddity caused by minidebuginfo-stripping. If it causes much more trouble we should consider not doing this strip at all.
* base: strip minidebuginfoDaniel Drake2012-08-211-0/+5
| | | | | | | Based on the code from notting on https://fedorahosted.org/fesco/ticket/868 Avoids a 15mb (compressed size) growth of XO-1.5 build.
* sugar_activity_group: add support for cacheonlyMartin Langhoff2012-08-201-10/+36
| | | | | To sidestep messing with bitfrost, we cache the parsed microformat using pickle.
* sugarlabs_activities: add cacheonly supportMartin Langhoff2012-08-201-7/+20
|
* sugar_activities_extra: add cacheonly supportMartin Langhoff2012-08-201-1/+2
|
* repos, yumcfg: use cachedurlopen()Martin Langhoff2012-08-202-4/+2
|