From 8749a51b90ffc5964bc2c151fff6762f1ec8924d Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Wed, 18 Mar 2009 23:16:22 +1030 Subject: [PATCH] OpenEmbedded renamed the packages directory to recipes. --- conf/site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/site.conf b/conf/site.conf index f40ae58..a750dac 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -25,7 +25,7 @@ PKGDIR := "${TOPDIR}/openembedded" # working out how to build a package. By default this value is # overridden later in the ${DISTRO}.conf file (when it includes # conf/distro/freeze.conf). -BBFILES := "${PKGDIR}/packages/*/*.bb" +BBFILES := "${PKGDIR}/recipes/*/*.bb" # The distro must create the following directories - either by # populating them with the required files or, in the master makefile -- 2.11.4.GIT