diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2018-04-23 15:49:13 +0200 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2018-04-24 07:26:06 +0000 |
| commit | 158acf1790422c1eea338b4329884e96359fb2bc (patch) | |
| tree | 920daace1f9da3f3f3ab48b12931fe8ef1653c6d | |
| parent | 874e9779c6638db72bf23be495ab830e2a5b63fe (diff) | |
| download | meta-boot2qt-158acf1790422c1eea338b4329884e96359fb2bc.tar.gz | |
Enable uprobes for the emulator
Task-number: QTBUG-67891
Change-Id: I5297433edbfec07ad30adf58e13cbdb7a8a1f3ef
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| -rw-r--r-- | meta-boot2qt-distro/recipes-kernel/linux/linux-yocto/uprobe_event.cfg | 1 | ||||
| -rw-r--r-- | meta-boot2qt-distro/recipes-kernel/linux/linux-yocto_4.%.bbappend | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-boot2qt-distro/recipes-kernel/linux/linux-yocto/uprobe_event.cfg b/meta-boot2qt-distro/recipes-kernel/linux/linux-yocto/uprobe_event.cfg new file mode 100644 index 0000000..aba82da --- /dev/null +++ b/meta-boot2qt-distro/recipes-kernel/linux/linux-yocto/uprobe_event.cfg | |||
| @@ -0,0 +1 @@ | |||
| CONFIG_UPROBE_EVENT=y | |||
diff --git a/meta-boot2qt-distro/recipes-kernel/linux/linux-yocto_4.%.bbappend b/meta-boot2qt-distro/recipes-kernel/linux/linux-yocto_4.%.bbappend index 3687f9b..5367bad 100644 --- a/meta-boot2qt-distro/recipes-kernel/linux/linux-yocto_4.%.bbappend +++ b/meta-boot2qt-distro/recipes-kernel/linux/linux-yocto_4.%.bbappend | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 30 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 31 | SRC_URI += "\ | 31 | SRC_URI += "\ |
| 32 | file://snd_intel8x0.cfg \ | 32 | file://snd_intel8x0.cfg \ |
| 33 | file://uprobe_event.cfg \ | ||
| 33 | " | 34 | " |
| 34 | 35 | ||
| 35 | KMACHINE_emulator = "qemux86" | 36 | KMACHINE_emulator = "qemux86" |
