From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.5621.1591339993541662971 for ; Thu, 04 Jun 2020 23:53:14 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id D674C40BA3; Fri, 5 Jun 2020 06:53:12 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5o1_QZ8vqpgL; Fri, 5 Jun 2020 06:53:12 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id B9E1640A13; Fri, 5 Jun 2020 06:53:11 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 26CC917320C; Fri, 5 Jun 2020 02:53:11 -0400 (EDT) Date: Fri, 5 Jun 2020 02:53:11 -0400 From: "Denys Dmytriyenko" To: Kevin Kettinger Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] opkg package manifest file is not generated by bitbake Message-ID: <20200605065311.GL17660@denix.org> References: MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable bitbake package-index On Fri, Jun 05, 2020 at 08:48:22AM +0200, Kevin Kettinger wrote: > Hello, >=20 > i want to use my yocto build sever as opkg package source for > updating some packages directly, but it seems after generating an > image the "Packages" file for opkg is not created. >=20 > In the .//tmp/deploy/ipk folder, there are these folders > --------------------------------------------------------------------- > all > apalis_imx6 > cortexa9hf-neon > cortexa9t2hf-neon > cortexa9t2hf-neon-mx6qdl > --------------------------------------------------------------------- > but no "Packages" or "Packages.gz" file. >=20 > My local.conf: > --------------------------------------------------------------------- > BB_NUMBER_THREADS ?=3D "${@oe.utils.cpu_count()}" > PARALLEL_MAKE ?=3D "-j ${@oe.utils.cpu_count()}" > MACHINE ??=3D "apalis-imx6" > MACHINE_HOSTNAME ?=3D "b2qt-${MACHINE}" > DL_DIR ?=3D "${TOPDIR}/../downloads" > SSTATE_DIR ?=3D "${TOPDIR}/../sstate-cache" > DISTRO ?=3D "b2qt" > PACKAGE_CLASSES ?=3D "package_ipk" > EXTRA_IMAGE_FEATURES =3D "debug-tweaks" > USER_CLASSES ?=3D "buildstats image-mklibs" > PATCHRESOLVE =3D "noop" > BB_DISKMON_DIRS =3D "\ > STOPTASKS,${TMPDIR},1G,100K \ > STOPTASKS,${DL_DIR},1G,100K \ > STOPTASKS,${SSTATE_DIR},1G,100K \ > ABORT,${TMPDIR},100M,1K \ > ABORT,${DL_DIR},100M,1K \ > ABORT,${SSTATE_DIR},100M,1K" > CONF_VERSION =3D "1" > INHERIT +=3D "image-buildinfo" > INHERIT +=3D "internal-build" > ACCEPT_FSL_EULA =3D "1" > LICENSE_FLAGS_WHITELIST =3D "commercial" > QT_SDK_PATH =3D "" > PRSERV_HOST =3D "localhost:0" > include conf/distro/include/${MACHINE}.pre.inc > INHERIT+=3D"toaster buildhistory" > BUILDHISTORY_COMMIT =3D "1" > --------------------------------------------------------------------- >=20 > My image.bb file does provider "package-management": > --------------------------------------------------------------------- > IMAGE_FEATURES +=3D "\ > package-management \ > ssh-server-dropbear \ > tools-debug \ > tools-profile \ > debug-tweaks \ > hwcodecs \ > " > --------------------------------------------------------------------- > (opkg is working on the embedded device) >=20 > Output after building an image: > --------------------------------------------------------------------- > BB_VERSION =3D "1.42.0" > BUILD_SYS =3D "x86_64-linux" > NATIVELSBSTRING =3D "universal" > TARGET_SYS =3D "arm-poky-linux-gnueabi" > MACHINE =3D "apalis-imx6" > DISTRO =3D "b2qt" > DISTRO_VERSION =3D "2.7.3" > TUNE_FEATURES =3D "arm vfp cortexa9 neon thumb callconvention-har= d" > TARGET_FPU =3D "hard" > SDKMACHINE =3D "x86_64" > --------------------------------------------------------------------- >=20 > A appreciate any help. >=20 > Mit freundlichen Gr=FC=DFen / Best regards, > Kevin Kettinger >=20