diff options
author | Kalle Viironen <kalle.viironen@digia.com> | 2014-05-26 13:54:08 +0300 |
---|---|---|
committer | Kalle Viironen <kalle.viironen@digia.com> | 2014-05-26 13:54:14 +0300 |
commit | 24cb0946765e299d4553ab5fa2a37afcac1ea242 (patch) | |
tree | 059b678bd52fb3c49841f585054517673ce4e288 /conf/distro/include/nitrogen6x.conf | |
parent | bfb97bc3cc517c42647f5f8b1308bb7b1f4c76f1 (diff) | |
parent | 2ab3d7fc456ece32ab23e1909ea0d865955f29d9 (diff) | |
download | meta-boot2qt-QtEE_v3.0.0.tar.gz |
Merge branch 'stable' into releaseQtEE_v3.0.0
* stable: (25 commits)
blacklist evbug kernel module
ca-certificates: enable c_rehash in update-ca-certificates
openssl: make sure c_rehash is included in the image
emulator: include mesa back to the image
mesa: include gles development files in sdk
sabre: updated kernel arguments
imx6: kernel update for nitrogen6x
mesa: remove from emulator image
Include support for Freescale SABRE SD (iMX6Q)
sabresd: add function fs support to sabresd kernel
gstreamer: include icydemuxer needed for internet radios
libsdl: disable dependency to libglu
linux-yocto: upstream version has changed
wpa-supplicant: upstream version has changed
gpu-viv-bin-mx6q: upstream version has changed
busybox: upstream version has changed
nitrogen6x: use preferred version for kernel
libgles: inhibit QA error for files already being stripped
Update used branch to daisy
Move to version 1.6
...
Change-Id: Ie81ed17be1096dbb37b1e5f023aa4eba846ca0fe
Diffstat (limited to 'conf/distro/include/nitrogen6x.conf')
-rw-r--r-- | conf/distro/include/nitrogen6x.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/include/nitrogen6x.conf b/conf/distro/include/nitrogen6x.conf index 2a64026..8066936 100644 --- a/conf/distro/include/nitrogen6x.conf +++ b/conf/distro/include/nitrogen6x.conf | |||
@@ -24,6 +24,9 @@ IMAGE_FSTYPES = "tar.gz" | |||
24 | 24 | ||
25 | BOOTFS_CONTENT = "\ | 25 | BOOTFS_CONTENT = "\ |
26 | ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ | 26 | ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ |
27 | ${KERNEL_IMAGETYPE}-imx6q-${MACHINE}.dtb:imx6q-${MACHINE}.dtb \ | ||
28 | ${KERNEL_IMAGETYPE}-imx6dl-${MACHINE}.dtb:imx6dl-${MACHINE}.dtb \ | ||
29 | ${KERNEL_IMAGETYPE}-imx6q-sabrelite.dtb:imx6q-sabrelite.dtb \ | ||
27 | 6x_bootscript-${MACHINE}:6x_bootscript \ | 30 | 6x_bootscript-${MACHINE}:6x_bootscript \ |
28 | 6x_upgrade-${MACHINE}:6x_upgrade \ | 31 | 6x_upgrade-${MACHINE}:6x_upgrade \ |
29 | " | 32 | " |
@@ -31,6 +34,8 @@ BOOTFS_DEPENDS = "u-boot:do_deploy virtual/kernel:do_deploy u-boot-script-bounda | |||
31 | 34 | ||
32 | EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" | 35 | EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" |
33 | 36 | ||
37 | PREFERRED_VERSION_linux-boundary = "3.10.17" | ||
38 | |||
34 | MACHINE_EXTRA_INSTALL = "\ | 39 | MACHINE_EXTRA_INSTALL = "\ |
35 | libgal-mx6 \ | 40 | libgal-mx6 \ |
36 | libegl-mx6 \ | 41 | libegl-mx6 \ |