mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 02:49:40 +01:00
Bumping the 3.4 and 3.8 reference board SRCREVs to the latest 3.4 and 3.8 kernel commits. Note: not all reference boards prefer the 3.8 kernel, but we can set the SRCREVs regardless, since the board support is present, just not completely tested yet. [YOCTO #4566] (From meta-yocto rev: 34537b73ef76e0b0cbb94b906433796247bd2e69) Signed-off-by: Simarpreet Singh <simarpreet.singh@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
790 B
Plaintext
18 lines
790 B
Plaintext
KBRANCH_atom-pc = "standard/common-pc/atom-pc"
|
|
KBRANCH_routerstationpro = "standard/routerstationpro"
|
|
KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
|
|
KBRANCH_beagleboard = "standard/beagleboard"
|
|
|
|
SRCREV_machine_atom-pc ?= "cdd7a546922ca1c46c94adeec3b9c90dc9aaad2d"
|
|
SRCREV_machine_routerstationpro ?= "62b86dc8ac794cd97c61a99418d7429e6a83ec1a"
|
|
SRCREV_machine_mpc8315e-rdb ?= "b2f78892b3ff6cc940e4661f7b2017a73b289c73"
|
|
SRCREV_machine_beagleboard ?= "cdd7a546922ca1c46c94adeec3b9c90dc9aaad2d"
|
|
|
|
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
|
|
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
|
|
COMPATIBLE_MACHINE_beagleboard = "beagleboard"
|
|
COMPATIBLE_MACHINE_atom-pc = "atom-pc"
|
|
|
|
# routerstationpro has a flash size of 16mb
|
|
KERNEL_IMAGE_MAXSIZE_append_routerstationpro = "16777216"
|