diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2016-09-28 16:44:45 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-10-06 05:57:49 +0000 |
| commit | cfebf8586735f4db9c9573c1af9eb1553132c0e8 (patch) | |
| tree | 34951b02cfd35498ed524ed8b286ccd25a63d909 /conf | |
| parent | 173cf50e88d53f9cf81c0ac5f2f186834ca3b81f (diff) | |
| download | meta-boot2qt-cfebf8586735f4db9c9573c1af9eb1553132c0e8.tar.gz | |
tegra: update recipes to work with krogoth
Extra patch needed for linux libc headers to get systemd to build.
../git/src/basic/btrfs-util.c:1122:23: error: 'BTRFS_IOC_QUOTA_RESCAN_WAIT'
undeclared (first use in this function)
Change-Id: Ic4706679cef9b9eef7a333c7a7c3985104be6012
Reviewed-by: Risto Avila <risto.avila@qt.io>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/distro/include/nvidia-logan.conf | 3 | ||||
| -rw-r--r-- | conf/distro/include/tegra-t18x.conf | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/include/nvidia-logan.conf b/conf/distro/include/nvidia-logan.conf index 23c84c6..0dc1d84 100644 --- a/conf/distro/include/nvidia-logan.conf +++ b/conf/distro/include/nvidia-logan.conf | |||
| @@ -60,6 +60,7 @@ BBMASK += "\ | |||
| 60 | meta-vib3/recipes-core/systemd \ | 60 | meta-vib3/recipes-core/systemd \ |
| 61 | meta-vib3/recipes-connectivity \ | 61 | meta-vib3/recipes-connectivity \ |
| 62 | meta-vib3/recipes-multimedia/pulseaudio \ | 62 | meta-vib3/recipes-multimedia/pulseaudio \ |
| 63 | meta-vib3/recipes-core/meta/external-tegra-toolchain.bb \ | 63 | meta-vib3/recipes-core/meta \ |
| 64 | meta-vib3/recipes-core/packagegroups \ | 64 | meta-vib3/recipes-core/packagegroups \ |
| 65 | meta-vib3/recipes-devtools/gcc \ | ||
| 65 | " | 66 | " |
diff --git a/conf/distro/include/tegra-t18x.conf b/conf/distro/include/tegra-t18x.conf index 189c4c9..515eb8d 100644 --- a/conf/distro/include/tegra-t18x.conf +++ b/conf/distro/include/tegra-t18x.conf | |||
| @@ -22,6 +22,8 @@ | |||
| 22 | 22 | ||
| 23 | include conf/distro/include/tegra.inc | 23 | include conf/distro/include/tegra.inc |
| 24 | 24 | ||
| 25 | OLDEST_KERNEL_aarch64 = "3.18" | ||
| 26 | |||
| 25 | TARGET_CFLAGS += " -DWIN_INTERFACE_CUSTOM" | 27 | TARGET_CFLAGS += " -DWIN_INTERFACE_CUSTOM" |
| 26 | DISTRO_FEATURES_DEFAULT += "wayland" | 28 | DISTRO_FEATURES_DEFAULT += "wayland" |
| 27 | 29 | ||
