diff options
author | Jeff Hatch <jhatch@multitech.com> | 2017-05-25 10:39:19 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-09 09:09:19 -0500 |
commit | e8492ba06b21093b0fdb666a201c7300e1f31f1e (patch) | |
tree | dae72962c5f01e026e4b168f168489fa9800444a /conf/machine/mtcdt.conf | |
parent | 94c5282246326bff690f6311c03ed53015eda4a4 (diff) | |
download | meta-multitech-e8492ba06b21093b0fdb666a201c7300e1f31f1e.tar.gz meta-multitech-e8492ba06b21093b0fdb666a201c7300e1f31f1e.tar.bz2 meta-multitech-e8492ba06b21093b0fdb666a201c7300e1f31f1e.zip |
Add PRINC and boost-python stuff to mtcdt.conf for now. Hopefully can find a way to put these in local.conf or something
Diffstat (limited to 'conf/machine/mtcdt.conf')
-rw-r--r-- | conf/machine/mtcdt.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/mtcdt.conf b/conf/machine/mtcdt.conf index c966d9f..83a47a4 100644 --- a/conf/machine/mtcdt.conf +++ b/conf/machine/mtcdt.conf @@ -40,3 +40,7 @@ UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" PREFERRED_VERSION_rs9113 = '1.5.0' + +PRINC ?= "0" + +PACKAGECONFIG_append_pn-boost = " python" |