summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/beaglebone.conf
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2017-11-09 14:59:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-11 12:14:55 +0000
commit87df4e002f6e5ad5499bbeaf22877bbfc08efdd7 (patch)
treee18f5e6b729850d4674e27c13f373722bba94feb /meta-yocto-bsp/conf/machine/beaglebone.conf
parent0cff8d3c5bd2cddc9a0962257d64eba1efb4b17c (diff)
downloadpoky-87df4e002f6e5ad5499bbeaf22877bbfc08efdd7.tar.gz
beaglebone-yocto: rename beaglebone machine to beaglebone-yocto
The beaglebone BSP provided in this layer is a reference implementation usingonly mainline components available in core Yocto Project layers, whereas Texas Instruments maintain a full-featured BSP in the meta-ti layer. Rename the reference machine to prevent namespace collisions with the version maintained by the SoC vendor. [YOCTO #12326] (From meta-yocto rev: e32882938eca7f50548deab84dab78b4aef31b95) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/beaglebone.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone.conf40
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
deleted file mode 100644
index 1bdd4dfb70..0000000000
--- a/meta-yocto-bsp/conf/machine/beaglebone.conf
+++ /dev/null
@@ -1,40 +0,0 @@
1#@TYPE: Machine
2#@NAME: Beaglebone machine
3#@DESCRIPTION: Machine configuration for http://beagleboard.org/bone and http://beagleboard.org/black boards
4
5PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
6XSERVER ?= "xserver-xorg \
7 xf86-video-modesetting \
8 "
9
10MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
11
12EXTRA_IMAGEDEPENDS += "u-boot"
13
14DEFAULTTUNE ?= "cortexa8hf-neon"
15include conf/machine/include/tune-cortexa8.inc
16
17IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap"
18EXTRA_IMAGECMD_jffs2 = "-lnp "
19WKS_FILE ?= "beaglebone.wks"
20IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage"
21do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
22
23SERIAL_CONSOLE = "115200 ttyO0"
24
25PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
26PREFERRED_VERSION_linux-yocto ?= "4.12%"
27
28KERNEL_IMAGETYPE = "zImage"
29KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb"
30KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
31
32SPL_BINARY = "MLO"
33UBOOT_SUFFIX = "img"
34UBOOT_MACHINE = "am335x_boneblack_config"
35UBOOT_ENTRYPOINT = "0x80008000"
36UBOOT_LOADADDRESS = "0x80008000"
37
38MACHINE_FEATURES = "usbgadget usbhost vfat alsa"
39
40IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} MLO"