mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
Remove DISTRO_FEATURES from juno.conf
Do not try to add distro features from juno machine definition. Modify juno documentation to mention usbhost and usbgadget in case someone use a distribution not activating them by default. Change-Id: I7fc44c9921ce3fdbf069fd5354f37bb2ec38ac53 Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
c3b26ed67c
commit
46b8667ac6
@@ -26,7 +26,5 @@ EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot"
|
||||
# Juno u-boot configuration
|
||||
UBOOT_MACHINE = "vexpress_aemv8a_juno_defconfig"
|
||||
|
||||
DISTRO_FEATURES += "usbhost usbgadget"
|
||||
|
||||
# Xen configuration
|
||||
XEN_CONFIG_EARLY_PRINTK = "juno"
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
In the local.conf file, MACHINE should be set as follow:
|
||||
MACHINE ?= "juno"
|
||||
|
||||
Juno is using a USB hard drive for root filesystem by default. The distribution
|
||||
used must have ```usbhost``` and ```usbgadget``` in DISTRO_FEATURES (this is
|
||||
the case in poky distribution).
|
||||
|
||||
### Build:
|
||||
```bash$ bitbake core-image-minimal```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user