Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Two last minute fixes: Default Product/Vendor ID for USB peripheral
in U-Boot and fix for the USB peripheral RNDIS freeze.
|
|
Support IT variants in burnflash script "create_configblock.sh".
|
|
|
|
|
|
To use the kernel interfaces required for mcc-pingpong we need the
kernel headers of the actual kernel. Alter CFLAGS to add the kernel
headers to the include path.
|
|
If the rootfs in early init is read-only /etc/machine-id is in a tempfs.
systemd-machine-id-commit can be used to migrate to the 'real' rootfs.
The command is run in the installers postinst and thus needs no further
activation.
|
|
|
|
- Reduces the rootfs partition size to 3500MB to fit into all modules
- Add sanity checks for existens of some programms and files
|
|
- Reduces the rootfs partition size to 3500MB to fit into all modules
- Add sanity checks for existens of some programms and files
|
|
This kernel can be used on latest Apalis T30 V1.1A hardware with
Toshiba eMMC and optional UHS SD cards in MMC slot.
|
|
Integrate L4T R16.5 for T20 currently exclusively distributed via
NVIDIA's partner portal. Should supposedly fix some memory leaks in
gstreamer resp. its OpenMAX wrapper thereof.
|
|
In order to make the MCC kernel module working with our newer kernel
some changes had been made on the MCC kernel module. The changes
are available on the Toradex Github account. Get the MCC kernel
module sources from Github.
|
|
This avoids fsck execution.
systemd-fsck[169]: arm: Superblock last write time (Tue Dec 16 15:46:16 2014,
systemd-fsck[169]: now = Mon Nov 17 11:08:57 2014) is in the future.
Depending on the system we might not have a sensible time. On top of that, during
first boot we compare the fs creation time of the PC with the intial embedded
time which very likely triggers the fsck.
|
|
Switch default kernel recipe to linux-toradex-vf which will build
a kernel based on the toradex 3.18-next branch.
|
|
|
|
|
|
Update to a U-Boot and Kernel which can be used for Apalis iMX6
HW version V1.0 and V1.1.
Also deploy additional device tree for Apalis iMX6 V1.0 modules
|
|
xdg-utils pulls in at least part of the X server.
|
|
|
|
|
|
while at it remove the xserver-xorg.inc file in favour of the identical
inc file in the openembedded-core layer.
|
|
Upgrading to 1.14.7 fixes the broken X server rotation issue seen on
Apalis/Colibri T20/T30 as noted on our developer website:
http://developer.toradex.com/software-resources/arm-family/linux/linux/
release-details?view=all&issue=9562
|
|
This is an upgrade from the former 1.14.4 recipe as found here:
http://cgit.openembedded.org/openembedded-core/tree/meta/
recipes-graphics/xorg-xserver?id=
b8feee3cf21f70ba4ec3b822d2f596d4fc02a292
|
|
Add update of single component U-Boot/Kernel/FDT
Remove unavailable interfaces from the list of notworking
Add correct git tag
|
|
While at it remove supperseeded release note
|
|
Add inital release notes for Colibri iMX6
Fix Colibri T30, EvalBoard MMC connector designator
|
|
Workaround for resize script
|
|
Due to the move to systemd, all init scripts located under /etc/init.d
get deleted by the inherited systemd recipes (systemd.inc). Since we
don't use the script as a system V init script, we can move the script
to /usr/bin.
|
|
Since we explicitly ask to build Qt for OpenGL ES2, we should also
make OpenGL ES2 as a explicit dependency.
|
|
|
|
|
|
Integrate L4T R16.5 currently exclusively distributed via NVIDIA's
partner portal and for T30 only. Should supposedly fix some memory
leaks in gstreamer resp. its OpenMAX wrapper thereof.
While at it:
- Unpack OpenMAX IL headers with overwrite option
- Cleanup recipe and delete unused files
|
|
|
|
Disable USB RNDIS systemd service for now due to possible race upon
first boot:
[ OK ] Started Load/Configure the kernel driver providing the RNDIS
gadget.
=> system hang
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPIOconfig tool
|
|
|
|
Add recipe to build mainline kernel. Currently, the 3.17 next branch will
be built. To use this kernel, add this lines to your local.conf
PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex"
IMAGE_INSTALL_append = "kernel-devicetree"
KERNEL_DEVICETREE += "vf500-colibri-eval-v3.dtb vf610-colibri-eval-v3.dtb"
Also, the multi-core communication packages (mqxboot, libmcc, mcc-pingpong
and kernel-module-mcc) need to be removed from recipes/images/trdx-extra.inc
since the required kernel interfaces are not available on the 3.17 mainline
port.
|
|
|
|
Got the U-Boot stuff mixed up.
|
|
|
|
This is also done by the session manager effectively starting the
autostart items twice.
|