mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
Picking up the oe-core commit:
Bumping the 3.2 SRCREVs to pickup the following configuration changes for
the new chiefriver BSP and the existing fri2 machines:
5b4c9dc fri2: update base config
cdfbb50 fri2: add usb-mass-storage to standard and preempt-rt
3c1af06 fri2 update: drop NETDEVICE, e1xxx, usb-mass-storage, add iwlwifi feature
26a4d79 iwlagn: Correct a comment typo
ade9c57 iwlwifi: Add a feature for iwlwifi
571b6cb fri2: Configuration update (usb, wifi, i2c)
b257485 meta: add tmp/rc6 feature
24c6494 chiefriver: create initial BSP infrastructure
All branches are also updated with the following fix:
1ce6700 efi: Add patch to fix 32bit EFI service mapping (rhbz 726701)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
15 lines
719 B
Plaintext
15 lines
719 B
Plaintext
KBRANCH_atom-pc = "standard/default/common-pc/atom-pc"
|
|
KBRANCH_routerstationpro = "standard/default/routerstationpro"
|
|
KBRANCH_mpc8315e-rdb = "standard/default/fsl-mpc8315e-rdb"
|
|
KBRANCH_beagleboard = "standard/default/beagleboard"
|
|
|
|
SRCREV_machine_atom-pc ?= "41074a778d251a77e036fd8a99915cd4da6cd8f7"
|
|
SRCREV_machine_routerstationpro ?= "94abc0d75d0a99c40c53402570cd9c569539fee9"
|
|
SRCREV_machine_mpc8315e-rdb ?= "a04e94f4dae9cf6d32d059cf9e0308abe7341a3a"
|
|
SRCREV_machine_beagleboard ?= "40bde7a43ef3cd85729ab02464a7ecdf71e522a6"
|
|
|
|
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|
|
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
|
|
COMPATIBLE_MACHINE_beagleboard = "beagleboard"
|
|
COMPATIBLE_MACHINE_atom-pc = "atom-pc"
|