| Submitter | Maxin B. John |
|---|---|
| Date | March 18, 2013, 12:26 p.m. |
| Message ID | <1363609608-11554-6-git-send-email-maxin.john@enea.com> |
| Download | mbox | patch |
| Permalink | /patch/46381/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb b/meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb index 1be0fc1..700c4c5 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb @@ -22,8 +22,3 @@ export KERNEL_SRC="${STAGING_KERNEL_DIR}" S = "${WORKDIR}/git" - -# Due to liburcu not building for MIPS currently this recipe needs to -# be limited also. -# So here let us first suppport x86/arm/powerpc platforms now. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'