On Fri, Apr 5, 2013 at 2:37 PM, Otavio Salvador <[email protected]> wrote: > On Fri, Apr 5, 2013 at 1:50 PM, Fabio Estevam <[email protected]> wrote: >> Hi Mahesh, >> >> On Thu, Apr 4, 2013 at 4:50 PM, Mahesh Mahadevan >> <[email protected]> wrote: >>> Update to the latest code available from Freescale's GIT repository >>> >>> Signed-off-by: Mahesh Mahadevan <[email protected]> >>> --- >>> recipes-kernel/linux/linux-imx_2.6.35.3.bb | 14 +++++++------- >>> 1 file changed, 7 insertions(+), 7 deletions(-) >>> >>> diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb >>> b/recipes-kernel/linux/linux-imx_2.6.35.3.bb >>> index 692a290..6d303e2 100644 >>> --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb >>> +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb >>> @@ -1,19 +1,19 @@ >>> # Copyright (C) 2011-2012 Freescale Semiconductor >>> # Released under the MIT license (see COPYING.MIT for the terms) >>> >>> -PR = "${INC_PR}.22" >>> +PR = "${INC_PR}.23" >>> >>> include linux-imx.inc >>> >>> COMPATIBLE_MACHINE = "(mxs|mx5)" >>> >>> -# Revision of imx_2.6.35_1.1.0 branch >>> -SRCREV_mxs = "914558e17e95a55ac1eac9a6c219d17d7825f715" >>> -LOCALVERSION_mxs = "-1.1.0+yocto" >>> +# Revision of imx_2.6.35_maintain branch >>> +SRCREV_mxs = "a8e0615aab26a69b306c50d27409d732869e6609" >>> +LOCALVERSION_mxs = "-mxs+yocto" >>> >>> -# Revision of imx_2.6.35_11.09.01 branch >>> -SRCREV_mx5 = "bc8159027063aded47316b669b1293998337b2ee" >>> -LOCALVERSION_mx5 = "-11.09.01+yocto" >>> +# Revision of imx_2.6.35_maintain branch >>> +SRCREV_mx5 = "a8e0615aab26a69b306c50d27409d732869e6609" >>> +LOCALVERSION_mx5 = "-mx5+yocto" >> >> I haven't seen a patch touching the defconfigs. >> >> Does the maintain branch have the latest defconfig for mx28 and mx53? > > I did a basic search checking for missing changes in maintain branch. > > From 1.1.0 branch: > > ENGR00235714-1 is missing > ENGR00235714-2 is missing > ENGR00235714-3 is missing > ENGR00235714-3 is missing > ENGR00235714-2 is missing > ENGR00235714-1 is missing > ENGR00236853-2 is missing > ENGR00238863 is missing > > And I know some are repeated but they appear repeated on the commitlog > so that's why.
To generate this list: for c in $(git log --oneline --reverse freescale-upstream/imx_2.6.35_10.12.01..freescale-upstream/imx_2.6.35_1.1.0 | sed 's,.*\(ENGR[^: ]*\).*,\1,g'| grep '^ENGR' ); do log=`git log freescale-upstream/imx_2.6.35_maintain --grep=".*$c.*"`; [ -n "$log" ] || echo "$c is missing"; done -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
