Move the kernel sharing variable into a common config file
BugzID: 75223
This commit is contained in:
parent
17fae35e5e
commit
17f6ca3268
|
|
@ -0,0 +1,2 @@
|
|||
STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${TUNE_PKGARCH}/kernel-source"
|
||||
STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${TUNE_PKGARCH}/kernel-build-artifacts"
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
SOC_FAMILY = "ti33x"
|
||||
require conf/machine/include/soc-family.inc
|
||||
require netmodule-hardware.inc
|
||||
|
||||
DEFAULTTUNE ?= "cortexa8thf-neon"
|
||||
require conf/machine/include/tune-cortexa8.inc
|
||||
|
|
@ -50,8 +51,6 @@ MACHINEOVERRIDES =. "${NM_TARGET}:"
|
|||
# We have one kernel for all TI machines
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
KERNEL_DEFCONFIG = "am335x-netmodule_defconfig"
|
||||
STAGING_KERNEL_DIR = "${TMPDIR}/work-shared/${TUNE_PKGARCH}/kernel-source"
|
||||
STAGING_KERNEL_BUILDDIR = "${TMPDIR}/work-shared/${TUNE_PKGARCH}/kernel-build-artifacts"
|
||||
|
||||
# We need to specify all devicetrees here in order to build them with the kernel
|
||||
HW16_DT = "am335x-nrhw16.dtb \
|
||||
|
|
|
|||
Loading…
Reference in New Issue