diff options
| author | John Klug <john.klug@multitech.com> | 2019-01-24 12:55:58 -0600 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
| commit | 5735c03eae5a3b6a2a6f7aaef3a16561012e4fad (patch) | |
| tree | 5c884b56c778b500d3b764812befb075395c1644 /conf/machine/mtcap.conf | |
| parent | ac4684c54fda431626dcc73dea9a8b1d5e7ffe95 (diff) | |
| download | meta-multitech-5735c03eae5a3b6a2a6f7aaef3a16561012e4fad.tar.gz meta-multitech-5735c03eae5a3b6a2a6f7aaef3a16561012e4fad.tar.bz2 meta-multitech-5735c03eae5a3b6a2a6f7aaef3a16561012e4fad.zip | |
Move rs9113 preferred to 1.6.0, and MTCAP to 4.9 kernel.
Diffstat (limited to 'conf/machine/mtcap.conf')
| -rw-r--r-- | conf/machine/mtcap.conf | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/conf/machine/mtcap.conf b/conf/machine/mtcap.conf index 8928aec..80b5a9a 100644 --- a/conf/machine/mtcap.conf +++ b/conf/machine/mtcap.conf @@ -5,10 +5,10 @@ require conf/machine/include/tune-arm926ejs.inc MACHINE_FEATURES = "ext2 ext3 usbhost usbgadget ppp" -PREFERRED_PROVIDER_virtual/kernel = "linux" -PREFERRED_VERSION_linux = "3.12.%" +PREFERRED_PROVIDER_virtual/kernel = "linux-at91" +PREFERRED_VERSION_linux = "4.9.%" -# No EXAR chip present on an MTR. +# No EXAR chip present on an MTCAP DEFAULTTUNE = "arm926ejs" TUNE_CCARGS = " -march=armv5te -marm -mthumb-interwork -mtune=arm926ej-s" @@ -37,3 +37,9 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" + +PREFERRED_VERSION_rs9113 = '1.6.0' + +PRINC ?= "0" + +PACKAGECONFIG_append_pn-boost = " python" |
