From 2f7def1a2827dc616187d7021044117bf228e0f3 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Tue, 18 Oct 2011 16:37:03 -0500 Subject: Update images and distro information Signed-off-by: Matthew McClintock --- conf/distro/fsl.conf | 4 ++-- images/fsl-image-lsb-sdk.bb | 3 ++- images/fsl-toolchain.bb | 8 ++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 images/fsl-toolchain.bb diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf index 9f2e820..42d3963 100644 --- a/conf/distro/fsl.conf +++ b/conf/distro/fsl.conf @@ -1,6 +1,6 @@ DISTRO = "fsl" -DISTRO_NAME = "Yocto (Built by Poky 5.0)" -DISTRO_VERSION = "1.0+snapshot-${DATE}" +DISTRO_NAME = "Yocto (Built by Poky 6.0)" +DISTRO_VERSION = "1.1" SDK_VENDOR = "-fslsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" diff --git a/images/fsl-image-lsb-sdk.bb b/images/fsl-image-lsb-sdk.bb index 964bd30..964f5d5 100644 --- a/images/fsl-image-lsb-sdk.bb +++ b/images/fsl-image-lsb-sdk.bb @@ -1,13 +1,14 @@ IMAGE_FEATURES += "apps-console-core tools-sdk dev-pkgs ssh-server-openssh" EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" - IMAGE_INSTALL = "\ ${POKY_BASE_INSTALL} \ task-core-basic \ task-core-lsb \ git \ dtc \ + flex \ + bison \ " inherit core-image diff --git a/images/fsl-toolchain.bb b/images/fsl-toolchain.bb new file mode 100644 index 0000000..db8bdf2 --- /dev/null +++ b/images/fsl-toolchain.bb @@ -0,0 +1,8 @@ +PR = "r1" + +TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-toolchain-${DISTRO_VERSION}" +require recipes-core/meta/meta-toolchain.bb + +TOOLCHAIN_HOST_TASK = "dtc-nativesdk" + +TOOLCHAIN_NEED_CONFIGSITE_CACHE += "zlib" -- cgit v1.2.3-54-g00ecf