summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-12systemd: fix DHCP on link state changeStefan Agner
When the link goes down, the DHCP service has been disabled, while there is no corresponding functionality which enables the service when the link goes up again. This fix is taken from systemd 217.
2015-05-12linux-toradex-fsl_git.bb: remove 3.0.15 Vybrid KernelMax Krummenacher
This removes the 3.0.15 based Kernel for Colibri VFxx. Since some time now we use a more recent Kernel provided from the linux-toradex-vf_3.18.bb recipe.
2015-05-12apalis/colibri_t20/t30: integrate latest stuffMarcel Ziswiler
2015-05-12base-files: resize console automatic upon loginStefan Agner
Use the resize command to set the size of the terminal once upon login. This is useful for serial console, where the default Unix signal which takes care of resizing the console (SIGWINCH) is not available.
2015-05-12base-files: consolidate fstab/profileStefan Agner
There are no more differences in fstab between machines, hence use the same common file. The default profile has some differences, however we can seperate them out and create a file which will be installed in profile.d. missing
2015-05-12connman: blacklist USB gadget devicesStefan Agner
Connman gained support for USB gadget. The typical usecase is to use USB gadget for tethering. In this use case the module would be the device sharing the connection to the USB host connected to the module. However, our typical use case in mind for RNDIS is a simple ethernet connection between a development host and the module, hence no need for tethering/routing. This however is not easily doable with connman, since connman tries to have one connection online only. When enabling USB gadget as a normal ethernet device, this typically leads to classic ethernet not being configured since the USB RNDIS connection is already up and running. By blacklisting USB gadget, connman won't touch the device and we can use other means of bringing up the network interface.
2015-05-12local.conf: update PREFERRED_PROVIDER for libcStefan Agner
eglibc has been superseded by glibc. Update the PREFERRED_PROVIDER to use set the preferred provider of glibc.
2015-05-12busybox: enable resize commandStefan Agner
This enables the resize command in Busybox. The command is useful when using the serial console and a non-standard terminal sizes.
2015-05-12angstrom-lxde-image: deploy tegrastats-gtkMax Krummenacher
2015-05-12update.sh: t30: deploy device-tree optionallyMax Krummenacher
Unifing with imx6 update script pulled in a test that a device-tree must be deployed. Apalis/Colibri T30 use a not device-tree enabled Kernel. So remove the check that the device-tree actually exists.
2015-05-12busybox: remove busybox syslog from RRECOMMENDSMax Krummenacher
we don't want busybox syslog as we use the functionality of journalctl
2015-05-12trdx-image-fstype: implement migration to V2.4Stefan Agner
The migration to BSP V2.4 is somewhat more complex due to ECC level change. The scripts detect whether we are on a new or old module by checking the NAND driver type (which probably reflects best which ECC level has been used). In case the NAND driver has the old name (fsl_nfc), then the script assumes that migration is required: The migration script runs in two stages: - The first part updates U-Boot, erases the root file system and loads the config block into memory (upgrade_part1). - After reboot, the second stage runs with the new U-Boot version. The script update the boot configuration block (BCB), restores the config block from memory and U-Boot is written again using the new ECC level. Then, the script erases the UBI partition (which contains the root filesystem) and recreates it using the new ECC level too (upgrade_part2). Since we keep the config block temporarly in RAM, the whole update process should not be interrupted! In case it did, the new U-Boot version is able to restore the configuration block from command line. In contrast to older update scripts, the standard upgrade procedure does not erase the whole UBI partition anymore. This makes sure that wear-leveling information can be preserved.
2015-05-12images: remove mime-support, udev-hwdb and cpufrequtils for VybridStefan Agner
Those packages are not required or not absolutely necessary, hence remove them for the Vybrid image to loose space constraints on Colibri VF50 somewhat.
2015-05-12images: remove NTP in favor of systemd-timesyncdStefan Agner
In contrast to the full NTP implementation systemd-timesyncd only supports the client side of the NTP protocol. In return, the systemd implementation is ~250kBytes smaller. Since most embedded devices require client side only, use systemd's timesyncd.
2015-05-12trdx-image-fstype: T30, iMX6: remove default target dirMax Krummenacher
Make the option -o mandatary, used to default to /media/KERNEL While at it synchronize the files again.
2015-05-12trdx-image-fstype: sync Vybrid flash scriptsMax Krummenacher
Update to latest version (SVN r671) of burnflash.
2015-05-12trdx-image-fstype: sync Vybrid flash scriptsStefan Agner
Update to latest version (r663) of Vybrid flash scripts.
2015-05-12bblayers: add meta-python which is required for dizzy nowMax Krummenacher
2015-05-12unclutter: change license string to known "PD"Max Krummenacher
PublicDomain is not known to OE
2015-05-12trdx-oak-sensors: change license string to known "PD"Max Krummenacher
PublicDomain is not known to OE
2015-05-12midori.bbappend: move version to % placeholderMax Krummenacher
2015-05-12trdx-image-fstype: pull out common filesMax Krummenacher
Pull out common files of the module specific trees into the common library directory and symlink the files.
2015-05-12trdx-image-fstype: drop tarball in favour of filesMax Krummenacher
Drop the burnflash.tar.bz2 tarball and put the individual files under version control. Only create minimal set for colibri-t20 for now and move it with the change to tegra-uboot-flasher.
2015-05-12opencv: add patches for libav 10.x APIMax Krummenacher
2015-05-12graphviz: update to 2.38, not workingMax Krummenacher
Neiter graphviz_2.32.0.bb graphviz_2.38.0.bb work with dizzy. Uses python directory from build host.
2015-05-12recipes: replace short DESCRIPTION with SUMMARYMax Krummenacher
The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY.
2015-05-12recipes: don't use ${PN} as a recipe name placeholderMax Krummenacher
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
2015-05-12imlib2: remove bbappend, fixed in bbMax Krummenacher
2015-05-12lxde-common: use generic panel-buttons.patchMax Krummenacher
There is no difference between iMX6 / Tegra based modules
2015-05-12lxde-common: remove screenlock from panelMax Krummenacher
2015-05-12lxde-common: move version to % placeholderMax Krummenacher
remove consistent_defconfig_dirs.patch as it is no longer needed starting with 0.5.6 consistent_defconfig_dirs.patch is no longer needed. change bbappend to contain % instead of the version
2015-05-12lx.inc: cleanup with meta-lxde packagegroupMax Krummenacher
Add the lxde components with meta-lxde packagegroups and the window and display manager here.
2015-05-12lx.inc: remove packages pulled from packagegroupMax Krummenacher
Don't explicitely add packages already added by the lxde package group.
2015-05-12i2ctools: don't install the perlscript and perlMax Krummenacher
Mechanism changed to what the bb file now offers.
2015-05-12icu: upgrade reduced icu data to version 53Max Krummenacher
While at it move version to % placeholder and use wildcards in receipe icu: use wildcard to be independent of version
2015-05-12Apalis/Colibri iMX6 build kernel uImageMax Krummenacher
The default changed to zImage so explicit set uImage for now. While at it cleanup the recipe, remove pci from Colibri machine features.
2015-05-12local.conf: update the distro version to its dizzy valueMax Krummenacher
2015-03-31images: change to V2.4Max Krummenacher
2015-03-31gvfs: remove samba from PACKAGECONFIGMax Krummenacher
compiling gvfs with samba support in dizzy does not only pull in smbclient but the full samba package, i.e. 50MB+.
2015-03-31gnutls: remove bbappendMax Krummenacher
gnutls recipe now detects pthread in configure task correctly.
2015-03-31images: use changed gdb-cross package nameMax Krummenacher
2015-03-31images: use packagegroup instead of taskMax Krummenacher
2015-03-31giblib: use autotools-brokensepMax Krummenacher
2015-03-31dropbear: remove unused bbappendMax Krummenacher
2015-03-31qt4: replace version with % wildcardMax Krummenacher
While at it replace Tegra machines with SOC family Conflicts: recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend
2015-03-31FILESEXTRAPATHS_prepend: add proper list separatorMax Krummenacher
2015-03-31lxde-icon-theme: move version to % placeholderMax Krummenacher
2015-03-25Update release notesMarcel Ziswiler
2015-03-19colibri-vf: update to top of -next branchStefan Agner
Update to top of -next branch which also includes FEC unbind fixes.
2015-03-10usb-rndis: fix various issues with dhcpd service for RNDISMax Krummenacher
- Make sure leases file is not persistent (in /var/run now) This allows to serve the same IP to the generated (and hence different IP addresses) - Start RNDIS service after the network.target - Tegra: Add extra service for udhcpd. When running dhcpd directly from udev, the daemon will be killed after a while