blob: b18aaa9ac7473960560931bfcba4200787d611ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# When mickeyl decides to check in the correct make.patch, then the following line can be removed.
DEFAULT_PREFERENCE = "-1"
PARALLEL_MAKE = ""
include unionfs-modules.inc
KERNEL_MAJMIN = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')[:3]}"
do_compile() {
oe_runmake unionfs${KERNEL_MAJMIN}
}
|