diff options
author | Mihail Grigorov <michael.grigorov@konsulko.com> | 2017-10-13 10:52:44 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-14 13:51:29 +0000 |
commit | d9b0202fb41caa4de39feaa7a8f9f5abd627d735 (patch) | |
tree | 33daec7ebebf53ca94da8b108bb604fe6692d3df /meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/linux-boundary_4.1.15.bbappend | |
parent | fc52632489b3177b3e6f6a3e81d7995abef96f7e (diff) |
meta-agl-bsp: imx6: Add new defconfig for the linux-boundary kernel
The default configuration for the linux-boundary kernel uses AppArmor,
but we want to use Smack.
* Switch from using AppArmor to Smack
* Enable CONFIG_HID_MULTITOUCH
Bug-AGL: SPEC-905
Change-Id: Idfcad0ea4c242c30df97407a31661e02df710b2e
Signed-off-by: Mihail Grigorov <michael.grigorov@konsulko.com>
Signed-off-by: Georgi Vlaev <georgi.vlaev@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11311
Reviewed-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Thomas Rini <trini@konsulko.com>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: Matt Porter <mporter@konsulko.com>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/linux-boundary_4.1.15.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/linux-boundary_4.1.15.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/linux-boundary_4.1.15.bbappend b/meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/linux-boundary_4.1.15.bbappend new file mode 100644 index 000000000..41e593633 --- /dev/null +++ b/meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/linux-boundary_4.1.15.bbappend @@ -0,0 +1,4 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-boundary-4.1.15:" +SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \ + file://defconfig \ +" |