diff options
author | Kai Kang <kai.kang@windriver.com> | 2015-12-03 13:58:25 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:43:22 +0100 |
commit | 0c685fe15cd37e99ea2cb2c73070775608449daa (patch) | |
tree | 98df12a5ac337471487bf74787a0dc6fac029e6c /meta-oe/recipes-devtools/pmtools/pmtools_git.bb | |
parent | 979ad0e64b144087f751f3726d838ec7a3207f48 (diff) | |
download | meta-openembedded-0c685fe15cd37e99ea2cb2c73070775608449daa.tar.gz |
pmtools: support huge ACPI table
For some servers such as Canoe Pass or Thunder Ridge, they have much
more entries in ACPI table, so original 1K buffer is insufficient.
Switch to dynamic buffer for this situation.
Remove 'protocol' field in SRC_URI as well which cause warning:
| WARNING: Failed to fetch URL git://github.com/anyc/pmtools.git;protocol=https,
| attempting MIRRORS if available
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/pmtools/pmtools_git.bb')
-rw-r--r-- | meta-oe/recipes-devtools/pmtools/pmtools_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb index 602da5e20..22ed8e2ff 100644 --- a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb +++ b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb | |||
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | |||
6 | 6 | ||
7 | PV = "20130209+git${SRCPV}" | 7 | PV = "20130209+git${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/anyc/pmtools.git;protocol=https" | 9 | SRC_URI = "git://github.com/anyc/pmtools.git \ |
10 | file://pmtools-switch-to-dynamic-buffer-for-huge-ACPI-table.patch \ | ||
11 | " | ||
10 | SRCREV = "3ebe0e54c54061b4c627236cbe35d820de2e1168" | 12 | SRCREV = "3ebe0e54c54061b4c627236cbe35d820de2e1168" |
11 | 13 | ||
12 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | 14 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" |