From 2000698b17011bbde1c3e5bb01a7d6763316db5a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Sep 2012 13:25:58 +0100 Subject: meta-yocto: Split into distro and bsp components Now we have settled on best practises and compliance criteria, bring meta-yocto into compliance by separating out the hardware support components into meta-yocto-bsp leaving policy configuration in meta-yocto. Also rename the meta-yocto scripts directory to OE-Core can be a clearly isolated component in poky. (From meta-yocto rev: eac90e27a032ea23d9a4f35c7eef8b1940c80e22) Signed-off-by: Richard Purdie --- meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend (limited to 'meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend') diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend deleted file mode 100644 index 9641336cf6..0000000000 --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ /dev/null @@ -1,15 +0,0 @@ -KBRANCH_atom-pc = "yocto/standard/common-pc/atom-pc" -KBRANCH_routerstationpro = "yocto/standard/routerstationpro" -KBRANCH_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb" -KBRANCH_beagleboard = "yocto/standard/beagleboard" - -SRCREV_machine_atom-pc ?= "834c2a69c87ee7211932f8ec5102a472828abcb1" -SRCREV_machine_routerstationpro ?= "1c17c082b6ee565acc176cde5be835ac4269817b" -SRCREV_machine_mpc8315e-rdb ?= "f2312437b52dda4499310aacb4c561ba8b8cbeb7" -SRCREV_machine_beagleboard ?= "3ab688a78cac7b2e32afc83376a53370f2bd13b7" - - -COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" -COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" -COMPATIBLE_MACHINE_beagleboard = "beagleboard" -COMPATIBLE_MACHINE_atom-pc = "atom-pc" -- cgit v1.2.3-54-g00ecf