diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-10-04 16:51:15 -0400 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-10-04 16:24:01 -0700 |
commit | a4f2e2af1b5dd3f9f480fedb2f6e565ef5430c8f (patch) | |
tree | 86e69a9447e21711e68a2bfd9f2b94f98278665a /meta/conf | |
parent | 12b0f4903aa168a199a350f27e2df08232f2cbfb (diff) | |
download | ast2050-yocto-poky-a4f2e2af1b5dd3f9f480fedb2f6e565ef5430c8f.zip ast2050-yocto-poky-a4f2e2af1b5dd3f9f480fedb2f6e565ef5430c8f.tar.gz |
kernel: update SRCREVs for emenlow and blacksand/Kconfig
Fixes [BUGID #395, #396]
Add the emenlow-standard branch to the SRCREV list, and update
all the branch revisions to include the fix for defconfig processing,
that was exposed by work on the blacksand BSP.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index 8ccf6e4..9989d68 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc @@ -71,11 +71,12 @@ SRCREV_pn-libxi ??= "d0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e" SRCREV_pn-libzypp = "4494797d5b0369365b1af63921de45b197ead64f" SRCREV_pn-linux-openmoko ??= "5ccaca2adb1c37b5955a4733f68ae08a755e3d78" SRCREV_pn-linux-omap3-pm ??= "totallybroken" -SRCREV_machine_pn-linux-wrs_qemuarm ??= "d2113fc616f189e128f3c70089f0622270cbb0a1" -SRCREV_machine_pn-linux-wrs_qemumips ??= "3c08f11c26226af72c04fd52c910a128d6284775" -SRCREV_machine_pn-linux-wrs_qemuppc ??= "9a3e963481cae6d178f69c64325a890141d68ac6" -SRCREV_machine_pn-linux-wrs_qemux86 ??= "086d819d4c06f4eb467563c3e102224871999059" -SRCREV_machine_pn-linux-wrs_qemux86-64 ??= "086d819d4c06f4eb467563c3e102224871999059" +SRCREV_machine_pn-linux-wrs_qemuarm ??= "4f4177b4bea5b8858acc1eeb788d80b7af0df962" +SRCREV_machine_pn-linux-wrs_qemumips ??= "81f3cd467b9d51fa1dfa2d5939337cc756ae8061" +SRCREV_machine_pn-linux-wrs_qemuppc ??= "9ac0daee43dd19d8bea828cf79450c9748ae0daa" +SRCREV_machine_pn-linux-wrs_qemux86 ??= "0431115c9d720fee5bb105f6a7411efb4f851d26" +SRCREV_machine_pn-linux-wrs_qemux86-64 ??= "0431115c9d720fee5bb105f6a7411efb4f851d26" +SRCREV_machine_pn-linux-wrs_emenlow ??= "ae69fdf104b0a9d7b3710f808aac6ab303490f7" SRCREV_meta_pn-linux-wrs ??= "71cc215e36b87302af8e619d87d6b76ada5ebae4" SRCREV_pn-linux-libc-headers-wrs ??= "09a39c638dd65dc27c549c119abe1af2631b2ae0" SRCREV_pn-matchbox-config-gtk ??= "2081" |