diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-02-10 23:56:42 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-01 12:57:07 +0000 |
commit | a1ce9da1feb028bbfd861d075bc3b6fbe3300147 (patch) | |
tree | a3bd72ddf9cc30bef4257c252893fca0b01b3615 /meta/recipes-kernel/linux/linux-yocto_3.4.bb | |
parent | e4ab5efea1a41297f63c96de97270136535b5f0b (diff) | |
download | openembedded-core-a1ce9da1feb028bbfd861d075bc3b6fbe3300147.tar.gz openembedded-core-a1ce9da1feb028bbfd861d075bc3b6fbe3300147.tar.bz2 openembedded-core-a1ce9da1feb028bbfd861d075bc3b6fbe3300147.zip |
linux-yocto/3.4: remove cedartrail machine
The cedartrail BSP is no longer support from yocto 1.4, so we remove
it from the tree.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.4.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index ab975f2904..ca43944946 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb @@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "62d3cb6a8e048c4833a5501bea2f35998de0b89d" SRCREV_machine_qemux86 ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f" SRCREV_machine_qemux86-64 ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f" SRCREV_machine ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f" -SRCREV_meta ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0" +SRCREV_meta ?= "c0b1845314cebb21694dbb4459fcc6f80feb01d0" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |