diff options
Diffstat (limited to 'meta-yocto/recipes-kernel')
-rw-r--r-- | meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend index 3f2d795a52..052831d5a1 100644 --- a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend | |||
@@ -9,4 +9,7 @@ SRCREV_machine_routerstationpro = "95ca94d2e71ca2db6822a37a7f575fa79c3d05d0" | |||
9 | SRCREV_machine_mpc8315e-rdb = "53c800c244e73d81d2832f6da306eeae3b09e5dc" | 9 | SRCREV_machine_mpc8315e-rdb = "53c800c244e73d81d2832f6da306eeae3b09e5dc" |
10 | SRCREV_machine_beagleboard = "b906f358fd404a1e74a961f25079274e0d933ee1" | 10 | SRCREV_machine_beagleboard = "b906f358fd404a1e74a961f25079274e0d933ee1" |
11 | 11 | ||
12 | COMPATIBLE_MACHINE = "(mpc8315e-rdb|routerstationpro|beagleboard|atom-pc)" | 12 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" |
13 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" | ||
14 | COMPATIBLE_MACHINE_beagleboard = "beagleboard" | ||
15 | COMPATIBLE_MACHINE_atom-pc = "atom-pc" | ||