From 5ae405999c4fde790e68379d1b744a2173645872 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 21 Nov 2013 21:03:16 -0500 Subject: [PATCH] libgles-omap3: update cputype to support 3.12 and AM43x device Signed-off-by: Franklin S. Cooper Jr Signed-off-by: Denys Dmytriyenko --- recipes-graphics/libgles/libgles-omap3/cputype | 18 +++++++++++++----- .../libgles/libgles-omap3_5.00.00.01.bb | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/recipes-graphics/libgles/libgles-omap3/cputype b/recipes-graphics/libgles/libgles-omap3/cputype index 4448c300..35268a80 100755 --- a/recipes-graphics/libgles/libgles-omap3/cputype +++ b/recipes-graphics/libgles/libgles-omap3/cputype @@ -1,17 +1,25 @@ #!/bin/sh -machine_id() { # return the machine ID +legacy_machine_id() { # return the machine ID awk 'BEGIN { FS=": " } /Hardware/ \ { gsub(" ", "_", $2); print tolower($2) } '