diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-17 16:21:09 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-17 16:21:09 +0200 |
commit | 701c3abc90d0cc32687555088171265cc372635a (patch) | |
tree | 8351530bc7be50787686e77f0aff329e9e3c1720 /conf | |
parent | ed62a153d60ff32f303470eccc9482a23b005b14 (diff) | |
download | meta-ti-701c3abc90d0cc32687555088171265cc372635a.tar.gz |
beaglebone: use proper SOC_FAMILY
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/beaglebone.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index 77d92a77..56a3948a 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf | |||
@@ -10,7 +10,7 @@ XSERVER = "xserver-xorg \ | |||
10 | # Only has DVI connector for external screen | 10 | # Only has DVI connector for external screen |
11 | GUI_MACHINE_CLASS = "bigscreen" | 11 | GUI_MACHINE_CLASS = "bigscreen" |
12 | 12 | ||
13 | require conf/machine/include/omap3.inc | 13 | require conf/machine/include/ti33x.inc |
14 | EXTRA_IMAGEDEPENDS = "u-boot" | 14 | EXTRA_IMAGEDEPENDS = "u-boot" |
15 | 15 | ||
16 | PREFERRED_PROVIDER_virtual/kernel = "linux-am335x-joel" | 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-am335x-joel" |